/* styling the record subtables ie Accounts -> contacts */
.select2-container--disabled{border-radius:3px;}
.criteriaTable .select2-container--disabled{background:transparent;border-radius:3px;}
.criteriaTable .select2-container--default .select2-selection {margin-bottom: 10px;}/*.actionTabsContainer .AccTableFormat.htmltableBack tr th.tableHeaders,
.actionTabsContainer .AccTableFormat.htmltableBack tr th.lastth,
.actionTabsContainer .AccTableFormat.htmltableBack tr th {border-left:none!important;}*/
/*.htmltableBack tr th:nth-child(1) {border-left:none!important;}
.htmltableBack tr td:nth-child(1) {border-left:none!important;} */
/* .htmltableBack {
	min-width: 600px;
	border: 1px solid var(--border-color) !important;
	border-color:  var(--panel-border);
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-radius: 4px;
}
.columnGroup .htmltableBack tr th:nth-child(1) {border-left:none!important;}
.columnGroup .htmltableBack tr td:nth-child(1) {border-left:none!important;}
.columnGroup .htmltableBack {min-width:200px;border: 1px solid var(--border-color) !important;}
*/
/* .actionTabsContainer .AccTableFormat.htmltableBack tbody.AccTableFormatbody > tr:nth-child(2n) {
	background-color: var(--panel-background);
}
.columnGroup .AccTableFormat.htmltableBack tbody.AccTableFormatbody > tr:nth-child(2n) {
	background-color: var(--panel-background);
}
.AccTableFormat.htmltableBack tbody.AccTableFormatbody > tr:nth-child(2n) {
	background-color: var(--panel-background);
} */
/* .AccTableFormat.htmltableBack {table-layout: fixed;} */
#graphTabGraphType, #graphTabSumField, #graphTabDateField {margin-left:15px;}
/* #graphTabDateField { display: inline-grid; } */
.selectedGridRow{background-color:#ecf2f6 !important}

.tabBarsContainer a.unit_new_button.current {    display: none;}

/**** styling the default access right in the forms *****/
.mainDivWrapper {
/* this position relative was causing the actions popup to be hidden when the table was too short or when clicking bottom entries */
/* position:relative; */

/*border-top:2px solid #cde;
/*padding-left:5px;*/
}

.CustomTabs div.mainDivWrapper {padding: 0;}
.stylishLink{color: var(--link-color); cursor: pointer; font-weight: 600;}
.stylishLink:hover{color: var(--highlight-color); font-style: normal !important;}
.mainDivWrapperBar {/*background:#eee;border-top:1px solid #cde;*/padding-bottom:5px;margin-bottom:5px;}
.rights-label {font-size:12px;font-style:italic;margin-bottom:10px;}
.form-rights-container{
	background: none repeat scroll 0 0 #ddd;
    padding: 10px 20px;
    position: absolute;
    right: 12px;
    top: 62px;
    border-radius: 0px 0px 3px 3px;
    display: none;
}

    .onoffswitch {
    position: relative; width: 125px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none; margin: 0 auto;
    }
    .onoffswitch-checkbox {
    display: none;
    }
    .onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 1px solid #BDC9D9; border-radius: 18px;
    }
    .onoffswitch-inner {
     width: 100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
    }

.onoffswitch-inner.inactive {
    background-color: #e16565;
    color: #FFF;
    text-align: center;
}
.onoffswitch-inner.active {
    background-color: #52c480;
    color: #FFF;
    text-align: center;
}

.disabledSwitchRights .onoffswitch-inner {
    background-color: #ECEFF1;
    color: #4E5154;
}

.disabledSwitchRights .onoffswitch-switch {
    display: none;
}

element.style {
    display: block;
}
#servicesTableTab {
    border: 2px solid var(--border-color);
    /* margin-left: 5px; */
    padding: 10px;
    clear: both;
}


.targetsTable {
    border-collapse: separate;
    font-size: 12px;
    line-height: 16px;
    margin: 0 auto;
    text-align: left;
    width: 100%;
}

#serviceGroups li div {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding-right: 5px;
    white-space: nowrap;
}

.width90 {
    width: 90%;
}

.width10 {
    width: 10%;
}


.table-overlay {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 89;
    background-color: rgba(255, 255, 255, 0.8);
    /* box-shadow: inset 0 0 20px #0f0, inset 0 0 20px #0f0, inset 0 0 20px #0f0; */
}

#unitsTableTab .table-overlay div {
    top: 15%;
}

.table-overlay div {
    background: none repeat scroll 0 0 #fff;
    border: 3px dashed #dedede;
    color: #333;
    font-size: 19px;
    /* height: 100%; */
    left: 50%;
    margin-left: -350px;
    margin-top: -70px;
    opacity: 1;
    padding: 60px 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 600px;
}

#serviceGroupsSearchInput.form-control, #servicesSearchInput.form-control {
    width:200px;
    display: inline-block;
}

#unitsTableTab {
    display: none;
}

.targetsTable thead tr th {
    background: none repeat scroll 0 0 #eee;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #ccc;
    color: #333;
    font-weight: bold;
    padding: 10px 15px;
    position: relative;
}

.onoffswitch-inner.active {
    background-color: #52c480;
    color: #FFF;
    text-align: center;
}
    .onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 24px; padding: 0; line-height: 24px;
    font-size: 12px; color: white; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    }
	.onoffswitch-inner {font-size:12px;}
	.onoffswitch-inner.private {
    /*padding-left: 30px;*/
    background-color: #E16565;
	color: #682121;
	text-align:center;
    }
    .onoffswitch-inner.protected {
    background-color: #52C480;
	color: #1B5131;
	padding-left:10px;
	text-align:center;
    }
    .onoffswitch-switch {
    width: 27px; margin: -1.5px;
    background: #FFFFFF;
    border: 2px solid #BDC9D9; border-radius: 18px;
    position: absolute; top: 0; bottom: 0; right: 97px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    }

/***** styling the basic criteria *****/

/* .filtInp input {
 	background: var(--edit-background);
    border: 1px solid var(--edit-border) !important;
	border-color: var(--edit-border);
	border-style: solid;
	border-width: 2px 2px 2px 2px;
} */

/* .basicCriteria .criteriaRow .linput_wrapper {
	padding-left:2px;
	padding-right:2px;
} */
.basicCriteria .criteriaRow input {
	/*background:#f5f5f5 !important;*/
	/*border-width:0;*/
	color: #999 !important;
	/*font-size:13px;*/
    /*border:1px solid var(--border-color) !important;*/
	/*height: 30px;*/
	/*border-width: 0 0 1px 0 !important;*/
	/*border-color: #ccc;*/
	/*border-radius: 0px !important;*/
	cursor: default;
}

/* HIGHLIGHT FILTER DROPDOWNS WHEN THERE IS A SELECTED VALUE */
.basicCriteria .criteriaRow input:not([code=""]):not([code="0"]), .filtInp input.search-applied {
	/*border-bottom: 1px solid var(--select-color) !important;
	background-color: #fff !important;
	box-shadow: 0 -2px 0px 0px var(--select-color) inset !important;*/
	/*border-color: var(--select-color) !important;*/
	color: var(--select-color) !important;
	font-weight: bold !important;
}

.basicCriteria .criteriaRow input:focus,
.basicCriteria .criteriaRow input:active {
	/*border:1px solid var(--select-color);
	box-shadow:none!important*/
	/*border-color: #eee;*/
}

.filtersTable .filterRow input {
	font-size: 14px;
	cursor:default;
}

.filtersTable .filterRow input:focus {
	outline: none;
}


/* .filtersTable .filterRow input:not([code=""]):not([code="0"]) {
	color: var(--highlight-color) !important;
	font-weight: 600 !important;
} */
/* profile remove emails from server after */
#daysremoveCompany + .listArrow {margin:0 0 4px -28px;}

/*grid input in the Calendar today tasks*/
.divGridInput img.listArrow {  border-width: 0px; margin: 0 0 -1px -28px;}
.divGridInput span.icon-input-time { display: none; }

/* all the other cases are covered by the below css */
#events-sites-report-td .myInput + img.listArrow,
.tableSmsForm .myInput + img.listArrow,
.tableright .myInput + img.listArrow,
.categoriesBack .linput_wrapper input + .listArrow,
.basicCriteria .criteriaRow .listArrow ,
.criteriaRow .linput_wrapper .myInput + .listArrow,
.dialog .linput_wrapper .myInput + .listArrow,
.categoriesBack .myInput + img.listArrow,
.formContainer .myInput + img.listArrow{
    margin: 0 0 4px -28px
    /* margin: 0 0 4px -32px; */
}
/************** general listArrow class ************/
/*.linput_wrapper .listArrow{
	background: none repeat scroll 0 0 #F3F5F9;
    border-left: 1px solid #d9e0ec;
    box-shadow: -1px 0px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow: -1px 0px 0px rgba(255,255,255,0.7);
}*/
.listArrow {
	padding:7px;
	vertical-align:middle;
	/*border-color:#b2e7f4;
	border-style:solid;
	border-width: 0 0 0 1px;*/
    cursor: pointer;
    margin: 0 0 15px -25px;
    position: relative;
	left:0;
    vertical-align: bottom;
	top: 10px;
	/*box-shadow: -1px 0px 0px rgba(255,255,255,1.0);
	-webkit-box-shadow: -1px 0px 0px rgba(255,255,255,1.0);*/
}

.myInput.form-cotrol.reportsInput {
    display: inline-block;
    height: 35px;
}
/*.buttonsAreaSlide  input{padding:15px;width:200px;margin:5px;}*/
/*
.contentsArea.Back2 .buttonsAreaSlide {
    position: absolute;
    right: 10%;
	text-align: right;
	position:fixed;
	top:400px!important;
	right:8px;
	width:100px;
	z-index:89;
}
*/
.buttonsAreaSlide  input {
	white-space: normal;
	font-size: 14px;
	font-weight: normal;
    border-radius: 5px;
}

.buttonsAreaSlide {
	padding: 0px 10px;
	position: absolute;
	right: 0px;
	z-index:99;
	/* background-color: white; */
}

.titleAreaSlide  {
	padding: 0px 10px;
	position: absolute;
	left: 0px;
	z-index:99;
    font-size: 20px;
    font-weight: 500;
	/* background-color: white; */
}

.buttonsArea.buttonsAreaSlide.buttonAreaForm {
    top: -98px;
}

.trattached .buttonsArea{
	position: inherit;
    /* text-align: right; */
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

.oldTabs.current{
	color: #009C9F;
}
/*.tabc.scroll a span:hover{background:url('app/resources/deleteTab.png')no-repeat 4px 5px!important;}
.tabc.scroll a.current span {background:url('app/resources/deleteTab.png')no-repeat 4px -15px!important}*/
.leftButscrl,.rightButscrl{border-right:0px;float:left;padding:8px 5px;}
.CurrentTab2 a{display:none;}
.fullWidth{width:98%}
.fltRight {float:right}
.newAcc_Form { margin-top:5px}
.standardWidth{width:170px;}
.hasCriteria{color:#F7931D !important;}
.criteriaTable{padding-left: 6px;width:680px;margin: 30px;}
.criteriaTable th {color:#A0A0A0;text-align: left;}
.criteriaFormButtons {
	padding: 0 5px 5px 0;
	/*width:630px;*/
	text-align: right;
}
.ml_table tr {background-color:#fff;}
.folderClass {border:1px solid #bcd;background:-moz-linear-gradient(center top , #707A84, #505968) repeat scroll 0 0 rgba(0, 0, 0, 0);padding:5px 0px 0px 5px; height:50px !important}
.canceledOrder{text-decoration:line-through;}/*gia orders pou einai canceled*/
/*for grid*/
.tableTitleActions{display:inline-block;position:relative;}
.tableTitleActions a, .oldTabs {
    /*background: none repeat scroll 0 0 #69c; /*48e; /*#1065c5; /*#777;*/
    /*color: var(--main-color); #fff; /*#1065c5;*/
    font-size: 1rem;
	/* font-weight: 600; */
	/*padding-left: 8px;*/
    /*margin: 0px 0px 0px 4px;*/
	/*margin-top:2px;*/
	/* margin-bottom: 2px; */
    padding: 0px 8px 0px 8px;
    /*margin: 2px 0px;*/
	display:inline-block;
	/*line-height:24px;*/
    text-decoration: none;
	/*float:left;*/
	/*border-radius:3px;*/
	/*border:1px solid #15c;*/
    vertical-align: middle;
	/*font-style: italic;*/
}
.tableTitleActions a, .oldTabs:not(.current):hover {
	/*color:#ff0;*/
	/*background:#cde;*/
	/* color:var(--highlight-color); */
}

.otherActionsHolder .tabActionContainer .btn {
    font-size: 1.3rem;
    line-height: 1;
}
.otherActionsHolder { margin-left:5px;}
.tabActionContainer .dropdown .dropdown-menu .dropdown-item.oldTabs {
	width:100%
}
.tableTitleActions a:hover {opacity:0.8;}
.nonEditable {cursor:default;}/*gia ta pedia tou grid pou einai disabled*/
.scrollableDiv{height:300px;overflow-y:scroll;}
.noHGrd .scrollableDiv{height:auto;}
.noborderbottom{border-bottom:none !important;}
.gridInput {
    background-color: #FFFFFF !important;
    box-shadow: 0 0px 4px rgba(86, 159, 211, 0.4)!important;
	-webkit-box-shadow:0 0px 4px rgba(86, 159, 211, 0.4)!important;
    padding: 2px !important;
    margin: 0 0 0 1px!important;
    height: 23px!important;
}
.unselectable{background-color:#ECECEC;}
.selectedGridF{border:1px solid #fa5 !important; padding:3px 1px !important}
.selectedGridL{border-right:1px solid #fa5 !important; border-bottom:1px solid #fa5 !important; border-top:1px solid #fa5 !important; padding:3px 1px !important}
.selectedGrid{border:1px solid #fa5 !important;padding:3px 1px !important}
.tabBarWrapper, .tabBarWrapper-cog{
	/*background: var(--topheader-background);*/
	vertical-align: middle;
	/* display: flex; */
	align-items: center;
	margin: 2px 4px 4px 4px;
	box-sizing: border-box;
	/*border-bottom: 1px solid var(--panel-border);*/
	width: 100%; /*98%; /*95%;*/
	/*padding: 0px 0 8px 0;*/
	height: 32px;
	/* overflow: hidden !important; */
}
.tabBarWrapper-cog {
    position: absolute;
    right: 0;
    width: 92%;
}

 .mainTableHeader.tabBarWrapper {
	/*display: block !important;*/
	/*margin-bottom: 54px; /*12px;*/
	/*background: none;
	border: none;*/
}

.mainTableHeader.tabBarWrapper .formUnitNameBar {
	/*font-size: 32px;*/
	/*padding-left: 0px;*/
	/*color: var(--title-color) !important;*/
}

.mainTableHeader.tabBarWrapper .tabBarsContainer {
	float: left;
	padding-left: 0px;
	padding-right: 4px;
	/*margin-bottom: 10px;*/
}

.actionTabsContainer .mainTableHeader.tabBarWrapper .formUnitNameBar {
	font-weight: normal !important;
}

.tabActionContainer {
	margin-top: 9px;
}

.tabInfoContainer {
	/*position: absolute;
	right: 10px;*/
	margin-left: 50px;
	font-size: 18px;
	font-style: italic;
	color: var(--comment-color);
}

/*
.mainTableHeader.tabBarWrapper .butActionClass{
	padding: 0px;
	background: var(--panel-background);
	border: 1px solid var(--panel-border);
	border-radius: 4px;
	clear: both;
}
*/

/*.tabBarWrapper  div {
	display: flex;
}*/
/*
@media only screen and (max-width : 1366px) {
	.tabBarWrapper {
		width: 94%;
		margin-left: 3%;
	}
}

@media only screen and (max-width : 1280px) {
	.tabBarWrapper {
		width: 98%;
		margin-left: 1%;
	}
}

@media only screen and (max-width : 1024px) {
	.tabBarWrapper {
		width: 98%;
		margin-left: 1%;
	}
}
*/
.tabBarsContainer {
    display: flex;
	/*padding-left: 10px;*/
    /*height: 40px; /*36px;*/
}
/*.tabBarsContainer > .tabc.static {display: inline-block; vertical-align: middle;}*/
.tabBarsContainer > .tabc.static {
    display: flex;
    align-items: center;
    justify-content: center;
	float: none !important;
	align-self: center;
	padding: 1px;
}
.tabBarsContainer > .tabc.static .icon-left-bold-1:hover:before {cursor: pointer; color: var(--highlight-color);}
.tabBarsContainer > .scroller > .tabc.scroll {
	float:none !important;
	display: flex;
	align-items: center;
}
.innerTabGroupList a {
	padding: 5px 10px 5px 10px;
	color: var(--menu-color);
	font-size: 14px;
	font-weight: 600;
}
.innerTabGroupList a:hover {
	background: var(--hover-background) !important;
	color: var(--highlight-color) !important;
	/*background: var(--select-color);
	color: #fff !important;*/
}
.tabBarsContainer .tabc .tabGroup {
    padding-top: 0px; /*1px;*/
    padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
}
.tabBarsContainer > .scroller {
    float: none !important;
    text-align: right;
    align-self: center;
}

.tabBarsContainer .icon-newemail {
	display:none;
}
.tabBarsContainer .icon-newmessage {
	display:none;
}

.oldTabs.icon-reports::before {
	color: var(--main-color);
	font-size: 28px;
}

.oldTabs.icon-widgets::before {
	color: var(--main-color);
	font-size: 28px;
}

.tabsDropdownList {position: absolute;z-index: 10;margin-top:0px;text-align:left;}
.tabsDropdownList .innerTabGroupList {min-width: 150px;}

.tabsDropdownList .oldTabs {display: block !important;}
.tabGroupName i:before {color:var(--main-color); font-size:18px; content:'\ea97';}
.tabGroupName i:hover:before {color:var(--highlight-color);}

div[id$="MainDivs_content"] {
 	/*padding:0 1%;*/
	padding-top: 0px;
	margin-top: 0px;
}
/*
@media only screen
and (max-width : 1366px) {
	div[id$="MainDivs_content"] {
		padding: 0 3%;
	}
}

@media only screen
and (max-width : 1280px) {
	div[id$="MainDivs_content"] {
		padding: 0 1%;
	}
}

@media only screen
and (max-width : 1024px) {
	div[id$="MainDivs_content"] {
		padding: 0 1%;
	}
}
*/
/* MULTILIST */
.ml_tableWrapper .mainAreaWrapper{clear:both;padding:0px 2px 2px;}
.ml_tableWrapper .ml_month, .ml_tableWrapper .ml_year {text-align:center;cursor:pointer;}
.ml_tableWrapper .ml_month td, .ml_tableWrapper .ml_year td{border-bottom:1px solid #bbb;}
.ml_tableWrapper .ml_month td{
	background:#f9f9f9;
	height: 27px;
	font-weight: bold;
	font-weight: normal;
	font-size: 13px;
}
.ml_tableWrapper .ml_year td{
	background:#f0f0f0;
	font-size: 16px;
    font-weight: bold;
    height: 35px;
}
/*.ml_tableWrapper .dateSlider{width:120px;height:200px;background:#f4f4f6;margin:2px 5px 0 0;float:left;}
*/
.ml_tableWrapper .ml_table{table-layout:fixed;width:100%;border:1px solid #e0e5ea;}
.ml_tableWrapper .ml_table thead{}
.ml_tableWrapper .ml_table tbody{}
.ml_tableWrapper .ml_table .even{background:#f6f6f6;}
.ml_tableWrapper .ml_table .odd{background:#f0f0f0;}

.ml_tableWrapper .ml_table td, .ml_table th{padding:3px 2px 1px;color:#444;text-overflow: ellipsis;overflow:hidden;white-space: nowrap;border-bottom:1px solid #f0f0f0;font-weight:normal;}
.ml_tableWrapper .ml_extratext{color:#aaa;}
.ml_tableWrapper .optionsBar{padding:2px 5px;position:relative;height:26px;}
.ml_tableWrapper .optionsBar .headerOptHolder{position:relative;margin:0 10px 0 0;float:left;height:26px;}
.ml_tableWrapper .optionsBar .headerOpt{position: absolute;padding:3px 5px;}
.ml_tableWrapper .optionsBar .headerOpt:hover {background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,0.95) 50%, rgba(237,237,237,0.95) 51%, rgba(255,255,255,0.9) 100%);/* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,0.95)), color-stop(51%,rgba(237,237,237,0.95)), color-stop(100%,rgba(255,255,255,0.9)));/* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,0.95) 50%,rgba(237,237,237,0.95) 51%,rgba(255,255,255,0.9) 100%);/* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,0.95) 50%,rgba(237,237,237,0.95) 51%,rgba(255,255,255,0.9) 100%);/* Opera 11.10+ */
 background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,0.95) 50%,rgba(237,237,237,0.95) 51%,rgba(255,255,255,0.9) 100%);/* IE10+ */
 background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,0.95) 50%,rgba(237,237,237,0.95) 51%,rgba(255,255,255,0.9) 100%);/* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6ffffff',GradientType=0 );/* IE6-9 */
 /* box-shadow: 0 0 2px 0 black;-moz-box-shadow: 0 0 2px 0 black;-webkit-box-shadow: 0 0 12px -2px black;*/
 border: 1px solid #8e72bd;/*#5c99d6*/;padding:2px 4px;}
.ml_tableWrapper .optionsBar .optList{list-style:none;display:none;margin: 3px 0 0 -5px;padding: 10px;/* border-bottom:3px solid #ABABA3;background:#F4f4f6;*/
}
.tagremove{float:right;visibility:hidden;}
.trview{padding:0 10px;background: #fff;}

/* CHART DIAGRAMS */
.chart{float:left;color:#111;}
.chart div{float:left;}
.level1{padding:5px;margin:5px;}
.level2{padding:5px;margin:5px -5px;}
.defaultBorder{border:1px solid #8e72bd; /*#5c99d6;*/}
.chart .dateBar{margin:0px 0px;}
.chart .PB{padding:3px 0px;text-align:center;}
.chart .chart .dateBar{margin:0px;}
.chart .dateBar .headstart{text-align:center;}
.chart .dateBar .leftovers{text-align:center;border-left:1px solid #222;}
.chart .dateBar .dateBlock{float:left;border-left:1px solid #222;text-align:center;}
.chart .dateBar .last{float:left;border-left:1px solid #222;border-right:1px solid #222;text-align:center;}
.chart .caseBlock{clear:both;padding:5px 0px;margin:5px 0px;}
.chart .caseBlock .title{font-weight:600;}
.chart .title a{text-decoration:none;color:#222;}
.chart .title a:hover{background-color:#FDFADA;}
.chart .scheduleBlock{padding : 3px;}
.chart .caseBlock .scheduleBlock .title{font-weight:normal;}
.chart .scheduleBlock .starter{clear:both;position:relative;}
.chart .chartBar{position:relative;height:20px;}
.chart .scheduledBar{position:absolute;height:20px;background-color:#F6F6F6;}
.chart .actualBar{position:relative;z-index:10;height:20px;}
.chart .actualBar:hover .info{display:block;}
.chart .info{position:absolute;z-index:15;padding:3px;height:13px;color:#444;display:none;background-color: rgba(200,200,200,0.8);}
.chart .transparent{height:20px;}
.chart .completed{background-color:#CCFF99;height:20px;vertical-align:middle;padding:0px;}
.chart .pending{background-color:#FFDF9F;height:20px;vertical-align:middle;padding:0px;}
.chart .startLine{border-left:4px solid green;height:20px;-moz-border-radius: 2px 2px / 6px 6px;border-radius: 2px 2px / 6px 6px;}
.chart .finishLine{border-right:4px solid red;height:20px;-moz-border-radius: 2px 2px / 6px 6px;border-radius: 2px 2px / 6px 6px;}
.chart .green{color:green;}
.chart .red{color:red;}
.chart .grey{background-color:#DDD;}
.chart .on{}
.chart .off{display:none;}
/*to pano div tou editor me to koumpaki open editor*/
/* .editorTop{border:1px solid #C0E0F0;display:inline-block;float:left;width:400px;} */
.editorbar{border-bottom:1px solid var(--border-color);/*float:left;*/width:100%;}
.commentsContainer .editorbar{border-bottom:0px solid var(--border-color);/*float:left;*/width:100%;}
/*to textarea tou editor*/
.editortxt{margin-top:0px;width:98%;font-size: 13px;}
.firstTd{border-left:none !important;}
.iconTd{padding:0 !important;}
.iconTd.firstTd{
	/*background: var(--light-background);
	border-right:1px solid var(--panel-border);*/
}
/* LK 06/02/2018 Setting overflow: visible in order to properly show filtering tooltip, since min-height:650px; could (and is) overidden in some cases. Ex. Projects > Pending Tasks */
.insideDiv{/*overflow:hidden;clear:both;overflow:hidden;*/}
/*a[id*="_mainExecuteButton"] {
    margin: 9px 4px 14px 0;
}*/
.filtInp{ vertical-align: middle;}

/* .graphToolBar .filtInp { display: -webkit-inline-box; } */

.graphToolBar .filtInp .select2-container--default{ width: 160px !important; }

.bug-list-search .filtInp .form-control {
    height: 40px;
}
/* .filtInp .pInput{max-width:200px; width:200px; border-radius: 4px; margin-right: 0px; padding-right: 0px;} /*height:30px; /*background:#fffa;/*var(--light-background);*/} */
.filtInp .myInput{width:100px; font-size:12px !important;}
/*to width ton katigorion*/
.tableLeft{/*width:20px;*/ padding-right:12px; border-right: 4px solid #ccc;/*padding-left:10px;*/}
.tableright{padding-left: 12px; min-height:450px;}
.tableLeftBar {
	display: block;
	width: 100%;
	background: var(--header-background);
	border-radius: 4px;
	cursor: pointer;
	padding: 2px 0px;
	margin: 0px;
	border: 1px solid var(--panel-border);
	font-size: 18px;
	font-weight: 600;
	color: var(--main-color);
}
.tableLeftHandler {
	/*display: block;*/
	/*width: 99%;*/
	/*background: var(--header-background);
	border-radius: 4px;
	cursor: pointer;
	padding: 2px 0px;
	margin: 0px;
	border: 1px solid var(--panel-border);*/
	font-size: 18px;
	font-weight: 600;
	color: var(--main-color);
	/*border-top: 1px solid var(--panel-border);*/
	/*border-bottom: 1px solid var(--panel-border);*/
	/*width: 20px;
	height: 20px;*/
	/*box-shadow: 3px 3px 3px rgba(128, 128, 128, 0.5);*/
}
/* .tableLeftExecute {
	float: right;
	margin-top: 2px;
	margin-right: 10px;
} */
.tableLeftHandler.thumbHandler {
	width: 20px !important;
	background: none;
	border: none;
}
.tableLeftHandler:hover {
	/*background: var(--panel-background);*/
	color: var(--highlight-color);
}
.icon-left-handler:before {
	/*content: '\e889';*/
	/*content: '\e911';*/
	/*content: '\ea87';*/
	content: '\e89f';
	color: var(--main-color);
	font-size: 18px;
	/*margin-right: 5px;*/
	/*font-weight: normal;
	display: none;*/
}

.icon-left-handler:hover:before {
	color: var(--highlight-color);
}

.icon-right-handler:before {
	content: '\e8a0';
	color: var(--main-color);
	font-size: 18px;
}

.icon-right-handler:hover:before {
	color: var(--highlight-color);
}

.tableFilterHandler {
	padding: 4px 8px 4px 0px;
	cursor: pointer;
}

.icon-table-execute:before {
    font-family: feather!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	content: '\e8bd';
	/* color: var(--main-color); */
}

/* .icon-table-execute:hover:before {
	color: var(--highlight-color);
} */

.icon-table-refresh:before {
    font-family: feather!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	content: '\e8bb';
	/* color: var(--main-color); */
}

/* .icon-table-refresh:hover:before {
	color: var(--highlight-color);
} */

.formLeftHandler {
	/*position: absolute;
	z-index: 100;
	top: 8px;
	left: -8px;*/
	/*display: none;*/
	width: 100%;
	background: var(--header-background);
	border-radius: 4px;
	cursor: pointer;
	margin-top: 0px; /*-15px;*/
	margin-bottom: 12px;
	border: 1px solid var(--panel-border);
	font-size: 16px;
	font-weight: 600;
	color: var(--main-color);
	padding: 2px 0px;
	/*border-top: 1px solid var(--panel-border);*/
	/*border-bottom: 1px solid var(--panel-border);*/
	/*width: 20px;
	height: 20px;*/
	/*box-shadow: 3px 3px 3px rgba(128, 128, 128, 0.5);*/
}
.formLeftHandler:hover {
	/*background: var(--panel-background);*/
	color: var(--highlight-color);
}
.formLeftHandler.thumbHandler {
	width: 20px !important;
	background: none;
	border: none;
}
.icon-formleft-handler:before {
	content: '\e97b';
	font-size: 16px;
	/*color: var(--main-color);*/
	/*content: '\e889';
	font-weight: normal;*/
}

.icon-formleft-handler:hover:before {
	color: var(--highlight-color);
}

.canceled{background-color:#F5F5F5;}
.notread td{font-weight:600;}
.sums{/*background-color:#cdd6dd;color:#e80 !important;*/font-weight:600 !important; color: var(--title-color);}
.grid{height:200px;overflow:auto;}
.fwrp{overflow-x:auto;overflow-y:auto;height:86% !important;position:relative;/*border:1px solid var(--border-color);*//*background-color:#eee;*/border-radius:3px;}
#settingsModal .fwrp {
	overflow-x: visible;
	overflow-y: visible;
}
.fwrpSlide{position:relative;}
.fwrpNoscrl{}
.edFrm{margin-left:auto;margin-right:auto;width:100%;}
.scrl{padding:7px;}
.vacIcons{cursor:pointer;background-color:transparent;}
/*.vacIcons:hover{-moz-box-shadow:0 0 5px 1px greenyellow;}
*/
.tagsIcos{cursor:pointer;}
.formTitleContainerTop{padding-left:0px;padding-top:10px;padding-bottom:10px;clear: both;}
.stylishButFormTop{color:#333 !important;font-size:13px;padding-right:2px;cursor:default;text-decoration:none;}
.formTitleContainer{padding-left:0px;padding-top:10px;padding-bottom:10px;clear: both;}
.stylishButForm{color:#333;font-size:14px;cursor:pointer;text-decoration:none;}

/* mintCream with opacity */
/*.trattached{background-color:rgba(245, 255, 250, 0.7);*/
}
/*diorthonei to paadding sti formes gia na erthei se eutheia me ta ipoloipa actions*/
/*.leftfix{padding-left: 10px !important;padding-right: 10px !important;}*/
.vnFieldset{table-layout:fixed;}
.vnFieldset legend{padding:0 0px;}
/*.trFieldClass td{padding:2px 0 0 0}*/
/*.buttonlinkWrapper {padding-top: 5px; padding-bottom:5px; background:#f5f5f5;border-bottom:1px solid #cde;}*/
.vMenuHeaderWrapper{padding:0 10px;}
.fset{padding:0}
.fset.Brd{border:none;}
.fset.NoBrd{border:none;}
.linkImages{display:none !important}
.graphs{margin-bottom:3px;}
.graphs select{padding:0;font-size:11px;margin-right:2px;}
.catTableFormat{border-width: 0px;font-size:12px;width:100%;table-layout:fixed;-moz-user-select:-moz-none;background-color:#f0f0f0;}
.AccTableFormat{
	/* display: block; */
    width: 100%;
    min-height: .01%;
    overflow-x: auto;
	/*background: #cdd6dd;
	/*#d0d4d9; #707a84;*/
	/*background: -moz-linear-gradient(top,  #707a84 0%, #505968 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707a84), color-stop(100%,#505968));
	background: -webkit-linear-gradient(top,  #707a84 0%,#505968 100%);
	background: -o-linear-gradient(top,  #707a84 0%,#505968 100%);
	background: -ms-linear-gradient(top,  #707a84 0%,#505968 100%);
	background: linear-gradient(to bottom,  #707a84 0%,#505968 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707a84', endColorstr='#505968',GradientType=0 );	*/
	/*border-width: 0px 0px 0px 0px;*/
	/* min-width:200px;font-size:1rem;width:100%;table-layout:fixed;-moz-user-select:-moz-none; */
}
.modal-application .AccTableFormat {
	width: 79%;
}
#link_Window #searchResults {
	display: flex;
}

.textlinkWrapper span.icon-th-list-custom:hover {color:#3BB8E7;}

/*.actionTabsContainer .AccTableFormat th a{color:#303843!important;}*/

/* .AccTableFormat .trattached{-moz-user-select:text;}
.AccTableFormat th{
	position:relative;
	background:var(--header-background);
	color:#555 !important;
	font-size:13px;
	font-weight:normal;
	padding: 6px 0px;
	overflow:hidden;
	text-align:left;
	/*height: 30px;*/
	border-left:1px solid #fff; /*var(--border-color); /* f0f0f0*/
	border-bottom:1px solid var(--border-color);
	/*box-shadow:0 0 2px rgba(48, 48, 128, 0.1) inset;*/
} */
.viewsTable .AccTableFormathead th {
	/*font-size: 14px;
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}
.columnGroup .AccTableFormat th{
	/*background:#fff;
	border-left:1px solid var(--border-color);*/
}
/* .AccTableFormat th.firstth{position:static;} */
/* .AccTableFormat th.firstth.checkColumn{
	position:static;
	text-align: center;
	width: 27px !important;
	min-width: 27px !important;
	max-width: 27px !important;
	padding-left: 4px;
	padding-right: 4px;
}
.AccTableFormat th a {
	text-align:center;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	color: var(--header-color);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
} */

.AccTableFormat th a:not(:only-child) {
	/*padding-right: 14px;*/
}
/* .AccTableFormat th span.icon-sort-desc, .AccTableFormat th span.icon-sort-asc {
	position: absolute;
	top: 50%;
	right: 4px;
	left: auto;
	bottom: auto;
	transform: translateY(-50%);
} */
.icon-sort-desc::before, .icon-sort-asc::before {
	color: var(--main-color);
}

/* .AccTableFormat th table tr td{color:#3056B4 !important;font-weight:bold !important;overflow:hidden;}
.AccTableFormatfoot {background-color: var(--footer-background);}
.AccTableFormatfoot .AccRows2{background-color: var(--footer-background);}
.AccTableFormatfoot .AccRows2 > td{background-color: var(--footer-background); color: var(--title-color); padding: 6px 2px;} */
.catTableHead{height:30px !important;}
/*.zebraClass{background-color:var(--panel-background) !important;}*/
.AccRows1{background-color:var(--panel-background);cursor:pointer;}
.AccRows1.noRecs {display: none;}

.AccTableFormat .dataTables_empty {display: none;}
/* .AccRows1:hover{background-color:var(--hover-background) !important;cursor:pointer;} */
/*.AccRows1:hover{background-color:#fff7e0 !important;cursor:pointer;}*/
.AccRows2{background-color:#faf0d7;}
.AccRows1.link td:hover{background-color:#fff;cursor:pointer;text-decoration:underline}
.AccRows1 td.srchCat{height:20px}
/*height 30px affects the global search left menu heights so i made it smaller*/

.wrappedHeaders .AccRows1 td {
    white-space:normal;
}

.AccRows1 td, .newInserted td{
	font-size:14px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	padding:6px 2px !important;
	max-width: 200px;
}
.viewsTable .AccRows1 td{font-size:14px; white-space:normal; padding:2px;}
.columnGroup .AccRows1 td{border-bottom:1px solid #eee;}
.GridFormatbody .newInserted td{height:auto;}
.rowspanned img{border-radius:3px;}
/*row spanned commented line messes up the settings menu in the app*/
.AccRows2 > td,.rowspanned{
	background: #fff;
	color:#555;
	font-size:16px;
	font-weight:normal;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	padding:0px;
	/*border-top:1px solid var(--border-color);*/
}

.trattached.AccRows2 td.trview {overflow:visible;}
.hoveron{background-color:#d8dce1;cursor:pointer;}
.hoveron td{color:#505096;font-size:11px;}
.GridFormat{border-width: 0px;font-size:12px;width:100%;-moz-user-select:-moz-none;table-layout:fixed;}
.GridFormat .trattached{-moz-user-select:text;}
.GridFormat th{
	background-color:#eee;
	border-right:1px solid #fff;
	color:#FFFFFF !important;
	font-weight:normal;
	font-size:13px;
	padding: 0 3px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
	text-align:left;
}
.GridFormat th table tr td{color:#3056B4 !important;font-weight:bold !important;overflow:hidden;}
.GridFormat tr{height:25px}
.isChecked{}
#unitsParams .AccRows2.selectedRow{background:#f0f3f3;box-shadow: 0 1px 5px rgba(20, 0, 0, 0.6);-webkit-box-shadow:0 1px 5px rgba(20, 0, 0, 0.6);cursor:pointer}
.isChecked td{color:var(--text-color); /*font-weight:bold*/}
/*.selectedRowOver{background-color:#F5F5F5 !important;}*/
.GridRows1{background-color:#FFFFFF;cursor:pointer;}
.GridRows2{background-color:#F7F7FB;cursor:pointer;}
/*.newInserted{background-image: linear-gradient(bottom, rgb(255,253,222) 0%, rgb(255,255,255) 100%);
background-image: -o-linear-gradient(bottom, rgb(255,253,222) 0%, rgb(255,255,255) 100%);
background-image: -moz-linear-gradient(bottom, rgb(255,253,222) 0%, rgb(255,255,255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(255,253,222) 0%, rgb(255,255,255) 100%);
background-image: -ms-linear-gradient(bottom, rgb(255,253,222) 0%, rgb(255,255,255) 100%);}*/
.newInserted{background-color:#fff;}
.deletedRow{text-decoration:line-through;cursor:default !important;display:none;}
.deleteRow{text-decoration:line-through;}
.deletedGridRow{text-decoration:line-through;cursor:default !important;}
.GridRows1 td{color:#222222;font-size:13px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-bottom:3px;padding-top:3px;padding-left:2px;padding-right:2px;border-bottom: 1px solid #cdd6dd;border-left: 1px solid #cdd6dd;}
.GridRows1 td.icon-plus:before, .GridRows1 td.icon-minus:before {color: var(--main-color);;}
.GridRows1 td.icon-plus:hover:before, .GridRows1 td.icon-minus:hover:before {color: var(--highlight-color);}
.firstTd img {
    display: block;
    height: 16px;
    padding: 9px 7px;
    width: 16px;
}
.lastTd{}
.extraFields{/*background:#f0f0f0;*/}
/*.titleText {float:left;}*/

.badge[class*=badge-] [class*=icon-]~span.titleNumbers, .badge[class*=badge-] span.titleNumbers {
    bottom: 0;
    padding: 0;
}

.titleNumbers{
	/* float:right; */
	/* color:#333; */
	/* font-size:12px;
	padding-right:4px; */
}
.GridRows2 td{color:#D08000;font-size:12px;text-overflow:ellipsis;overflow:hidden;padding-bottom:3px;padding-top:3px;padding-left:2px;padding-right:1px;border-bottom: 1px solid #E5E5E5;}
.hoveron{background-color:#d8dce1;cursor:pointer;}
.hoveron td{color:#505096;font-size:11px;}
.setTitle,.fake4{font-size:16px;color:#555;vertical-align:middle;/*margin:2px 2px 2px 0;*/display:block;width:40%}
.setTitle img {margin-right:2px;}
.tableTitleBar,.newTabs{
   float:left;
   font-size:20px;
   color:#e62; /*var(--main-color);;*/
   /*margin-top:1px;*/
   /*margin-right:5px;
   margin-left:5px;*/
   text-decoration:none;
   /*text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);*/
}
/*.tableTitleBar:hover,.newTabs:hover {color:#3BB8E7 }*/
.verticalContentSwitch{background: none repeat scroll 0 0 #F2F2F2;border-bottom: 1px solid #E0E0E0;color:#222;padding:2px 0;}
.innerSlidesClass{height: 100%;}
.slidesClass{
	background: var(--panel-background);
	border:1px solid var(--panel-border);
	border-radius: 4px;
	/* overflow-x: auto; */
}
.slidesClassie{width:100%;}
.RecDesDiv{overflow:auto;height:90%;}
.categs_icos{vertical-align:inherit;/*display:inline-block;margin-right:4px;*/}
.rowImpHigh td{font-size:12px !important;color:rgb(220,100,0) !important;}
.rowImpExHigh td{font-size:13px !important;color:rgb(255,50,0) !important;}
.rowPrioHigh td{color:rgb(220,100,0) !important;}
.rowPrioExHigh td{color:rgb(255,50,0) !important;}
.buttonsArea{/*height: 33px;*/clear:both;}
.right-align{text-align:right;margin-right:0;}
/***.mainDivWrapper .buttonsArea{width:755px;} **/
ul.tags{background-color:white;font-size:12px;padding: 10px 5px; overflow:hidden;}
ul.tags li {display:inline-block;background:#f0f0f0;margin-right:10px;padding:3px 3px 3px 0;border-radius: 3px; float:left; margin-top:1px;border: 1px solid #dedede;cursor:default}
ul.tags li i + i {vertical-align:middle;cursor:pointer}
ul.tags li i:hover {opacity:0.7}
.notes{border-spacing:0px 1px;}
.noteIcos{cursor:pointer;}
.tableHeaders{cursor: auto;position: relative;}
.tableHeadersNum{text-align:right !important;}
.graSel{text-decoration:underline !important;}
.help{height:300px;overflow:auto;}
.chStDialog{padding: 5px;overflow: hidden;}
.chStleft{padding-bottom: 5px !important;padding-right: 2px !important;}
.chStRight{padding-left: 2px !important;padding-top: 5px !important;padding-bottom: 5px !important;}
.chStRight .select2-container--classic .select2-selection--single, .chStRight .select2-container--default .select2-selection--single {
	height: 35px !important;
}
.chStRight.formRow {
	margin-top: 10px;
}
/*commented lines affect the global search results*/
.categoryColSelected td{
	/*background-color: #6F98B4!important;
	background: -moz-linear-gradient(top,  #6F98B4 0%, #537e9c 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6F98B4), color-stop(100%,#537e9c))!important;
	background: -webkit-linear-gradient(top,  #6F98B4 0%,#537e9c 100%)!important;
	background: -o-linear-gradient(top,  #6F98B4 0%,#537e9c 100%)!important;
	background: -ms-linear-gradient(top,  #6F98B4 0%,#537e9c 100%)!important;
	background: linear-gradient(to bottom,  #6F98B4 0%,#537e9c 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44c5ec', endColorstr='#537e9c',GradientType=0 )!important;
	font-size:13px !important;
	background-image:-moz-linear-gradient(center top , #6F98B4, #537e9c)!important;
	text-overflow:ellipsis;overflow:hidden;white-space:nowrap;
	/*border-bottom:1px solid #aaa;padding-bottom:3px;padding-top:3px;padding-left:6px;padding-right:1px; */
	/*background-color: #6699cc!important;*/
	/*background: -moz-linear-gradient(top,  #8EB2CB 0%, #6F98B4 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8EB2CB), color-stop(100%,#6F98B4))!important;
	background: -webkit-linear-gradient(top,  #8EB2CB 0%,#6F98B4 100%)!important;
	background: -o-linear-gradient(top,  #8EB2CB 0%,#6F98B4 100%)!important;
	background: -ms-linear-gradient(top,  #8EB2CB 0%,#6F98B4 100%)!important;
	background: linear-gradient(to bottom,  #8EB2CB 0%,#6F98B4 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8EB2CB', endColorstr='#6F98B4',GradientType=0 )!important;*/
	/*background-color: #6699cc!important;*/
	background-color:var(--select-color) !important; /*#7777aa; /*#8e72bd !important;/*#5c99d6 !important; /*#69c !important;*/
	color:#fff!important;
}
/* small adjustment for the emails */
/*.categoryCol[state="opened"] td span.icon-mail-unknown {color:#fff!important}*/

/* .categoryColSelected .titleNumbers {
	color:#fff;
} */
.categoryCol{cursor: pointer;padding:0.75rem;}
.categoryCol .badge.badge.float-right {
    margin-top: 3px;
}
/*
.categoryCol td[category="All_Categories"] > div {
	color:var(--header-color);!important;
	font-size:16px;
	font-weight:600;
}
*/
/*.categoryCol td[category="All_Categories"] > div:hover {color:#3BB8E7!important}*/
/*.categoryCol td:not([category="All_Categories"]):hover{background:#ffffff; color:var(--highlight-color);}*/
.categoryCol td:not([category="All_Categories"]):hover{
	background: #F3F6F9;
	color: #006ace;
}

.categoryCol td:not([category="All_Categories"]){
	color: #404e67;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	padding: 6px 2px;
	font-size:14px;
	font-weight:600;
	border-radius: 4px;
}
.newCategory td:not([category="All_Categories"]){
	/*background:var(--header-background);*/
	font-size:14px;
	color:#777;
	cursor: pointer;
	padding:8px 0px 0px 2px;
	/*height:24px;*/
	font-weight:normal;
	/*border-radius: 3px;*/
	/*border-bottom: 1px solid #fff;*/
	/*padding-top: 10px;border-bottom: 1px solid #dedede;*/
}

.list-group-item.categoryCol span[category="All_Internal"] .feather.icon-circle,.list-group-item.categoryCol span[category="All_Recent"] .feather.icon-clock {
    display: inline-block;
    width: 20px;
    color:#0070E0;
    font-size: 1.1rem;
    font-weight: 600;
}

.categoryTitle {
	margin-left: 5px;
    width: 64%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    margin-top:-3px;
}


.changeCategory {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	font-size: 14px;
	/* color: var(--main-color); */
	cursor: pointer;
}
.changeCategory:hover{
	/* color: var(--highlight-color); */
}
.icon-plus-new:before {font-size: 18px;}
/*.newCategory td:hover{background:#ddd;}*/
.first td{border:none !important;}
#show_html{overflow:auto;height:200px;}
.AimgTree{overflow:auto;height:150px;}
#html_content{overflow:auto;height:200px;}
.htmlTableBorderline{border-right:1px solid #ddd;width:0.01%;height:450px;}
.tableright .htmlTableBorderline{border-right:1px solid #ddd;width:0.01%;height:auto;}
.firstth{width:4%; cursor:pointer;text-align:center !important; border-left:none !important;}
.viewNameRow {
	height: 24px;
}
.viewTypeRow {
	height: 24px;
}
.filterNameRow {
	height: 24px;
}
.categoryWrapperContent {
	width: 100%; /*240px;*/
}
.searchPanel {
	background: var(--panel-background);
	border: 1px solid var(--panel-border);
	border-radius: 4px;
	padding: 5px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.searchTitle {
	font-size:16px;
	font-weight:600;
	color:var(--main-color);
	padding:0px;
	margin: 0px;
	cursor: pointer;
}
.searchTitle:hover{
	color: var(--highlight-color);
}
/* .textsearchPanel {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2px;

}
.advsearchPanel {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
} */
.viewsPanel {
	background: var(--panel-background);
	border: 1px solid var(--panel-border);
	border-radius: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}
.viewsTitle {
	/*background:var(--header-background);*/
	font-size:16px;
	font-weight:600;
	color:var(--main-color);
	padding:0px;
	margin: 0px;
	cursor: pointer;
	/*border-bottom: 1px solid #fff;*/
	/*text-align: center;*/
}
.viewsTitle:hover{
	color: var(--highlight-color);
}
.viewNameTypeSelection {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid var(--panel-border);
}
.filterPanel {
	background: var(--panel-background);
	border: 1px solid var(--panel-border);
	border-radius: 4px;
	padding: 5px; /*4px;*/
	margin-bottom: 10px;
}
.filtersTable {
	width: 100%;
	margin-top: 5px;
	padding-top: 5px;
}
.filtersHeading {
}
.filtersTitle {
	/*background:var(--header-background);*/
	font-size:16px;
	font-weight:600;
	color:var(--main-color);
	padding:0px;
	margin-bottom:5px;
	cursor: pointer;
	/*height: 20px;*/
	/*border-radius: 3px;*/
	/*background: #fff;*/
	/*border-bottom: 1px solid #fff;*/
	/*text-align: center;*/
}
.filtersTitle:hover{
	color: var(--highlight-color);
}
.filtersReset {
	font-size:14px;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	/* color: var(--main-color); */
	cursor: pointer;
}
.filtersReset:hover {
	/* color: var(--highlight-color); */
}
.viewLabel {
	font-size: 13px;
	padding-left: 0px;
	padding-right: 2px;
	color: var(--label-color);
	width: 40px;
}
.filterLabel{
	font-size: 13px;
	padding-left: 0px;
	padding-right: 2px;
	color: var(--label-color);
	width: 40px;
}
.foldersTable {
	width: 100%;
}
.foldersTitle {
	font-size:16px;
	font-weight:600;
	color:var(--main-color);
	padding:0px;
	margin:0px 0px 0px 2px;
	cursor: pointer;
}
.foldersTitle:hover{
	color: var(--highlight-color);
}
.categoryPanel {
	background: var(--panel-background);
	border: 1px solid var(--panel-border);
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 5px;
}
.categoriesBack {
	margin-top: 5px;
	padding-top: 5px;
	/* border-top: 1px solid var(--panel-border); */
	/*background:#f7f7f7;
	margin-bottom:10px;*/
	/*padding: 4px 0px; /*4px 6px 8px 6px;*/
}
.categoryBarHolder {padding-top:5px;}
/*--------postmeta---------*/

.meta_table{text-align:center;height:100%;width:100%;}
.head_td{background-color:#5f789d;color:white;font: italic 10pt Verdana;font-weight:600;}
.label_td{color:#5f789d;font: bold 10pt Verdana;}
.metaArea{height:100%;}
.metaText{height:80px;width:95%;}
#showtextarea{width:98%;height:99%;background-color:#eeeeee;overflow:auto;}
.td_periex{width:80%;}
.inputs{width:100%;height:100%;}
.container_div{height:300px;overflow:auto;}
/*------support Admin-------*/
.answersDiv{background-color:#FAFAFF;}
.answerDateTime{font-size:x-small;border-bottom: 1px solid grey;border-top: 1px solid grey;background-color:#D8DCE1;}
.togAnswers{cursor:pointer;}
div.togAnswers:hover{cursor:pointer;background-color:#5F789D;color:WHITE;}
.rightsClass{border-bottom: 1px solid #5F789D;border-left: 1px solid #5F789D;border-right: 1px solid #5F789D;}
/*******colresize****/
.seperator{float:right;height:20px;z-index:1001;}
.divSep{z-index:1000;position:absolute;cursor:col-resize;}
.headleft{display: inline-block;white-space:nowrap;overflow:hidden;}
.headspan{float:left;overflow:hidden;line-height:1.5;}
.sortImg{position:relative;top:2px;left:2px;}

.catFolders {vertical-align: bottom; margin-right: 3px;}

/************************************GRAPHS**********************************/
.graphScriptDiv{}
.graphContentDiv{background: #fff; border: 1px solid var(--border-color); border-radius: 4px;}

/************************************FORMS**********************************/

hr{color:#f0f0f0;background-color:#f0f0f0;}
/* select currency  */
select.currency {
    /*border: 1px solid #CDD6DD;*/
    font-size: 13px;
    vertical-align: middle;
    height: 24px;
    margin-bottom: 3px;
}
select.currency option  {padding:3px 5px}

.emptFrm .lInput, .emptFrm .pInput,.emptFrm .myInput {
/*border:1px solid #CDD6DD;
background-color: #eaeff5;
font-size:13px;
font-weight:normal;*/
/*padding:2px;*/
box-sizing:border-box;
-moz-box-sizing:border-box;
/*width:150px;*/
}
.emptFrm  textarea[rows="10"]{height:100px;}
.emptFrm .lInput:focus,.emptFrm .pInput:focus{
/*background-color:#f0f0f0;
border: 1px solid #c0c0c0;
padding:2px;
margin:0px;
height:20px;
overflow:auto;*/
outline:none;
/*border:2px solid var(--select-color);*/
/*border:1px solid #9ecaed;
box-shadow:0 0 3px #9ecaed;
-webkit-box-shadow:0 0 3px #9ecaed;*/
/*padding:3px; */
box-sizing:border-box;
-moz-box-sizing:border-box;
}
.emptFrm .label {color: #282828;font-size: 13px;font-weight: normal;width: 140px; background-color:#d9d9d9; padding-left: 5px;border-radius: 3px;}

.label2 {font-size: 18px;}
.infoTool{margin-left:10px; font-weight:600;}
.mailDelete {display:none; position:absolute; right:2px; top:8%; width:13px; height:16px; background:#fff url('app/resources/mailDelete.png')}
.mailDelete:hover {background-position:0 -16px}
.tdWrapDiv {position: relative;}
.mailRead {display:none; position:absolute; right:19px; top:8%; width:15px; height:16px; background: url('app/resources/mailRead.png')}
.mailRead:hover {background-position:0 -17px}
/*.redClass td{color:#E16565;}*/
.greenClass td{color:#317D3A;}
.blueClass td{color:#5557CF;}
.yellowClass td{color:#A1AB5E;}
.purpleClass td{color:#C15ADB;}


.boldClass td{font-weight:600;}
.redBoldClass td{color:#c50;font-weight:600;}
.lastth.fa.fa-thumb-tack {display: table-cell;cursor:pointer;width:2%!important}


.table-mod-col{position:absolute;top: -5px; right: -22px;}
/*.lastth:before {
content: '\eb3a';
color: #fff;
}*/

/* Last Th Details */
th.lastth[colname='Details']{
	min-width:24px;
	text-align:center;
	vertical-align:middle;
	padding: 0px;
}

th.lastth.fa.fa-thumb-tack:before {
    font-size: 16px;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    padding-top: 15px;
    padding-bottom: 10px
}

.table-last-td {
	/*background: var(--light-background);
	border-left: 1px solid var(--panel-border);*/
}

/*.icon-header-details1:before {
	content: '\eb3a';
}*/

.icon-table-double-right:before {
	content: '\e8a0';
	color: var(--main-color);
	font-size: 22px;
	cursor: pointer;
}
.icon-table-double-right:hover:before {
	color: var(--highlight-color);
}
.icon-pin.lastth{
	width: 20px !important;
	min-width: 20px !important;
	max-width: 20px !important;
}

.icon-pin.lastth:before {
	color: var(--main-color);;
}

.icon-pin.lastth:hover:before {
	color: var(--highlight-color);
}
.icon-filter.sort-order:before {
	font-size: 15px;
}

.icon-filter-reset:before {
	color: var(--main-color);
}

.icon-filter-reset:hover:before {
	color: var(--highlight-color);
}

.icon-change-cat:before {
	color: var(--main-color);
}

.icon-change-cat:hover:before {
	color: var(--highlight-color);
}

.icon-adv-search:before {
	color: var(--main-color);
	margin-left: 4px;
}

.icon-adv-search:hover:before {
	color: var(--highlight-color);
}

/************************pop up campaigns*****************/
#templateHeader {font-size:10px; color:#1189CA;text-decoration:underline;cursor:pointer;float:left; margin:10px 0px}
#templateExpl {color: #585858; padding:5px; float:left}
#groupNumber {color:#585858; float:right;margin:10px 0px}
#groupNumber span {font-weight:600; color:#282828}

.viewForms {
	/*margin-left: calc(20% + 30px);*/
}
/* lets hide the left block when in edit mode */
.viewForms[htmlform-mode="edit"] { margin-left: 0; }
.viewForms[htmlform-mode="edit"] + div.CustomTabs > .leftFloatingDiv {
    display: none !important;
}

.record-bar-container {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
	flex-wrap: wrap;
	/*background: #eee;*/
	/*height: 40px;*/
	/*padding: 0px trview0 2px 0;*/
	border-radius: 4px;
	/*background: var(--topheader-background); */
	/*border: 1px solid var(--panel-border);*/
	margin: 2px 0 0 0;
}

.viewForms .record-bar-container {
	flex-wrap: nowrap;
    padding-bottom: 15px;
}

.record-bar-container > div {
    align-self: center;
    text-align: left;
}
.record-bar-container > div.btn.white {
    margin-top: 5px;
    margin-bottom: 5px;
}

.record-bar-container.inner-bar{
	padding: 0px !important;
	/*background:var(--header-background) !important;*/
	margin-bottom: 10px;
    justify-content: space-between;
    /* justify-content: initial; */
}

.table-responsive .AccTableFormatbody .record-bar-container.inner-bar {
    justify-content: flex-start;
}

.record-bar-container.inner-bar .formRecordBar.formTitleBar{
	flex:inherit;
}

.formRecordBar {
    margin-left: 0px; /*3px;*/
    white-space: nowrap;
}

.formRecordBar .icon-left-bold-1:before  {
	font-size: 18px;
	color:var(--main-color);
}
.formRecordBar .icon-left-bold-1:hover:before  {
	color:var(--highlight-color);
}
.formRecordBar .icon-list:before  {
	font-size: 18px;
	/*line-height: 30px;*/
	margin: 0px;
}
.formRecordBar .icon-list:hover:before  {
	color:var(--highlight-color);
}
.formRecordBar .icon-pencil-1:before  {
	font-size: 18px;
	color:var(--main-color);
}
.formRecordBar .icon-pencil-1:hover:before  {
	color:var(--highlight-color);
}
.formRecordBar .icon-print-1:before  {
	font-size: 18px;
	color:var(--main-color);
}
.formRecordBar .icon-print-1:hover:before  {
	color:var(--highlight-color);
}
.icon-table:before  {
	font-size:18px;
}
.orange:before{
	color:var(--select-color);
}
.icon-list:before  {
    content: '\ea97';
    margin-right: 10px;
    vertical-align: middle;
    font-size: 21px;
    margin-top: -0.2em;
	color:var(--main-color);
}
.icon-list:hover:before  {
	color:var(--highlight-color);
}
.icon-new-filter:before {
	content: '\e821';
	margin-left:0;
	/*font-size: 20px;*/
}

.formUnitNameBar {
	/*background: var(--menu-background);*/
    /* color: var(--ultra-color); */
    color: #1b2942;
    cursor: pointer;
	padding-left: 0px;
    padding-right: 8px;
	/*height: 100%;*/
	padding-bottom: 0px; /*4px;*/
	/*font-weight: 600;*/
	font-size: 28px;
	/*line-height: 1.5em;*/
	align-self: center;
	display: flex;
	border-radius: 4px;
	margin-right: 0px;
	margin-top: -8px;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.05rem;
}

.formUnitNameBar > i.icon-left-bold-1 {
    display: inline-flex;
    /*height: 28px;*/
    align-items: center;
	margin-top: 2px;
	margin-right: 10px;
}

.formUnitNameBar > span {display: none;}
.formUnitNameBar.current > i.icon-left-bold-1 {display:none;}
.formUnitNameBar.current > span {display:inline;}

.backToUnitTable {
	cursor: pointer;
}
.backToUnitTable:hover:before {
	color: var(--highlight-color);
}
.breadcrumbTriangle1 {
	color: var(--main-color);
}
.breadcrumbTriangle1:before {
	font-size:22px;
}
.tabBarsContainer .tabc .formUnitNameBar + a.unit_new_button {
    /*border-left: 1px solid var(--main-color);;*/
    color: var(--main-color);
	padding-top: 0px; /* 2px */
	font-size: 16px;
	font-weight: 600;
    /*padding: 0px 10px 0px 0px;*/
}
.tabBarsContainer .tabc .formUnitNameBar + a.unit_new_button:hover {
	color:var(--highlight-color);
}
.formUnitNameBar:hover {text-decoration:none;cursor:default;}
.formTitleBar {
	text-overflow: ellipsis;
	overflow: hidden;
	/*color: var(--ultra-color); var(--title-color);*/
    color: #1b2942;
	font-size: 24px;
	margin: 0 15px;
	flex: 1 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	min-width: 100px;
	/* max-width: calc(100% - 320px); */
	height: 32px;
    font-weight: normal;
	/*width: 80%;*/
	/*line-height: 1.5em;*/
}
.formTitleBar > span {
	line-height: 28px;
    white-space: pre;

}
.textlinkWrapper {
	vertical-align:top;
	background:#fff;
	border-bottom: 1px solid #ccc;
	/*height:35px;*/
	padding-top:4px;
}
.butActionClass.textlinkWrapper {height:auto;}

.formRecordBar a {
    color: var(--link-color);!important;
	/*margin-top: 0px;
	margin-left: 0px;*/
}

/* .formRecordBar a:hover {color:var(--highlight-color)!important;} */

/*.leftActionBar .icon-pencil-1:before { font-size:20px;}*/
/*.icon-print-1:before { font-size:16px;}*/
.icon-th-1-blue:before { font-size:20px;}

.more-actions-list.absolute {
    position: absolute;
}
.more-actions-list {
    /* background: none repeat scroll 0 0 var(--popup-background); /*#fff; lightgray??*/ */
    /* border-color: var(--light-color); */
    /* border-style: solid;
    border-width: 1px 1px 1px 1px; */
    list-style: none outside none;
    margin: 2px;
	/*padding: 5px;*/
    min-width: 180px;
    /*padding: 10px 0;*/
    z-index: 1000;
    width: 200px;
    /*box-shadow: 4px 5px 4px rgba(128, 128, 128, 0.6);
    -webkit-box-shadow: 4px 5px 4px rgba(128, 128, 128, 0.6);*/
}
.more-actions-list.popup-ul {}
.more-actions-list.popup-ul li {/*line-height:27px;*/}
.more-actions-list li.dropdown-item {white-space: normal;}
.more-actions-list li a {
	margin: 0px;
	display: block;
	text-decoration:none!important;
    color: #404E67;
	font-size: 14px;
	border-radius: 0px;
}

.more-actions-list li a:active {
	color: white;
}

.actionBut.actionButSmall.masterTable {
	font-size: 24px;
	margin-right: 10px;
	color: var(--main-color);
}

.recordInformationBar {
	/*margin-right: 5px;*/
	/* min-width: 240px; */
	display: flex;
}

.recordNoteBar {
	margin-right: 10px;
	display: flex;
}

.recordCounterEmpty {
	font-size: 12px;
	/* color: var(--main-color); */
	vertical-align: top;
    position: relative;
    bottom: 4px;
    color: #00B5B8;
}

.recordCounterValue {
	font-size: 12px;
	color: var(--main-color);
	vertical-align: top;
	font-weight: 500;
    position: relative;
    bottom: 4px;
    color: #00B5B8;
}

.itemBarTitle {
	cursor: pointer;
	/* color: var(--main-color); */
}

/* .itemBarTitle:hover {
	color: var(--highlight-color) !important;
} */

.noteCounterEmpty {
	font-size: 12px;
	color: var(--main-color);
	vertical-align: top;
}

.noteCounterValue {
	font-size: 12px;
	color: var(--title-color);
	vertical-align: top;
	font-weight: 500;
}

#recordInfoContainer {
	position: absolute;
	width: 500px;
	top: 38px;
	right: 0px;
	z-index: 9;
	background: var(--window-background);
	border: 1px solid var(--light-color);
	border-radius: 3px;
}

#recordNoteContainer {
	position: absolute;
	width: 500px;
	top: 60px;
	right: 30px;
	z-index: 99;
	background: white;
	border-radius: 3px;
	border: 1px solid var(--light-color);
	box-shadow: 4px 5px 4px rgba(128, 128, 128, 0.5);
}

#recordNoteContainer .editorTop {
	border: none !important;
}

#recordNoteContainer .editorBar {
	border: none !important;
}

#recordNoteContainer .commentsContainer .comment textarea{
	border: 1px solid rgba(0,0,0,0.4);
	margin: 4px;
	padding: 4px;
}

#recordNoteContainer .comment {
	font-size: 13px;
	overflow-wrap: break-word;
}

#recordNoteContainer .comment .content{
	color: black;
}

#recordNoteContainer .avatar img{
	margin: 5px;
}

.commentButtonWeb {
    float: right;
	margin: 10px;
}

.commentsContainer .comment .content {
    /*color: #fff;*/
	padding-bottom: 10px;
    color: #172B4D;
    font-style: normal;
    font-weight: normal;
}

.commentsContainer .comment .header, .commentsContainer .comment .avatar {
    display: inline-block;
}

.commentsContainer .comment .avatar {
	padding-top:0.6rem;
	margin-right:1.2rem;
	padding-left:4px;
}
.commentsContainer .comment .header{
    font-style: italic;
    font-weight: normal;
    color: #A0A0A0;
}
.commentsContainer .user-name[data-letters]:before {
    background: #C3F2E2;
	width: 3.1em;
    height: 3.1em;
    line-height: 3.1em;
}
.commentsContainer .comment .header a{
	font-style: normal;
	font-weight: bold;
	color: #009CEC;
}
.commentsContainer textarea {
	border: 1px solid #D8D8D8!important;
}
.commentsContainer .icon-edit-2:before{
	color: white;
}

.commentsContainer .icon-edit-2{
	float:right;
}
.commentsContainer .comment:hover .icon-edit-2:before{
	   color: black;
	  cursor:pointer;
}
/**********************************new Contact Form CSS 5/12/2012 *******************************/
.smallerFont {font-size:13px!important;color:#0c!important}
.borderedRow {background:#f5f5f5;border:1px solid var(--border-color);padding:10px;margin-bottom:5px;}
.extraStyled {
    color: #555 !important;
    display: block;
    font-size: 16px !important;
}
.formNote {color:#999}
.formNote img {vertical-align:middle; margin-right:5px}
.actionTabsContainer {
	float: left;
	padding-left: 0px;
	width: 100%;
    position: relative;
}
.formContainer {
	font-size: 13px;
	margin: 0px;
	/* background: #f4f4f4; */
}

.formContainer tr td {font-size:13px;}

.form-column {display:inline-block;padding:10px;/*border-right:1px solid #ccc;*/width:200px;}
.form-column:last-child {border-right:none!important;}
.form-column span {display:block;text-align:center;word-wrap: break-word;}

.noCSS {color:#333!important}
.noCSSblue {color:#0073B2}
.third-column {width:auto!important; margin-left:30px;}
.leftBlockContainer{
	/*background: #f5f5f5;*/
    float: left;
    width: 275px;
	/*border:1px solid #b2e7f4;*/
/*	border-right: 1px solid #F0F0F0;*/
	margin-right: 20px;
	/*border-radius:3px;*/
}
.leftBlockContainer .formLeftLabel.noOverflow a{
	display:block;
	max-width:200px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.edit-form {padding:15px}
.view-form-padding > div:not(.admin-block) { padding: 15px 10px;}
.view-form-padding .additionalBlock {background:#f5f5f5;  /*color: #1065C5; only as link color*/}
.leftBlockContainer #imgSign, #leftBlockContainer #imgSign{
	width:15px;
	padding:5px 0px 0px 0px;
}
.leftBlockContainer #imgProfile, #leftBlockContainer #imgProfile{
	width:165px;
	height:200px;
	margin:10px 0px 0px 20px;
}
.leftBlockContainer .contactName, #leftBlockContainer .contactName{
	font-size:17px;
	color:#0073b2;
}
.rowLbl {float:left; color:#484848;}
.headerTitle, #headerTitle {
	float:left;
	font-size:14px;
	color:#484848;
}
.leftBlockDetails{
	margin:10px 0px 0px 5px;

}
.leftBlockDetailsEdit {
	margin:20px 0px 0px 0px;
}
.rightmostBlockContainer, #rightmostBlockContainer{
	background: #eee;
    float: right;
    padding: 15px;
    width: 240px;
	/*border:1px solid #e0e5ea;*/
	margin-left: 13px;
}

.formRowBold{font-size:16px; font-weight:600; }
.no-background {background:none!important}
.no-border {border:none!important}
/* .admin-block {display:inline-block; margin:10px 30px 10px 0px;background:#f0f0f0;padding: 5px 2px;border: 1px solid #E0E5EA;} */
/* .admin-block.leftPanel {display:block;margin:0 auto; text-align:center;} */
.left-align {text-align:left}
.asBlock {display:block}
/* .admin-block > div{display:inline-block;vertical-align:middle;} */
/* .admin-block > div:last-child{margin-left:10px;} */

.admin-block {/*border-bottom: 2px solid var(--main-color);;*/margin-bottom: 10px;padding-bottom: 10px;}
.admin-block .admin-pic {width:60px;text-align:center;}
.admin-block .admin-pic > div{
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-size: cover;
	margin: 0 auto;
}

.admin-block .admin-title {
    font-weight: bold;
    padding-left: 5px;
    color: #4d4d4d;
    font-size: 14px;
}

.admin-block .admin-email {
    color: var(--main-color);;
    font-size: 14px;
/* 	width: 250px; */
}

.admin-block table.admin-info {
    /* table-layout: fixed; */
    border-spacing: 0 5px;
	width: 100%;
}

.admin-block table.admin-info tr td {vertical-align:middle;}
.admin-block table.admin-info tr td.admin-role {
	font-size: 14px;
	font-weight: bold;
	color: #4d4d4d;
	width: 40%;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* display as table css */
.asTable {display:table;width: 100%;border-collapse: separate;border-spacing: 3px 3px;table-layout:fixed;}
.asRow {display:table-row}
.asCell {display:table-cell;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;}

.ContactSocialMediaIcons span, #ContactSocialMediaIcons span{
	cursor:pointer;
}
.right-space {margin-right:4%;}
.pull-right {float:right!important}
.pull-left {float:left!important}
.extraBlockContainer {overflow:hidden;padding:0px;background:#f5f5f5;border:1px solid var(--border-color);}
.WorkingInfoEdit {
	float:left;
	margin:5px 0px 0px 15px;
}

.fin-info-block h3 {margin:0px;padding:5px;background:none repeat scroll 0 0 #DEE3E6; color: #484848;font-weight:500}
.small-legend {font-size:12px;/*display:block;*/text-align:center;}
.big-font {font-size:26px;/*font-weight:600;*/}
.large-font {font-size:16px}
.relative-pos {position:relative}
.absolute-pos {
    left: 0;
    margin: auto;
    overflow: auto;
    position: absolute;
    right: 0;
    top: -70px;
    width: 100%;
}
.circles-text {color:#35a261!important}
.red-font {color: #E16565;}
.green-font {color:#4CB978}

/*Form new layout */

.icon-state-confirmed:before {
    content: "\f024";
    color: #00C900;
    vertical-align: middle;
    font-family: FontAwesome;
}

.icon-state-completed:before {
    content: "\f00c";
    color: #00C900;
    vertical-align: middle;
    font-family: FontAwesome;
}

.icon-state-started:before {
    content: "\f254";
    color: #404E67;
    vertical-align: middle;
    font-family: FontAwesome;
}

.icon-state-failed:before, .icon-state-canceled:before {
    content: "\f00d";
    color: #FF1633;
    vertical-align: middle;
    font-family: FontAwesome;
}

/* table.dataTable thead th,
table.dataTable tbody td{
  max-width: 200px;
} */

.inner-td span[class^="icon-"]:not(.icon-NULL) {
    display: inline-block;
    text-align: center;
    width: 100%;
}

/* .infoBlock:first-child {margin:0px;} */
.icon-down-open-1 {vertical-align:middle}
.relationsRow,.formRow {
    /* padding:3px 2px 3px 2px;
    margin:0px;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
    /* margin-right: -12.5px;
    margin-left: -12.5px */
    margin-bottom: 10px;
    text-align: left;
	margin-right:20px;
}

#task-form-actions {padding:0px !important;}

/*form .relationsRow, form .formRow {padding-top: 4px;}*/
/* .relationsRow > span, .formRow > div, .relationsRow > div {flex: none;} */

.infoBlock {
    margin-bottom: 1rem;
    border: none;
    border-radius: 0;
    box-shadow: 0 10px 10px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
	overflow: visible;
}

.infoBlock[block^='PROCEDURE_'] {
       visibility: hidden;
       box-shadow: none;
       border: none;
       background: none;
       margin: 0;
       height: 0px;
}

.infoBlock[block^='PROCEDURE_'] .formRow{
       margin: 0;
}


.windowStyle_message {
    /* the following ruins run diagram view dont know why it was added in the first place, comment it out dk */
    /* display: flex; */
    /* flex-direction: column; */
    padding: 10px;
}

.infoBlockTop{
	/* width:100%;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border: 1px solid var(--panel-border);
	border-radius: 3px;
	padding-bottom: 5px;
	background: var(--panel-background); */
}

.infoBlockHeader {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* min-height: 70px; */
    background-color: transparent;
    font-weight: 500;
    font-size: 16px;
    color: #3F4254;
    padding: 0.5rem;
    margin-bottom: 10px;
    /* background-color: #00b5b8;
    border-bottom: 1px solid #EBEDF3; */
    text-align: left;
    border-bottom: 1px solid #90ee90;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.infoBlockHeader[class*="icon-"]:before {
    /* font-size: 16px;
	font-weight: normal;
	margin-left: 4px; */
}

.formRowValue .select2-container--classic .select2-selection--multiple .select2-selection__choice, .formRowValue .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff!important;
    border: 1px solid #00b5b8!important;
    color: #3F4254;
}

.formRowValue .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
   background-color: #eee !important;
   border: 1px solid #eee !important;
}

.formRowValue .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 2px!important;
}
.formRowValue .select2-container--classic .select2-selection--multiple .select2-selection__choice, .formRowValue .select2-container--default .select2-selection--multiple .select2-selection__choice  {
    margin-right: 2px!important
}

.formRowValue .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove, .formRowValue .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #3F4254!important;
}

.formRowLabelTop {
	/* font-size:14px;
	font-weight:normal;
	color: #777;
    display: inline-block;
	width:150px; */
}


.formRowLabel {
    font-weight: 500;
    color: #3F4254;
    padding-top: calc(0.65rem + 1px);
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
    max-width: 35%;
    position: relative;
    width: 35%;
    padding-left: 12.5px;
}

th.formRowLabel {
	padding-left: 0px;
}

.formRowLabel .required {
	color: #D61111;
	font-size: 18px;
	font-weight: bold;
	margin: -5px 2px 0;
	position: absolute;
}

.formRowValue {
    width: 63%;
    position: relative;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    display: block;
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    background-clip: padding-box;
    /* border: 1px solid #E4E6EF; */
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    /* white-space: pre-wrap; */
}

.gridFormRow .formRowValue,.tableFormRow .formRowValue {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.formRowValue.fullWidthValue {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.formRow.fullWidthRow .formRowValue {
    width: 100%;
}

span.inline-value {
    display: inline-block;
    margin-right: 5px;
}
.hasDatepicker {
    min-width: 100px;
	height: 38px;
	border: 1px solid #dadefe;
    border-radius: .25rem;
    display: inline-block;
}

.CustomTabs.record-row.row {
    margin-left:-5px;
}

.card .relations-title.card-title {
    text-transform: inherit;
    border-bottom: 1px solid #EFEFF1;
}
.CustomTabs.record-row .formRowValue:not(.formRowValue-noBorder):not(.fill) {
    background-color: #F3F6F9;
    border-color: #F3F6F9;
    min-height: 35px;
}

/* .formRowValue:not(.readMoreValue):not(.fullWidthValue):not(.formRowValue-noBorder):not(.fill) {
    height: calc(1.5em + 1.3rem + 2px);
} */

.contentsArea.Back2 div[id$='insertNewDialog']  {
    padding-top:50px;
}

.CustomTabs.record-row div[id$='insertNewDialog']  .formRowValue:not(.formRowValue-noBorder):not(.fill),.CustomTabs.record-row table[id*='_subid_'][id$='_mainTable'] form .formRowValue:not(.formRowValue-noBorder):not(.fill), .CustomTabs.record-row table[id$='_mainTable'] form .formRowValue:not(.formRowValue-noBorder):not(.fill) {
    background-color: transparent;
    border-color: transparent;
}

.CustomTabs.record-row .formRowValue.readMoreValue:empty {
    flex: 0 0 95%;
    height: 100px;
}

pre.preTag {
	background-color: transparent;
}

/* .formRowValue.readMoreValue {
	margin: auto;
} */

#s_Panel7_rec[htmlform-mode='edit']  .formRowValue,.CustomTabs.record-row[htmlform-mode='edit'] .formRowValue:not(.formRowValue-noBorder):not(.fill) {
    background-color: transparent;
    border-color: transparent;
}

/* #s_Panel7_rec .bug-list-search { display: none;} */

.formRowValue > input[type="checkbox"], .inline-value > input[type="checkbox"], .styled.styledCheck, .show-empty-grid-wrapper .styled {
    background: transparent!important;
    width: 20px!important;
    height: 20px;
    margin-top: 4px;
    -moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	outline: none;
    border: 1px solid #CCD6E6;
    /* -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #CCD6E6;
    cursor: pointer; */
}

.formRowValue > input[type="checkbox"][disabled], .inline-value > input[type="checkbox"][disabled], .styled.styledCheck[disabled] {
    background: #E4E4E4!important;
    border:  2px solid #ADADAD!important;
}

.formRowValue > input[type="checkbox"]:checked, .inline-value > input[type="checkbox"]:checked, .styled.styledCheck:checked, .show-empty-grid-wrapper .styled:checked {
    -webkit-appearance: auto;
        outline: none;
}

.formRowValue > input[type="checkbox"]:focus, .styled.styledCheck:focus, .show-empty-grid-wrapper .styled:focus {
    outline:none;
}

.required-grid-input.form-control, .formRowValue .required-grid-input .select2-container--default .select2-selection--single {
    border-color: #ff0000;
}

.gridFormRow .gridField .select2-container--default.select2-container--focus .select2-selection {
    height: auto;
}

.formRowValue:hover,.formRowValue:active,.formRowValue:focus {
    outline: none;
    border-color: transparent;
}

.label-position-left > .formRowLabel {
    text-align: left;
}
.label-position-right > .formRowLabel {
    text-align: right;
}
.label-position-top.formRow {
    flex-direction: column;
    align-items: flex-start;
}
.label-position-top.formRow > .formRowLabel {
    text-align: left;
    width: 100%;
    margin-bottom: 3px;
}
.label-position-top.formRow > .formRowValue {
    margin-left: 0;
    width: 100%;
}
.label-position-none.formRow > .formRowLabel {
    display: none;
}

.label-size > .formRowLabel {
    min-width: 0;
    max-width: none;
}
.label-size-small > .formRowLabel,.formRowLabel > label[labelsize="small"] {
    font-size: 12px
}
.label-size-medium > .formRowLabel, .formRowLabel > label[labelsize="medium"] {
    font-size: 15px
}
.label-size-large > .formRowLabel, .formRowLabel > label[labelsize="large"] {
    font-size: 20px
}
.label-size-huge > .formRowLabel, .formRowLabel > label[labelsize="huge"]  {
    font-size: 26px
}

/* fix because 200px break all pop ups */
/* .pWindow .formRowLabel {
	width: 150px;
} */

.infoBlockHeaderLink {
    font-size: 16px;
    font-weight:normal;
    color:var(--main-color);;
    line-height:40px;
	cursor:pointer;
}
.infoBlockHeaderLink:hover {color:#3BB8E7!important}
.isLeadEdit {float:left; margin:0px 32px 0px 0px; font-size:13px; color:#484848; }
.isLeadEditData {float:left;}
.formLeftLabel {
	color: #808080;
    display: block;
    font-size: 13px;
    margin: 3px 0;
}
.criteriaTable th {
    color: var(--label-color);
    text-align: left;
    font-weight: normal;
	font-size: 13px;
}
.infoClass{float:right;color:#0080E0 !important;padding:4px;margin:0px !important;}
.extendedLbl {width:140px!important}
.fullWidth {width:100%!important}
.dBlock {display:block!important}

.modal-label {width:120px!important}
.formRowLabelTop.extendedWidth{width:130px;}

.record-info-container {
	display:block;
	width: 100%;
}

.owner-row {
    margin-bottom: 0.5rem;
    font-size: 12px;
}

.recordInformationDiv .owner-row .record-info-label {
    width:95px;
}

.record-info-container hr {
	background-color: var(--border-color);
	color: var(--border-color);
	border: none;
	height: 1px;
}
.record-info-label {
    font-weight: 500
}
.record-info-value.text-muted {
    color: #B5B5C3 !important;
}

.record-info-icon {
	margin-left: 10px;
}
.numericVal {
	display:inline-block;
	width:300px;
}
.formRowValueTop {
	color: var(--text-color);
	font-size: 20px;
	font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}

.icon-case-important[important="true"]:before {
	margin-right: 5px;
	content: '\e973';
}

.formRowLink {
    margin-left: 10px;
    font-size: 0.8em;
}

img.formRowIcon {
    display: inline-block;
    vertical-align: middle;
}
span.formRowPhoto {
    display: inline-block;
    vertical-align: middle;
    background-position: 90% 90%;
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
}

img.formRowPhoto {
    max-height: 160px;
}

.formRowText {
    font-size: 13px;
    color: #777;
	white-space: normal;
    /*border-bottom: 1px solid #eee;*/
}

ol.formRowList {
	font-size: 14px;
    color: #777;
    display: block;
    list-style-type: decimal;
    padding-left: 40px;
}
ol.formRowList .formRowListValue {
    margin: 5px 0px;
}

.formRowTip {
	margin-left: 13px;
    color: #999;
    font-size: 12px;
	flex: auto !important;
}
.extendedMinWidth .formRowLabel{min-width:170px;}
.formRowLabel.extendedWidth{width:150px;}

.formRowLabel3 {
	font-size:14px;
	color: #aaa;
	font-weight:600;
    display: inline-block;
    margin: 5px 0px 5px 0;

}
.formRowLabel2 {
    display: inline-block;
    margin: 5px 10px 5px 0;
	color:#808080;
	font-size:14px;
}

@media only screen and (max-width: 1366px) {
	/* .formRowValue {
	    max-width: 280px;
	} */
}

@media only screen and (max-width: 1920px) {
    .inlineRowGroup {
    	max-width: 600px;
    }
}
.formRowValue.fill {
    /* flex: 1 auto !important;
    width: 100%;
    max-width: 90%;
    height: 200px;
    margin: 0 auto; */
}

form .formRowValue {
    min-width: 200px;
    /* padding: 0 1rem 0 1rem; */
}

form .formRowValue input {
	max-width: 500px;
}

form .formRowValue input[type="text"], .pWindow:not([id^=confirm]) .formRowValue input[type="text"] {
	height: 35px;
}

form .formRowValue input.form-control[validate="DOUBLE"] {
	width: 120px;
}

form .formRowValue input.form-control[validate="CURRENCY"] {
	width: 115px;
}

.record-actions-col form .formRowValue {
	width: 63%;
    white-space: initial;
}

.record-actions-col .form-navtabs.nav {
    /* background-color: #F3F6F9; */
    background-color: #fff;
    border-bottom: none;
    /* box-shadow: 0 10px 40px 0 rgb(62 57 107 / 7%), 0 2px 9px 0 rgb(62 57 107 / 6%);
    border-radius: 0; */
    box-shadow: none;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

#s_Panel7_rec .record-actions-col .card-body,  #s_Panel7 .CustomTabs .record-actions-col .card-body {
    padding: 0.5rem;
    padding-top:1px;
}

#s_Panel7_rec .col-md-2.record-actions-col .card-body {
    padding: 0;
}

form .formRowValue input[subtype="excel"] {
	max-width: 100%!important;
}

.tmsh-filters-group .formRowValue {max-width: 500px;}

form .reducedMaxWidth, .reducedMaxWidth {
	max-width: 180px;
}

.checkField,
.formRowValue.checkField {/*height:20px;*/}
.isDescription {margin-top:3px;}
.formRowValue2 {color:#0073B2;display:inline-block; width:60%}
.formRowValue.lessImportant {color:#777;font-size:12px;}

.formRow
@media only screen and (max-width : 1366px) {
	.formRowLabel {
		font-size: 14px;
		/*width: 180px;*/
	}
	.formRowValue {
		font-size: 14px;
	}
}

@media only screen and (max-width : 1280px) {
	.form-group {flex-direction: column;}
	.form-group > div {width: 100% !important;}
	.form-group > div.separator {display: none;}
	.formRowLabel {
		font-size: 16px;
		/*width: 200px;*/
	}
	.formRowValue {
		font-size: 16px;
	}
}

@media only screen and (max-width : 1023px) {
	.form-group {flex-direction: column;}
	.form-group > div {width: 100% !important;}
	.form-group > div.separator {display: none;}
	.formRowLabel {
		font-size: 14px;
		/*width: 180px;*/
	}
	.formRowValue {
		font-size: 14px;
	}

    .tableSidebar .bug-list-sidebar-content .hide-sidebar {
         display: none;
     }

     .nav-link.main-menu-icon {
         padding: 0;
     }

     .header-navbar .navbar-header .navbar-brand {
        padding: 15px 0px;
     }

    .header-navbar .navbar-nav .nav-item .open-navbar-container {
         padding-top: 0.75rem;
     }

     .row.tableSearchRow,.CustomTabs.record-row {
         padding-top:10px;
     }

     .content-table-wrapper .tableSidebar {
         transform: translateX(-100%);
         transition: 300ms ease all;
         display: none;
     }

     .content-table-wrapper .SidebarShow.tableSidebar {
         display: block;
         position: fixed;
         top: 56px;
         margin-left: -1.2rem;
         width: 300px;
         z-index: 999;
         transform: translateX(0%);
         height: calc(100% - 56px);
         transition: 300ms ease all;
         overflow-y: scroll;
     }
}

@media only screen and (min-width : 1024px) {
    .content-table-wrapper .SidebarShow.tableSidebar {
        width: 23.5%;
    }

    .insideDiv.SidebarShow .content-table-wrapper  .content-detached.content-right {
        margin-left: -23.5%;
    }

    .insideDiv.SidebarShow .content-table-wrapper .content-detached.content-right .content-body {
        margin-left: 24%;
    }

}

@media only screen and (max-width: 768px) {
    .row.tableRow .heading-elements.tableActionsWrapper, div[id$="thirdDiv"]  .buttonsAreaSlide {
        position: inherit;
    }

    .contentsArea.Back2 div[id$='insertNewDialog'] {
        padding-top:15px;
    }

    div[id$="thirdDiv"]  .buttonsAreaSlide {
        padding: 0;
    }

    .card-header .heading-elements a.oldTabs.btn, .card-header .heading-elements-toggle a.oldTabs.btn, .buttonsArea.buttonsAreaSlide .btn, div[id$="thirdDiv"]  .buttonsAreaSlide .btn {
        margin-bottom: 5px;
    }

    .tableTitleHolder {
        padding-bottom:0.75rem;
        padding-top: 0.3rem;
    }

    .row.tableRow .card-header {
        padding: .75rem 0.75rem 0 0.75rem;
        display: flex;
        justify-content: space-between;
        width: 90%;
    }

    div[id$="MainDivs_content"] {
        padding-top:15px;
    }

    #recordNoteContainer {
        width: auto;
    }


    .record-bar-container {
        display: block;
    }

    .recordInformationBar .btn {
        padding: 0.75rem 0.5rem
    }

    .header-navbar .navbar-header .navbar-brand {
        padding: 10px 0px;
    }

}

@media (max-width: 575.98px) {

    .relationsRow, .formRow {
        display: block;
    }

    .formRowValue, .formRowLabel, .form-group[columns="1"] .formContainer .highlight-work-form .formRowLabel, .formContainer .form-group[columns="1"] .formRowLabel, .highlight-work-form .formRowLabel {
        width: 100%;
    }

    .formRowLabel {
        max-width: 100%;
    }

    .dialogInput.form-control.hasPtTimeSelect {
        max-width: 75px!important
    }

    .dialogInput.pick-a-date.form-control.hasDatepicker {
        width: 110px!important;
    }

    .formRow .formRowValue textarea.form-control {
        width:90%!important;
    }

    form .formRowValue input[type='file'] {
        max-width: 200px;
    }

    .formRecordBar.rightActionBar .formRow {
        margin-right: 0;
    }

    .graphToolBar .filtInp .select2-container--default {
        width: 80px!important;
    }

    .graphToolBar .filtInp {
        font-size: 14px;
    }

}

#contactInterests {
color: #1D71B8;
margin-top: 10px;
width: 230px;
}
.accountsData, #accountsData {
display:block;
font-size:12px;
color:#0073b2;
}

.leftBlockMoreDetails {
    color: #484848;
    margin-top: 12px;
}
.blue-link {color:var(--link-color);!important}
.italic-row {font-style:italic;}
.center-align {text-align:center}
.ContactSocialMediaIcons a {color:var(--main-color); !important}
.formRow.inline-display {display: inline-block;white-space:nowrap;}
.formRow.inline-display span {display:inline-block;vertical-align:middle;white-space:nowrap;}
.formRow.inline-display span:first-child {}
.inline-display {display:inline-block!important;}
.imageContainer, #imageContainer{/*padding: 5px 10px;*/text-align:center;}
.profilePicture{position:absolute;right:0px;top:8px;}
.imageContainer2, #imageContainer2{padding:10px;}
.imageContainerEdit, #imageContainerEdit {padding-left:20px}
.profileImage{max-width:120px!important}
input.profileImage {
    font-size: 13px;
}
.profileImageSmall {max-width:150px!important}
.formImageActions {
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:10px;
}

.uploadHack {
	right: 44%;
	margin: 0 !important;
	opacity: 0;
	overflow: hidden !important;
	padding: 3px 0 !important;
	position: absolute;
	width: 24px !important;
	cursor: pointer !important;
}
.imgExtraSmall {border:5px solid #fff;border-radius:5px;max-width:90px!important}
.editprofileImage img {border:5px solid #e5f0f6;border-radius:5px;max-width:200px!important}
.contactContainer span >input, #contactContainer span >input {color:var(--main-color);!important}
.editContactNameLbl{float:left; margin-right:10px;}
.editContactNameValue {float:left}
.editContactNameLbl span {float:left;margin:12px 0 0; font-size:13px;color:#484848}
.editContactNameValue span {float:left; margin:5px 0 0}

.recordImageDiv {
	padding-right:10px;
}

.normalRecordImage {
	width:100%;
	margin-bottom:10px;
}

.defaultRecordImage {
	height:120px;
	width:100%;
	/*margin-bottom:10px;*/
	background-image: url('/app/resources/blank.png');
	background-repeat:no-repeat;
	background-position:center center;
}

.rightBlockContainer2 { margin-bottom:10px;padding:13px;background:#eee;/*border:1px solid var(--border-color);*/box-sizing:border-box;-moz-box-sizing:border-box;/*border-radius:3px;*/}
.ExtraBlock {float:left; margin:0px 0px 0px 5px;}
#detailsContainer {margin-left:10px}
.block {display:inline-block; width:118px}
.toggler{display:inline-block;cursor:pointer; color:var(--main-color);}
.toggler:hover {color:var(--highlight-color)}
.toggler2{width:100%;margin:10px 0px 0px;display:inline-block;text-align:left;cursor:pointer;color:var(--main-color);;font-weight:600;font-size:16px;font-style:italic;padding-top:2px;padding-bottom:2px;background:#eee;}
.toggler2:hover {color:var(--highlight-color)}
.toggler2 .icon-plus-1:before {color:var(--main-color);; font-weight:600; font-size: 18px;}
.toggler2 .icon-location:before {color:var(--main-color);; font-weight:600; font-size: 18px;}
.recordOptionsHolder {margin: 0 0 0 5px;font-size:10px; color:var(--main-color);; cursor:pointer;padding:5px 0}
.recordOptionsHolder.icon-plus:hover:before {color: var(--highlight-color)}
.recordOptionsHolder img{width:17px;}
.recordOptionMenu p {margin:2px!important; font-size:11px!important; cursor:pointer!important;text-decoration:underline;color:var(--main-color);}
.recordOptionMenu p:hover {color:#F8941E!important}
.viewOption:hover {color:#484848!important}
.viewNew:hover {color:#484848!important}
/****************************quick add from email*************************************/
.quickAddContact {
	background: none repeat scroll 0 0 var(--main-color);
	border: 1px solid var(--border-color);
	border-radius: 3px;
	box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	cursor: pointer;
    min-width: 60px;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
	transition: all 0.5s ease 0s;
	font-size:12px;
}
.quickAddContact:hover{background:#4595D9}
.smallNote { color: red; display: block;font-size: 11px; margin-top: 5px;}

/***************************************** HTML5 css Trick for the tab actions ********************************/
/*.selectedLi {text-shadow:none!important;background: none repeat scroll 0 0 #888 !important;color: #000;}*/
/*.selectedLi a {color:#fff!important; background:#5c99d6 !important;}*/
.recordActionsDiv div a span.counter{
    color: var(--select-color);
}
.recordActionsDiv div a span.counter[count="0"]{
    color: inherit;
}

.CustomTabs {
	background-color: #f4f4f4;
    height: auto;
    position: relative;
    /*padding: 0 1%; /*35px;*/
    display: flex;
    flex-direction: row;
	/*margin-top: 4px; -39px;*/
}

#s_Panel7_rec.maximized .CustomTabs.row.record-row {
    margin-left: 0;
    margin-right: 0;
}
/* Clear fix hack */
.CustomTabs:after {
  content: "";
  display: table;
  clear: both;
}

.leftFloatingDiv {
	width: auto;
	max-width: 280px; /*22%; /*200px;	*/
	margin-right: 12px;
	flex: none;
	/*background: #eee; /*#f7f7f7;*/
	padding-right: 12px;
	border-right: 4px solid #ccc;
	border-radius: 3px;
	display: block;
	background-color: white;
    height: 800;
}

.rightFloatingDiv {
	overflow: visible;
    flex: 1 1 auto;
    width: 100%;
	/*border: 1px solid var(--border-color);*/
	background-color: var(--general-background);
}

.viewForms[htmlform-mode="edit"] .leftFloatingDiv {display:none;}
.viewForms[htmlform-mode="edit"] .record-bar-container > div:not(.formTitleBar) {display:none;}

.formComponentContainer {
	width: 100%;
}

div[id*="_subid_"].contentsArea.Back2 {
    position: relative;
}

.CustomTabs .actionTabsContainer {
	overflow: visible;
    flex: 1 1 auto;
    /*width: 500px;*/
}

.CustomTabs .actionTabsContainer .tabBarWrapper{
	width: 100%;
	margin: 0px; /*5px 0 15px 0;*/
	/*background:var(--header-background) !important;*/
	/*margin-bottom:10px;*/
}

.CustomTabs .actionTabsContainer .Back3{
    padding: 0px;
}

.Navtabs {
    margin-bottom: 0px;
	width: 100%;
	/* min-width: 200px; */
}

.Navtabs li {
	background-color: transparent;
    /* border-radius: 0.42rem; */
}

.form-wrapper .Navtabs li:last-child {
	margin-bottom: 1rem;
}

.form-wrapper .card-toolbar {
    /* margin-left: -0.5rem;
    margin-right: -0.5rem; */
    /* margin-top: -0.5rem; */
    margin-top: 0px;
}

.Navtabs li.selectedLi {
	background:#F3F6F9 !important;
    /* border-radius: 0.42rem; */
}

.Navtabs li.selectedLi a {
    color: #0070E0 !important; /*var(--select-color);*/
    webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.Navtabs li a {
    webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    color: #3F4254;
    font-size: 14px;
    padding: 6px; /*2px 2px 2px 4px;*/
    display: block;
}

.Navtabs li {
	padding: 0px 15px;
    position: relative;
}


.Navtabs li.selectedLi {
	background:#F3F6F9 !important;
    /* border-radius: 0.42rem; */
}

.Navtabs li.activeTab,
.Navtabs li.selectedLi,
.Navtabs li:hover {
    background:#F3F6F9 !important;
    /* border-radius: 0.42rem; */
}

.record-action-icon {
    color: #ddd;
}

.Navtabs li:hover a,.Navtabs li:focus a, .Navtabs li:active a, .Navtabs li:hover .record-action-icon,.Navtabs li:focus .record-action-icon, .Navtabs li:active .record-action-icon  {
    color: #0070E0;
}

.Navtabs:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.recordInformationDiv {
	width: 100%;
 }

.recordActionsDiv {}

.recordActionsDiv.record-info-container {
	/*margin-top: 20px;
	border-width:1px;*/
    padding-left: 10px;
}

.record-bar-btn {
	/*padding: 5px 0;*/
}

.record-info-container i.icon-pencil-1 {
	float: right;
	cursor: pointer;
	/*margin-right: 5px;*/
}

.record-info-container i.icon-pencil-1:before {
	font-size: 14px;
	color: var(--main-color);;
	/*line-height: 16px;*/
}

.record-info-icon.icon-pencil-1:before {
	font-size: 14px;
	color: var(--main-color);;
}

.record-info-icon.icon-pencil-1:hover:before {
	color: var(--highlight-color);;
}

.record-info-icon.icon-info-dialog:before {
	content: '\eacb';
	font-size: 14px;
	color: var(--main-color);
	/*line-height: 16px;*/
}

.record-info-icon.icon-cancel-1:before {
	font-size: 13px;
	color: var(--main-color);
	/*line-height: 16px;*/
}

.record-info-container i.icon-pencil-1:hover:before {
	color: var(--highlight-color);
}

.record-info-icon.icon-info-dialog:hover:before {
	color: var(--highlight-color);
}
.record-info-icon.icon-cancel-1:hover:before {
	color: var(--highlight-color);
}

a.icon-action-tags {
	/*font-weight: normal;*/
	margin-left: 0px;
}

a.icon-action-links {
	/*font-weight: normal;*/
	margin-left: 0px;
}

a.icon-action-followers {
	/*font-weight: normal;*/
	margin-left: 0px;
}

.icon-record-info:before {
	content: '\e989';
	font-size: 18px;
}

.icon-record-rights:before {
	content: '\e836';
	font-size: 18px;
}

.icon-record-files:before {
	content: '\e866';
	font-size: 18px;
}

.icon-record-links:before {
	content: '\e98d';
	font-size: 18px;
	font-weight: 600;
	margin-right: 2px;
}

.icon-record-tags:before {
	content: '\e83b';
	font-size: 18px;
	margin-right: 2px;
}

.icon-record-follow:before {
	content: '\e9fb';
	font-size: 18px;
	margin-right: 2px;
}

.icon-record-comment:before {
	content: '\e858';
	font-size: 18px;
	margin-right: 2px;
}

.icon-record-summary:before {
	margin-right: 5px;
}

.icon-record-dashboard:before {
	margin-right: 5px;
}

.icon-record-maximize:before {
	content: '\e9d6';
	margin-left: 10px;
	font-size: 18px;
	font-weight: bold;
	color: var(--main-color);
}

.icon-record-maximize:hover:before {
	color: var(--highlight-color);
}

.icon-record-minimize:before {
	content: '\e825';
	margin-left: 10px;
	font-size: 18px;
	font-weight: 600;
	color: var(--main-color);
}

.icon-record-minimize:hover:before {
	color: var(--highlight-color);
}

.icon-record-close:before {
	content: '\ea9d';
	margin-left: 10px;
	font-size: 18px;
	color: var(--main-color);
}

.icon-record-close:hover:before {
	font-size: 18px !important;
	color: var(--highlight-color);
}

.formTabs {
	float:left;
	padding: 0px 0px 8px 0px;
	margin-bottom: 10px;
	width:100%;
	/*background: var(--panel-background);*/
	border-bottom: 1px solid var(--panel-border);
	/*border-radius: 4px;*/
}

.formTabs li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	/*border-right: 1px solid #fff;*/
}

.formTabs li a {
    color: var(--link-color); /* !important;*/
	font-size: 14px;
	font-weight: 600;
    padding: 5px;
    display: block;
	border-radius: 3px;
	/*border-bottom: 5px solid #eee;*/
}

.formTabs>li.selectedLi>div>a {
    /*color: #fff !important;
	background:var(--select-color) !important;
	border-radius: 2px !important;*/
	/*border-bottom: 4px solid var(--select-color);*/
	color: #fff;
	background: var(--select-color);
}

/*.formTabs li:not(.selectedLi):hover a { color:var(--highlight-color) !important;}*/
.formTabs>li>div>a:hover { background: #fff; color:var(--highlight-color);}

.formTabs .icon-record-summary {}
.formTabs .icon-record-dashboard {}
.grouptab li a{float:none;padding: 5px;    margin: 0px;    display: block;    font-weight: 600;    text-decoration: none!important;    color: var(--main-color);    font-size: 13px;    border-radius: 0px;}
.grouptab li {float:none;padding-left: 0px;    padding-right: 0px;}
/*
.formTabs li:first-child { border-left-width: 0;}
.formTabs li:last-child {	border-right-width: 0; padding-bottom: 4px;}
*/
/********************************** Action button in each table for the buttons LIST - GRAPHS - NEW **********************************************/
.table-buttons {
/*
	background: #f0f3f5;
	background: -moz-linear-gradient(top,  #707a84 0%, #505968 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707a84), color-stop(100%,#505968));
	background: -webkit-linear-gradient(top,  #707a84 0%,#505968 100%);
	background: -o-linear-gradient(top,  #707a84 0%,#505968 100%);
	background: -ms-linear-gradient(top,  #707a84 0%,#505968 100%);
	background: linear-gradient(to bottom,  #707a84 0%,#505968 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707a84', endColorstr='#505968',GradientType=0 );
*/
	padding:15px 0px;
	/*border-bottom:1px solid #cdd6dd;
	border-top:1px solid #cdd6dd;*/
	/*margin-bottom:10px;*/
	/*background:#e0e5ff;
	box-shadow:0 0 2px rgba(0, 0, 128, 0.1) inset;*/
/*
	border-top:0px solid #fff;
	border-bottom:10px solid #fff;*/
}
.actionWrap {text-align:center}

.table-buttons span.tableActions {
    /*background: none repeat scroll 0 0 #c0c5cf; /*#cdd6dd;/* 7BCA97; */
/*    border: 1px solid #E3E3E3;*/
    /*border-radius: 3px;*/
	font-size:14px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    margin: 0 1.5%;
    padding: 4px 8px;
    width: 20%;
	background:#eee;
	border-radius:3px;
	/*-webkit-box-shadow: 0 2px 0 #7995AA;/*#61AA79; /*A1AAB9;	*/
	/*box-shadow: 0 2px 0 #7995AA;/*#A1AAB9;*/
	transition:all 0.1s;
}
.table-buttons span.tableActions:hover {background: none repeat scroll 0 0 #ddd;}
/*.table-buttons span.tableActions:active {background: none repeat scroll 0 0 #5cdd90;box-shadow: 0 2px 0 #44aa6d;-webkit-box-shadow: 0 2px 0 #44aa6d;}*/
.table-buttons span.tableActions.active-table-view {
	/*background:#44c5ec;
	background-color: #6F98B4!important;
	background: -moz-linear-gradient(top,  #6F98B4 0%, #537e9c 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6F98B4), color-stop(100%,#537e9c))!important;
	background: -webkit-linear-gradient(top,  #6F98B4 0%,#537e9c 100%)!important;
	background: -o-linear-gradient(top,  #6F98B4 0%,#537e9c 100%)!important;
	background: -ms-linear-gradient(top,  #6F98B4 0%,#537e9c 100%)!important;
	background: linear-gradient(to bottom,  #6F98B4 0%,#537e9c 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44c5ec', endColorstr='#537e9c',GradientType=0 )!important;*/
	background-color: #8e72bd; /*#5c99d6;*/
	/*background: -moz-linear-gradient(top,  #8EB2CB 0%, #6F98B4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8EB2CB), color-stop(100%,#6F98B4));
	background: -webkit-linear-gradient(top,  #8EB2CB 0%,#6F98B4 100%);
	background: -o-linear-gradient(top,  #8EB2CB 0%,#6F98B4 100%);
	background: -ms-linear-gradient(top,  #8EB2CB 0%,#6F98B4 100%);
	background: linear-gradient(to bottom,  #8EB2CB 0%,#6F98B4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8EB2CB', endColorstr='#6F98B4',GradientType=0 );*/
	color:#fff;
	border:1px solid #6a49a1; /*#5585b4;*/
	border-radius:3px;
	/*box-shadow: 0 2px 0 #7099cf;-webkit-box-shadow: 0 2px 0 #7099cf;*/
}
.table-buttons span.tableActions:first-child {margin-left:0px!important}
.table-buttons span.tableActions:last-child {margin-right:0px!important}
.table-buttons span.tableActions.active-table-view span.icon-list-2:before {color: #fff;}
caption{text-align:left; font-size:16px; padding:5px;}
/* .basicCriteria{display:inline-block; vertical-align:middle; height: 30px;}
.basicCriteria th {padding-left:8px;font-weight:normal;} */
.filtCrit {vertical-align:middle; padding-left:2px;}
.mainTableHeader ~ .filtCrit {display:none;}
/* .filtAdv { vertical-align: middle;width: 90%;display: inline-block;margin-left: -4px;margin-right: -2px;} */
.window_scrollUp{position:fixed;top:0;height:50px;width:100%;background-color:rgba(0,0,0,0.7);text-align:center;z-index:500;}
.window_scrollUp:hover{background-color:rgba(0,0,0,0.9);}
.window_scrollUp span.icon-up-open{color:#AAA;}
.window_scrollUp span.icon-up-open:before{font-size:40px;}
.window_scrollDown{position:fixed;bottom:0;height:50px;width:100%;background-color:rgba(0,0,0,0.7);text-align:center;z-index:500;}
.window_scrollDown span.icon-down-open{color:#AAA;}
.window_scrollDown span.icon-down-open:before{font-size:40px;}
.window_scrollDown:hover{background-color:rgba(0,0,0,0.9);}

.group-summary-user {
	margin:10px 0;
	position:relative;
}
.group-summary-user-desc {
float:none;overflow:hidden;text-overflow:ellipsis;line-height:40px;white-space:nowrap;padding-left: 6px;padding-right: 35px;
}
.over-user .group-summary-user-desc:hover {
	text-decoration:underline;
	cursor:pointer;
}
#group-summary-container {
	height:280px;
	background-color: #FFF;
	overflow:hidden;
	padding-left:10px;

}

#myTasksTable {display:none;}
#myTasksTable th {color:#303843 !important;}


.tableSums{color:#555555;}
.tableSums td{
	color: var(--title-color) !important;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 3px;
	overflow: hidden;
	background: #ddd;
	/* height: 17px;*/
}
.tabSelected{color: #FFAA55;}
.mainGroupHeader{height:26px;}
.subGroupHeader{height:26px;}
.servicesTable {width:100%;}
.printEmptyRow hr {border:1px solid;}
#resultsTables {height:205px; overflow:auto;}
#sqlDroppable {
	width: 48%;
	height: 400px;
	background: #fffaea;
	font-size: 16px;
	color: var(--label-color);
	font-weight: bold;
	/*margin: 100px 0 0 auto;*/
}

/****************VIEWS - NEW VIEW - TABLE TREE************************/
#columnTree {
	float:left;
	height:400px;
	width: 48%;
	overflow:auto;
	border: 1px solid var(--border-color);
}

#columnTree ul,#columnTree li,#columnTree label {
    list-style: none;
    margin: 0;
    padding: 4px;
    cursor: pointer;
}

#columnTree li {
    line-height:140%;
    text-indent:0px;
    background-position: 1px 8px;
    padding-left: 10px;
    background-repeat: no-repeat;
}

.node {
	font-size: 16px;
	font-weight: bold;
	color: var(--title-color);
}

#global_flyout_bar {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.31);
    /*position: fixed;*/
    right: 0;
    top: 0;
    z-index: 1;
}

/** PAGING **/

.table-paging-container {text-align: right;}
.table-paging-container.tabletop .full {display:none !important;}
.table-paging-container.tablebottom .lite {display:none !important;}

.table-paging-container  [class^="icon-"]:before, .table-paging-container [class*=" icon-"]:before {
    font-size: 14px;
	/*padding: 2px 1px 1px;*/
	margin-top: 0;
	color:var(--main-color);
	font-weight: 600;
}

.table-paging-container .disabled-page [class^="icon-"]:before, .table-paging-container .disabled-page [class*=" icon-"]:before {
	color:#c0c0c0 !important;
}
.table-paging-container ul.paginate {
    font-size: 14px;
    float: right;
    /* list-style: none outside none;
    display: block;
    width: 100%;
	margin: 4px 0 0 0;
	padding: 2px 2px;
	background: var(--edit-background);
	border: 1px solid var(--edit-border);
	border-radius: 3px;
	*/
}

.table-paging-container ul.paginate li {
    list-style: none;
}

/* .table-paging-container ul.paginate.pag3 li.separator {
	text-decoration: none;
	padding: 4px 10px;
	margin-right: 6px;
	border-radius: 3px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
	border: 1px solid #b2b2b2;
	background: #E9E8E8;
	cursor: default;
} */

/* .table-paging-container ul.paginate.pag3 li {
	display:inline-block;
	text-decoration: none;
	padding: 2px;
	margin-right: 5px;
	border-radius: 3px;
    background: linear-gradient(to bottom, #E9E8E8 0%, #D4D4D4 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid var(--border-color);
    box-shadow: 0 3px 0 -2px rgba(255, 255, 255, 0.3) inset;
	background: #f5f5f5;
    color: #333333;
	cursor: pointer;
}
.table-paging-container ul.paginate.pag3 li:last-child {
	margin-right: 0;
} */

.table-paging-container ul.paginate.pag3 li.single, .table-paging-container ul.paginate.pag3 li.current {
	/*text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);*/
	/*border: 1px solid var(--border-color);
	background: #f5f5f5; /*#6699cc;*/*/
	/* color:#555; */
}

.table-paging-container ul.paginate.pag3 .full.current{
	/*border:1px solid var(--select-color);*/
	/* color: var(--select-color); */
}

.single.lite {
	background: none !important;
	color:#333 !important;
	/*border:0px solid #ccc !important;*/
}

/* .table-paging-container ul.paginate.pag3 li.single {cursor:default;} */

/* .table-paging-container ul.paginate.pag3 li.dropdown {
	position:relative;
	padding-right:20px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor:pointer;
}
.table-paging-container ul.paginate.pag3 li.dropdown > i {
	margin-top: -5px;
	padding: 0;
	position: absolute;
	right: 2px;
	top: 50%;
}

.table-paging-container ul.paginate.pag3 li.dropdown .ddList {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0 0 3px 3px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 105%;
    width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 1;
}
div.ddList_option {color:#222}
.table-paging-container.tablebottom ul.paginate.pag3 li.dropdown .ddList {
    top: -96px;
    border-radius: 3px 3px 0 0;
}

.table-paging-container ul.paginate.pag3 li.dropdown .ddList > div.ddList_option {
    padding: 3px 10px;
}

.table-paging-container ul.paginate.pag3 li.dropdown .ddList > div.ddList_option:hover {
	background-color: var(--main-color);
	color: #FFF;
}

.table-paging-container ul.paginate.pag3 li.disabled-page {
background:#ddd;
    border-color: #ccc;
    color: #aaa;
    cursor: not-allowed;
	pointer-events: none;
}

.table-paging-container ul.paginate.pag3 li:not(.disabled-page,.seperator):hover,
.table-paging-container ul.paginate.pag3 li:not(.disabled-page,.seperator):active {
	background: #44C5EC;
	background: -moz-linear-gradient(top, #44C5EC 0%, #259BDB 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#44C5EC), color-stop(100%,#259BDB));
	background: -webkit-linear-gradient(top, #44C5EC 0%,#259BDB 100%);
	background: -o-linear-gradient(top, #44C5EC 0%,#259BDB 100%);
	background: -ms-linear-gradient(top, #44C5EC 0%,#259BDB 100%);
	background: linear-gradient(to bottom, #44C5EC 0%,#259BDB 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44C5EC', endColorstr='#259BDB',GradientType=0 );
	border-color:#259BDB;
	color:#fff;
}

.table-paging-container ul.paginate.pag3 .icon-left-thin:before {
	content: '\e894';
}

.table-paging-container ul.paginate.pag3 .icon-right-thin:before {
	content: '\e895';
} */


/*** ANALYTICS: Here you can override htmlTable classes using a unique to analytics selector before the original htmltable class e.g. #viewDiv ****/
/*========== JAVASCRIPT CSS ==============*/
/*Now the categoriesBack is not effected. addClass("analyticsPanel") and remove it and it will work */
.categoriesBack.analyticsPanel {
    /*background: none repeat scroll 0 0 #e0e5ff;*/
    /*border: 1px solid #CDD6DD;*/
    /*box-shadow: 0 0 2px rgba(48, 48, 48, 0.1) inset;
	-webkit-box-shadow:0 0 15px rgba(48, 48, 48, 0.1) inset;*/
}
.tableright.analyticsPanel {
    /*background: none repeat scroll 0 0 #e0e5ff;*/
    /*border: 1px solid #CDD6DD;*/
    /*box-shadow: 0 0 2px rgba(48, 48, 48, 0.1) inset;*/
	/*-webkit-box-shadow:0 0 15px rgba(48, 48, 48, 0.1) inset;*/
    /*padding-right: 10px;*/
    /*width: 77%;*/
	min-height:0;
}
.tableright.analyticsPanel > div {
	/*border-top:4px solid #eee;*/
}
#viewNameSelection {
	/*margin-top:5px;*/
	/*background: #eee;
	border-radius: 3px;*/
	display:none;
}

/* end of javascript */
table.vnFieldset.leftfix {
    width: 100%; /*98%; /*100%;*/
	/*margin-left: 1%;*/
	/*margin-top: 10px;
	margin-bottom: 10px;
    /*margin: 0px 0 20px;*/
    table-layout: fixed;
	/*border-collapse: collapse;
	border-spacing: 0;
	border-bottom:1px solid #b2e7f4;*/
}
/*
table.vnFieldset.leftfix tr {
    height: 40px;
}
*/
table.vnFieldset.leftfix tr td {
    width: 100%;
    /*background: #eee;*/
    padding: 0;
    /*font-size: 24px;*/
    box-sizing: border-box;
	/*border-bottom: 1px solid var(--border-color);*/
	/*border-radius: 2px;*/
}

.viewFormHorizontalSeperator {
	border: 1px solid var(--main-color);;
	padding: 0px !important;
}

#viewDiv .AccRows2 td {padding:0 5px;height:28px;}
#sortTable {float:left;/*border-top:1px solid #CDD6DD;border-left:1px solid #CDD6DD;border-right:1px solid #CDD6DD;margin:5px 3px 0 5px;*/}
#olapSortTable1 {display:none;/*border-left:1px solid #CDD6DD;border-right:1px solid #CDD6DD;border-top:1px solid #CDD6DD;margin:5px 0 0 3px;*/}
#olapSortTable2 {display:none;/*border-left:1px solid #CDD6DD;border-right:1px solid #CDD6DD;margin:0 0 0 3px;*/}
#olapLevelsTable {display:none;float:left;clear:left;/*border-left:1px solid #CDD6DD;border-right:1px solid #CDD6DD;margin:0 3px 0 5px;*/}
.viewsSortingLabel {font-size:10pt; white-space:nowrap;}
table.analyticsTable {table-layout: fixed;}
table.analyticsTable td.tableLeft {/*width: 252px;*/}
table.analyticsTable td.tableright{/*width: auto;*/}
#viewDiv {
	/*position: relative;*/
	margin-top: 8px;
	/*right: 0;
	padding-bottom: 10px;*/
}
#viewDiv th:first-child {min-width: 4%}
#OlapViewDiv {
	/*position:relative;
	margin-top:140px;
	right: 0;
	padding-bottom: 10px;*/
}
#analyticsList {/*margin-left:5px;*/}
#selectAnalysis {margin-left:5px;}
#webViewViewCriteria {/*margin-top:-1px;padding-top:1px;*/}
#viewButtonsArea {
	margin-bottom: 8px;
}
#olapViewButtonsArea {
	/*text-align:right;
	font-size:12px;
	position:absolute;
	right:0px; top:-126px;*/
}


#serviceGroups .table-checkbox[checked] + label {
    background-color: var(--select-color);
    border-color: var(--select-color);
    color: #FFFFFF;
}

#serviceGroups .width10 > .table-checkbox + label {
    display: inline-block;
}

#serviceGroups .table-checkbox {
    display: none;
}

#serviceGroups .table-checkbox + label {
    background-color: #fff;
    border-color: var(--edit-border);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    cursor: pointer;
    display: none;
    height: 20px;
    position: relative;
    width: 20px;
    border-radius: 3px;
}

#serviceGroups .table-checkbox[checked] + label:after {
    content: "\f00c";
    font-size: 12px;
    font-family: FontAwesome;
    left: 2px;
    position: absolute;
    top: -1px;
    color: #fff;
}

#viewPageLinks .single.lite {display: none}
#sumsOnlyCheck {float:left; clear:left;/*border-left:1px solid #CDD6DD;border-right:1px solid #CDD6DD;border-bottom:1px solid #CDD6DD;margin:0 3px 5px 5px;*/}
#as2dCheck {display:none;/*border-left:1px solid #CDD6DD;border-bottom:1px solid #CDD6DD;border-right:1px solid #CDD6DD;*/margin:0 0 5px 3px;}
.viewBut {width:100%}
#viewButtonsTable {/*border:1px solid #CDD6DD;margin:10px 0px;*/}
#olapViewButtonsTable {/*border:1px solid #CDD6DD;margin:10px 0px;*/}

#viewButtonsTable .viewBut {
    width:90%
}
#viewCriteria {
	width: 100%;
	/*float: left;*/
	margin-top: 0px;
	margin-right: 0px;
	display: inline-block;
}
#olapCriteria {
    /*float: left;*/
    width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	display: inline-block;
}
.printMainGroup {
	background: #f0eaca;
	font-size: 16px;
	font-weight: bold;
	color: var(--title-color);
}

/*
 * Fixes the edit pencil position
 */
/*div.actionTabsContainer div .actionBut.actionButSmall {
	position: absolute;
	top: 32px;
	left: 630px;
}*/
.criteriaBarLeft {
	float:left;
	display:flex;
	align-items:center;
	padding-right:10px;
	/*height:100%;*/
	/*width:67%;*/
}

/* Plus sign on filters */
.criteriaBarLeft .icon-new-filter:before{color:var(--main-color);}
.criteriaBarLeft .icon-new-filter:hover:before{color:var(--highlight-color);}

.widget-title {
	width: 170px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sumsOnly {
	background-color:#fff;
}

.viewsTable {
	background:none repeat scroll 0 0 #fff;
}

span.filtCrit span.icon-minus-1:before {
	color: var(--main-color);
}

span.filtCrit span.icon-minus-1:hover:before {
	color: var(--highlight-color);
}

.filtCrit .icon-arrows-table-cw-1:before {
	content: '\ea1e';
	font-size: 18px;
}

.tabc.scroll .icon-new-email:before {
	font-size: 18px;
}

.tabc.scroll .icon-new-message:before {
	font-size: 18px;
	content: '\e806';
}

/* Column chooser style */
.showHideColumns {
	font-size: 12px;
	width: 200px;
	/*border: 1px solid var(--main-color);;*/
	/* border-color: var(--border-color);
	border-style: solid; */
	border-width: 2px 1px 1px 2px;
	position: absolute;
	/* background: rgb(255, 255, 255); */
	/* z-index:10; */
	box-shadow: 4px 4px 4px rgba(128, 128, 128, 0.8);
	-webkit-box-shadow: 4px 4px 4px rgba(128, 128, 128, 0.8);
}

.checkColumnListLi,.wrapListLi {
	/* padding: 3px 5px;
	margin: 0 0 1px 0;
	color: #333;
	cursor: default;
	height: 25px; */
}

.checkColumnListLi div, .wrapListLi div {display:inline-block;}
.checkColumnListLi div.list-check, .wrapListLi div.list-check {float:right;margin-top:5px;}
.checkColumnListLi div.list-tile, .wrapListLi div.list-tile  {text-align:left}
/* .checkColumnListLi:nth-child(odd), .wrapListLi:nth-child(odd) {background:#f5f5f5} */
.list-title {
	max-width: 170px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}

.Navtabs-alt {
	padding-left: 5px;
}

.Navtabs-alt li:not(.clear) {
	float: left;
	position: relative;
}

.Navtabs-alt li a {
  color: var(--link-color);
  font-weight: 600;
  padding: 8px 8px 4px 8px;
  display: block;
  margin-right: 5px;
}

.Navtabs-alt li a:hover {
	color: var(--highlight-color)!important;
}

.Navtabs-alt .selectedLi a {
  border-bottom: 5px solid var(--link-color);
  background: none!important;
  color: var(--link-color);!important;
}

.icon-case-state[state]:before {
	margin-right: 5px;
}
.icon-case-state[state="0"]:before {

}
.icon-case-state[state="1"]:before {

}
.icon-case-state[state="2"]:before {

}
.icon-case-state[state="3"]:before {

}
.icon-case-state[state="4"]:before {

}
.icon-case-state[state="5"]:before {

}
.icon-case-state[state="6"]:before {

}

/* stage icon */
.icon-oppo-stage[stage]:before {margin-right: 5px;}
.icon-oppo-stage[stage="0"]:before {content: '\e9a7';}
.icon-oppo-stage[stage="1"]:before {content: '\ebaa';}
.icon-oppo-stage[stage="2"]:before {content: '\ea0c';}
.icon-oppo-stage[stage="3"]:before {content: '\eabc';}
.icon-oppo-stage[stage="4"]:before {content: '\e875';}
.icon-oppo-stage[stage="5"]:before {content: '\e841';}
.icon-oppo-stage[stage="6"]:before {content: '\eaca';}
.icon-oppo-stage[stage="7"]:before {content: '\e9cd';}
.icon-oppo-stage[stage="8"]:before {content: "\e97d";}
.icon-oppo-stage[stage="9"]:before {content: '\e97e';}

/* Highlighted block */
.highlight-block > table{width: 100%;table-layout: fixed;	border-spacing: 0;	border-collapse: collapse;	text-align: center;}
.highlight-block > table > thead > tr {background-color:#94d5f5;height:50px;color:#555;}
.highlight-block > table > thead > tr > th {font-size: 15px;}
.highlight-block > table > tbody > tr {}
.highlight-block > table > tbody > tr > td {}
.highlight-block > table > tfoot > tr {border-bottom: 5px solid var(--main-color);;height: 20px;}
.highlight-label {color:#4d4d4d;font-weight:600;}
.highlight-value {font-weight:600;font-size:16px;}
.highlight-value.numeric {color:#bb1a5e;}
.highlight-splitter {margin: 0 3px;font-weight:600;}

/* CSS Progress Bar */
.form-progress-bar {
	height: 20px;
	position: relative;
	margin: 15px;
	background: rgb(238, 238, 238);
	border-radius: 5px;
	/*box-shadow: 0px -1px 2px 0px rgba(170,170,170,0.5) inset;*/
	overflow: hidden;
}

.form-progress-bar .inner-bar {
	display: block;
	height: 100%;
	background-color: rgb(43,194,83);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(43,194,83)), color-stop(1, rgb(84,240,84)) );
	background-image: -moz-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
	box-shadow: 0 -1px 1px -1px rgba(0,0,0,0.2) inset;
}

.form-progress-bar span.inner-bar-value {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    color: rgba(0,0,0,0.5);
    font-size: 14px;
    font-weight: bold;
    margin-left: -9px;
}

.modeClass {
	margin: 5px 0;
	text-align: center;
	display: flex;
}

.modeClass .formRowLabel {
	padding-top: 0px;
}
/* .grpList div, .usList div {
	display: flex;
} */

.grpList div span b, .usList div span b {
	line-height: 30px;
}

.filtCrit .actionButBig {
	margin: 0px 0px 0px 0px;
}

.viewNameDiv {
	margin-right:10px;
	display:none;
}

.viewTypeDiv {
	margin-right:10px;
}

.viewSelectionDiv {
	display: inline-block;
	vertical-align: middle;
	/*width: 98%;*/
	/*background: var(--panel-background);
	border: 1px solid var(--border-color);
	border-radius: 3px;*/
	padding: 0px 8px;
	/*margin-bottom: 15px;*/
	margin-right: 10px;
	display: none;
	/*width: 30%;*/
}

.viewSelectionDiv li {
	display: inline-block;
	/*background-color: var(--panel-background);*/
	padding: 4px 4px 4px 4px;
	margin-right: 2px;
	/*border-color: var(--main-color);;
	border-right: 1px solid #fff;
	height: 30px;
	width: 30px;*/
	text-align: center;
	border-radius: 3px;
}

.viewSelectionDiv li:last-child {
    border: none;
}

.viewSelectionDiv li.selected  {
	background-color: var(--select-color);
}

.viewSelectionDiv li.selected  i:before {
	/*background-color: var(--select-color);*/
	/*color: var(--select-color);*/
	color: #fff;
}

.viewSelectionDiv i:before {
	font-size: 18px!important;
	color: var(--main-color);
	/*line-height: 25px;*/
}

.viewSelectionDiv li:hover{
	/*background-color: var(--highlight-color);*/
}

.viewSelectionDiv li:hover  i:before{
	color: var(--highlight-color);
	/*background-color: var(--highlight-color);*/
}

.mainTableHeader .contentsArea .butActionClass{
	margin-left: 33%;
	margin-top: -53px;
	margin-bottom: 10px;
}

.formImageDiv{
	/*background-color: var(--panel-background);
	border: 1px solid var(--panel-border);
	border-radius: 4px;*/
	margin-bottom: 10px;
	/*padding: 10px;*/
	width: 100%;
}

.formImageContainer{
	text-align: center;
    /*padding-bottom: 15px;*/
    /*width: 120px;*/
    height: 130px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	/*background-color: var(--panel-background);*/
	/*border: 1px solid var(--panel-border);*/
    /*margin: 0 auto;*/
	/*margin-top: 10px;*/
	/*border: 1px solid var(--border-color);*/
	/*border-radius: 4px;*/
	/*padding-top: 10px;*/
	/*margin-bottom: 10px;	*/
}

.tiles-form {
	background: #fff;
	padding: 10px;
	border: 4px solid #eee;
}

.tiles-column {
	font-size: 13px;
	padding: 2px;
	color: #333;
}

th div.headerTitle {
	display: inline-block;
	width: 100%;
	/* text-align: left; */
}

th div.headerTitle a {
	cursor: default !important;
	text-decoration: none !important;
}

div.order-filter-actions {
	display: none;
	/*display: inline-block;*/
	right: 0px;
	position:absolute;
	text-align: right;
	padding-top: 2px;
    top: 0px;
}

div.order-filter-actions i.icon-filter {
	color: #0070E0;
	cursor: pointer;
}

/*
th:hover div.order-filter-actions {
	display: inline-block;
}
*/

.tableOrder {
	position: relative;
	display: inline-block;
	width: 20px;
	min-width: 20px;
	margin-left: 2px;
}

.tableFilter {
	display: inline-block;
	width: 20px;
	min-width: 20px;
	margin: 0px 2px;
    position: relative;
}

.visibleTableFilter {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom:20px;
    border-radius: 4px;
    background: #e8e8e8;
    padding: 7px 10px 7px 10px;
    color: #363636;
}

.visibleTableFilter:hover {
    background: #dcdcdc;
}

.removeVisibleFilter {
    display: inline-block;
    cursor: pointer;
    border-left: 1px solid #dcdcdc;
    padding-left: 3px;
}

.table-filter-tooltip .table-filter-tooltiptext,
.table-order-tooltip .table-order-tooltiptext {
    visibility: hidden;
    width: 360px;
    background-color: #fff;
    color: #444;
    text-align: center;
    padding: 5px 0px;
    border-radius: 5px;
    /* z-index: 600 !important; */
	/* top: 100%;
    left: 50%;
    margin-left: -180px; */
    opacity: 0;
    transition: opacity .5s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
    position: absolute;
    top: 40px;
    left: -75px;
}

.table-filter-tooltip span.sort-order, .table-filter-tooltip.sort-order i,
.table-order-tooltip span.sort-order, .table-order-tooltip.sort-order i {
	/* display: inline-block; */
	display: none;
}

/*
.table-filter-tooltip:hover .table-filter-tooltiptext,
.table-order-tooltip:hover .table-order-tooltiptext {
    visibility: visible;
    opacity: 1;
}
*/

.table-filter-tooltiptext {
	/* padding-top: 20px !important; */
    min-height: 200px;
}

.table-order-tooltiptext {
	padding-top: 20px !important;
    min-height: 120px;
}

.table-filter-tooltiptext div.formRow,
.table-order-tooltiptext div.formRow {
	margin-bottom: 10px;
}

.table-filter-tooltiptext span.formRowValue,
.table-order-tooltiptext span.formRowValue {
	width: 180px !important;
    background: transparent!important;
}

.table-filter-tooltiptext div.formRow input, .table-filter-tooltiptext div.formRow select,
.table-order-tooltiptext div.formRow input, .table-order-tooltiptext div.formRow select {
	width: 180px !important;
    display: inline-block;
}

.table-filter-tooltiptext .columnFilterRow .formRowValue input[type="checkbox"],
.table-order-tooltiptext div.formRow .formRowValue input[type="checkbox"] {
	width: 20px!important;
}

.order-count {
	position: absolute;
	left: -2;
	bottom: -1;
	font-size: 10px;
	visibility: hidden;
	opacity: 0;
}

i.has-filter {
	color: #f28e25;
}

/*
.table-filter-tooltip:hover .table-filter-tooltiptext {
    visibility: visible;
    opacity: 1;
}
*/
/*
td#p_Table13_categoryWrapper {
    width: 300px!important;
}

td#s_Table13_categoryWrapper {
    width: 300px!important;
}

td#u_Table13_categoryWrapper {
    width: 300px!important;
}
*/

.bug-list-sidebar-content .collapse-icon.left [data-toggle=collapse]:after, .collapse-icon.left [data-toggle=collapse]:before {
    left: 0
}

.bug-list-sidebar-content .card {
    margin-bottom: 0.875rem;
}

.bug-list-sidebar-content .lead {
    font-size: 14px;
    color: #0070E0;
    font-weight: 500;
}

.bug-list-sidebar-content .card-body {
    padding-top: 0;
    padding-bottom: 0;
}

.bug-list-sidebar-content .lead > i {
    margin-right: 12px;
    display: inline-block;
    width: 14px;
}
/*
.bug-list-sidebar-content .card-header.primary[aria-expanded="true"] {
    background: whitesmoke;
} */

.bug-list-sidebar-content .select2-container--classic.select2-container--focus, .bug-list-sidebar-content .select2-container--default.select2-container--focus, .bug-list-sidebar-content .select2.select2-container.select2-container--default {
    width:100%!important;
}

.filterRow .label-control, .viewsRow .label-control {
    padding-right: 0px;
    padding-top: 15px;
}

.filterRow .inputValue, .viewsRow .inputValue {
    padding-left: 0px;
}

.filterRow .label-control, .viewsRow .label-control {
    font-size: 14px;
}

.entries-block .form-control {
    padding: 8px;
    line-height: 1;
    height: auto;
    margin-top: 7px;
    font-size: 14px;
}

.list-group-item.categoryCol .categoryTitle >a,.list-group-item.categoryCol a {
    color: #404E67;
}

.bug-list-sidebar-content .categoryIcon {
    color:#0070E0;
    font-size: 1.3rem;
    vertical-align: middle;
}

.list-group-item.categoryCol .categoryTitle >a, .list-group-item.categoryCol span >a{
    font-size: 14px;
}

.list-group-item.categoryColSelected {
    z-index: 2;
    color: #fff;
    background-color: #00b5b8;
    border-color: #00b5b8;
}

.list-group-item.categoryColSelected a:hover, .list-group-item.categoryColSelected a, .bug-list-sidebar-content .list-group-item.categoryColSelected .categoryIcon, .list-group-item.categoryCol.categoryColSelected .categoryTitle >a,.list-group-item.categoryCol.categoryColSelected a,.list-group-item.categoryColSelected span[category="All_Internal"] .feather.icon-circle,.list-group-item.categoryColSelected span[category="All_Recent"] .feather.icon-clock {
    color: #fff;
}

 .list-group-item.categoryColSelected .badge-primary{
    color: #00b5b8;
}

.list-group-item.categoryColSelected .badge, .list-group-item.categoryColSelected .badge[class*=badge-] a, .list-group-item.categoryColSelected .card-head-inverse,.list-group-item.categoryColSelected .card-head-inverse .heading-elements i,.list-group-item.categoryColSelected .text-white .heading-elements i {
    background-color: #fff
}


.contentsArea.SidebarShow .content-table-wrapper .sidebar-detached.sidebar-left.tableSidebar{
    width: 23.5%;
    transition: 300ms ease all;
    backface-visibility: hidden;
}

.contentsArea.SidebarHide .content-table-wrapper .sidebar-detached.sidebar-left.tableSidebar{
    display: none;
}

.content-table-wrapper .SidebarHide {
	display: none;
}

.content-table-wrapper .tableSidebar {
	display: none;
}

.content-table-wrapper .SidebarShow.tableSidebar {
    transition: 300ms ease all;
    backface-visibility: hidden;
	display: block;
}

/* .content-table-wrapper .sidebar-left.tableSidebar.SidebarShow .card {
    background-color: #F3F6F9;
} */

.insideDiv.SidebarShow .sidebar-detached.tableSidebar .card-header {
    padding: 1.3rem;
    padding-left: 0;
    padding-right:0;
    /* background-color: #F3F6F9; */

}

body .content-table-wrapper .content-detached.content-right {
    margin-left: 0px;
}

body .content-table-wrapper .content-detached.content-right .content-body {
    margin-left: 0px;
}

.treeview span.indent {
    margin-left: 10px;
    margin-right: 10px;
}

.dropActionsWrapper .tabGroup[title="Menu"] {
    display: none;
}
.newActionHolderBtn a,.newActionHolderBtn a:hover {
    color: #fff
}

.newActionHolderBtn.btn .badge.badge-info {
    top:-5px
}

.tableRow .card-body {
    padding-top: 0;
    padding-bottom: 0;
}

#s_Panel7_rec .tableRow .card-header {
    padding: 0.5rem 0.5rem 0 0.5rem;
}

.tableSearchRow.row {
    margin-left: 0;
    padding-bottom: 20px;
}

.tableSearchRow .d-block {
    padding-top: 10px;
    font-size: 20px
}

.tableSearchRow .d-block:hover {
    cursor: pointer;
}

.tableSearchRow .tableRefresh.d-block {
    padding-left: 10px;
}

.filtInp .form-control {
	/* border: 1px solid #dadefe; */
    padding-left: 13px;
    border: 1px solid #CCD6E6;
}


.filtInp .search-position.form-control-position {
    top: 12px;
    right: 12px;
}

.tableFormRow .filtInp .search-position.form-control-position {
    right: 35px;
}

.tableFormRow.formRow .formRowValue .entries-block .form-control {
    width: 100%;
}

.filtAdv .criteriaRow .select2-container--classic .select2-selection--single,.filtAdv .criteriaRow .select2-container--default .select2-selection--single {
    padding-top: 6px;
    border:1px solid #CCD6E6;
}

.advsearchPanel .linput_wrapper .select2.select2-container {
    width: 100%!important;
    max-width: 100%!important;
}

.tableSearchRow .adv-col {
    padding-left: 0;
}

.adv-col .filtCrit.form-control-position {
    top: 10px
}

.adv-col .filtCrit.form-control-position.adv-icon {
    right: 12px;
    top: 12px;
}

.advsearchPanel .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none
}

.tabActionContainer .dropdown {
    left: 0px;
	/* bottom: 1px; */
}

.oldTabs .fa, .oldTabs .feather {
    padding-right: 5px;
}

.categorySidebar {
    cursor: pointer;
}

/* #s_Panel7_rec .tableSearchRow .categorySidebar {
    padding-top:0;
} */

.card-header .heading-elements a.oldTabs.btn, .card-header .heading-elements-toggle a.oldTabs.btn  {
    margin-left: 5px;
    color: #fff;
    font-weight: 500;
    padding: .75rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
}


 .AccTableFormat.table th>a, .AccTableFormat.table th>a:hover, .AccTableFormat.table th>a:focus{
     color: #404e67
 }


 /* .table-paging-container.tablebottom {
     display: none
 } */

 #s_Panel7 {
     position: relative;
 }

/*div[id$="_contentsDiv"].table-responsive {
    overflow-x: initial;
}
*/
.dataTables_wrapper.dt-bootstrap4 {
    /*max-height: 60vh;*/
    overflow: auto;
   max-width: 95vw;
   min-height: 400px;
 }

 .trattached.AccRows2  .formContainerViewBlock {
     overflow: auto;
     max-width: 90vw;
 }

/* .record-actions-col .row.tableRow .dataTables_wrapper.dt-bootstrap4 {
    overflow: visible;
 } */

 #s_Panel7_rec {
     height: calc(var(--vh, 1vh) * 100 - 3.5rem);
     width: 80%;
     border-radius: 0.25rem;
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
     background-color: #f4f4f4;
     position: fixed;
     /* transform: translateX(120%); */
     transition: all .3s ease-in-out;
     right: 0;
     bottom: 0;
     top: 58px;
     /* transform: translateX(3.75%); */
     z-index: 12;
     padding: 1rem;
	 overflow-y: auto;
 }

  #s_Panel7_rec.maximized {
      width: calc(100% - 60px);
      right: 0;
      left: 60px;
      padding: 1rem 0rem;
  }

  .menu-expanded #s_Panel7_rec.maximized {
      left:240px;
      width:90%;
  }

.newActionHolderBtn.unit_new_button .fa {
    line-height: 1.3;
    font-weight: 500;
    font-size: 1rem;
}

/* #s_Panel7_rec .newActionHolderBtn.unit_new_button {
    margin-bottom: 4px;
} */

html body .content.app-content  .content-overlay.table-wrapper-overlay.show {
   visibility: visible;
   transition: all .3s ease;
   opacity: 1;
   background-color: rgba(0, 0, 0, 0.2);
   border-radius: .25rem;
   z-index: 11;
}

.dropdown-menu.recordBarActionsWrapper.show {
    padding: 0;
    background: #FFF;
    -webkit-filter: blur(0px);
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-filter: blur(0px);
      -o-filter: blur(0px);
      -ms-filter: blur(0px);
      filter: blur(0px);
}

#recordBar_actionsContainer.dropdown-menu .dropdown-item {
    padding: 2px 40px 2px 20px;
}

#s_Panel7_rec.maximized #closeForm {
    margin-right: 2rem;
}

#maxForm,#closeForm {
    margin-top: 3.5px;
    margin-left: 7px;
    font-size: 28px;
    cursor: pointer;
}


.recordInformationBar > div {
    margin-right: 7px;
}

/* .record-info-row {
    margin-right: 7px;
} */

.record-info-row .newActionHolderBtn > a {
    font-weight: bold;
}

.dropdown.recordBarDropdown {
    left: 0;
    /* margin-left: 7px; */
}

.CustomTabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
}

.CustomTabs .nav-item.selectedLi {
    border-bottom: 3px solid #0070E0;
}

.CustomTabs .nav-item {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid transparent;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.CustomTabs .nav.nav-tabs.nav-tabs-line .nav-item:first-child .nav-link {
    margin-left: 0;
}

.CustomTabs .card.card-custom > .card-header.card-header-tabs-line .nav .nav-link {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.CustomTabs .nav.nav-tabs.nav-tabs-line.nav-tabs-line-3x .nav-link {
    border-bottom: 3px solid transparent;
    color: #7E8299;
}

.CustomTabs .nav-item.selectedLi, .CustomTabs .nav-item.selectedLi .record-action-icon, .CustomTabs .nav.nav-tabs.nav-tabs-line.nav-tabs-line-3x  .selectedLi  .nav-link, .CustomTabs .record-actions-col .nav.nav-tabs.nav-tabs-line.nav-tabs-line-3x .selectedLi .nav-link {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    color: #0070E0;

}

.CustomTabs .nav.nav-tabs.nav-tabs-line.nav-tabs-line-3x .nav-link, .Navtabs .nav-item .navi-text.font-size-lg{
    font-size: 14px;
}

.CustomTabs .record-actions-col .nav.nav-tabs.nav-tabs-line.nav-tabs-line-3x .nav-link{
    font-size: 16px;
    color: #3F4254;
    padding:0.3rem .7rem;
    font-weight: 500
}

.Navtabs .card-toolbar .relations-title.card-title {
    margin-left: -10px;
    margin-right: -10px;
}

.CustomTabs .table-head-el.card-header {
    padding: 0
}

.relations-title.card-title {
    text-align: center;
    z-index: 2;
    color: #fff;
    /* background-color: #F3F6F9; */
    /* border-color: #F3F6F9; */
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding: 0.7rem 1.25rem;
    /* border: 2px solid #F3F6F9; */
    color: #3F4254;
}

.CustomTabs .card-header.card-header-tabs-line {
    padding-bottom: 0px;
}

.buttonsArea.buttonsAreaSlide .stylishBut.btn-danger {
    color:#fff;
}

.dialogInput.form-control.hasPtTimeSelect,.dialogInput.pick-a-date.form-control.hasDatepicker {
	display: inline-block;
}
.dialogInput.pick-a-date.form-control.hasDatepicker {
    width: 120px;
}
.dialogInput.form-control.hasPtTimeSelect {
    width: 75px;
}
.dialogInput.form-control.hasPtTimeSelect{
    height: 35px;
}

.paginate_button.page-item {
    margin-top: 7px;
}

.paginate_button .page-link {
	border-color: #dadefe !important;
}
.paginate_button[action='previous'] .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
	color: #BABFC7 !important;
}
.paginate_button[action='next'] .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
	color: #BABFC7 !important;
}

.icon-input-time:before {
    cursor: pointer;
    font-size: 16px;
    margin-left: -24px;
    margin-right: 8px;
    top: 1px;
    position: relative;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding:6px;
    outline-offset: 0;
    border-radius: 4px;
}
.icon-calendar-1:before {
     content: '\e83a';
}

.icon-calendar-1.ui-datepicker-trigger {
    cursor: pointer;
    margin-left: -18px;
    padding-right: 5px;
	color: #0070E0;
}


.easyreport-header .icon-calendar-1.ui-datepicker-trigger {
	position: unset;
}

.fromToDateSpan {
	display: flex;
    justify-content: start;
}

.icon-calendar-1 {
    font-family: feather!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}


form .requiredField:after, .formRowLabel.requiredField:after {
    content: "\f005";
    color: red;
    font-size: 11px;
    font-family: FontAwesome;
    vertical-align: middle;
    position: absolute;
    margin-left: 2px;
}

.btn.custom-primary-btn {
    color:#00b5b8;
    border-color:#00b5b8;
    background: #fff;
}

.btn.custom-primary-btn:hover {
    color:#fff;
    background: #00b5b8;
}

table[id$="_foldersTable"] {
    table-layout: fixed;
    width: 100%
}

ul[id$="_moreActions"] .dropdown-item > a ,ul[id$="_moreActions"] .dropdown-item .record-info-row > a{
    color:#2A2E30
}

table.dataTable.AccTableFormat {
    border-top-color: transparent;
}

table.dataTable thead th, table.dataTable.no-footer th, .dataTables_wrapper thead th, .dataTables_wrapper.no-footer th,div.dataTables_wrapper div.dataTables_length label,div.dataTables_wrapper div.dataTables_paginate .paginate_button,div.dataTables_wrapper div.dataTables_info {
    font-size: 14px;
}

table.dataTable thead th, table.dataTable.no-footer th, .dataTables_wrapper thead th, .dataTables_wrapper.no-footer th {
	vertical-align: middle;
    background-color: #F3F6F9;
}



.hide-sidebar {
    padding: 1rem;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
}

.hide-sidebar:hover {
    cursor: pointer;
}

.formRowValue .select2-container--default .select2-selection--single {
    border: 1px solid #CCD6E6;
}

#_0_s_AppForm_infoForm .formRowValue .select2-container--default .select2-selection--single {
    border: 1px solid #CCD6E6;
	/* width: 256px; */
}

.formRowValue .select2-container--classic.select2-container--open .select2-selection--single,.formRowValue .select2-container--default.select2-container--open .select2-selection--single, .advsearchPanel .select2-container--classic.select2-container--open .select2-selection--single, .advsearchPanel .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #00B5B8!important;
}

.formRowValue .select2-container--default .select2-search--dropdown .select2-search__field:focus,.formRowValue .select2-container--default .select2-search--dropdown .select2-search__field:active, .select2-container--default .select2-search--dropdown .select2-search__field:focus,  .select2-container--default .select2-search--dropdown .select2-search__field:active {
     outline: none;
     border-color: #00B5B8;
}



.blocksizeList {
    margin-right: 60px;
    position: relative;
}
.entries-block {
    position: relative;
}

.paginate.pagination .ddList {
    /* position: absolute; */
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid;
}

.entries-box {
    position: absolute;
    top:10px;
}

.entries-box.left-entries {
    left: -45px
}
.entries-box.right-entries {
    right: -47px
}

.paginate.pagination .ddList .ddList_option:hover{
    cursor: pointer;
    color: #FFF;
    background-color: #00B5B8;
}

.blocksizeList .entries-block, .blocksizeList .entries-block .form-control {
    display:inline-block;
}

.blocksizeList .entries-block .form-control {
    border: 1px solid #dadefe;
}

.table-checkbox.input-chk {
    position: inherit!important;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.viewNamesRow.hidden {
    display: none;
}

@media (max-width: 1900px) and (min-width:576px) {
    .col-md-2.record-actions-col {
        width:20%;
        max-width: 20%;
        flex:0 0 20%
    }

    .col-md-10.record-actions-col {
        width: 80%;
        max-width: 80%;
        flex: 0 0 80%
    }
}

@media (max-width: 991.98px)  {

    .dataTables_wrapper table {
        display: block;
        width: 100%;
        min-height: .01%;
        overflow-x: auto;
    }

    .contentsArea.SidebarShow .content-table-wrapper .sidebar-detached.sidebar-left.tableSidebar {
        display: block;
        position: fixed;
        top: 56px;
        margin-left: -2.2rem;
        width: 300px;
        z-index: 999;
        transform: translateX(0%);
        height: calc(100% - 56px);
        transition: 300ms ease all;
        overflow-y: scroll;
    }

    .contentsArea.SidebarHide .content-table-wrapper .sidebar-detached.sidebar-left.tableSidebar {
        transform: translateX(-100%);
        transition: 300ms ease all;
        display: none;
    }

}

@media only screen and (max-width: 767px) {
    .contentsArea.SidebarShow .content-table-wrapper .sidebar-detached.sidebar-left.tableSidebar {
        margin-left: -1rem;
    }

    #s_Panel7_rec {width:100%;}
    #maxForm {display: none}
}

@media (min-width: 992px) {
    .sidebar.categCell.Back2  {
        vertical-align: top;
        width: 100%;
    }
}

.calendarl-schedule-form .scheduleStartEndRow {
    margin-left: 13%;
}

.calendarl-schedule-form .formRowHeaderValue {
	max-width: 125px;
	margin: 0px;
}

.recordInformationBar .formRecordBar.rightActionBar .formRow button {
	/* padding: 8px; */
	margin-right: 7px;
	background: #00b5b8;
	color: white;
	border-radius: 4px;
	font-size: 14px;
}

.shown{
	display:block !important;
}

.BorderGrey .tabMenuItem a{
    color: #50617F;
	font-size: 13px;
}

.BorderGrey .tabMenuItem.selectedLi {
    border-bottom: 3px solid #3699FF;
    border-top: 0px;
}

.BorderGrey .tabMenuItem.selectedLi a {
	font-size: 14px;
    color: #3699FF;
}

.startEndHours {
	display: flex;
    justify-content: space-around;
    width: 500px;
    line-height: 35px;
    margin-left: 15px;
}
.formContainer.calendarl-schedule-form .infoBlock {
	width: 920px;
	overflow-x: auto;
}

.row.tableRow > div {
    padding-left: 5px;
}

.insideDiv .content-detached.content-right .row.tableRow > div.col-12 {
    padding-left: 0;
    padding-right: 0;
}

div[id$="_viewDiv"] .list-group-item,div[id$="_filterDiv"] .list-group-item  {
    border:none;
}

div[id$="_filterDiv"].card-body {
	border-bottom: 1px solid #ECEFF1;
}

div[id$="_viewDiv"] .select2-selection__rendered {
	font-size: 14px;
}

div[id$="_filtersTable"] .input-fields .linput_wrapper .select2-selection__rendered {
	text-align: center;
	font-size: 14px;
}

.sidebar-detached.sidebar-left .card-header[aria-expanded=true] .fa-chevron-right {
   display: none;
}

.sidebar-detached.sidebar-left .card-header[aria-expanded=false] .fa-chevron-down {
   display: none;
}

body .select2-container .select2-selection--single .select2-selection__rendered {
	padding-right:20px;
	/* padding-left: 4px; */
	border-radius: 3px;
	text-align: left;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none !important;
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 100%;
    top: 0px;
    left: 2px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: '\e842';
    font-family: "feather";
    display: inline-block;
    text-decoration: inherit;
    width: 26px;
    text-align: center;
    line-height: 26px;
    height: 26px;
    margin-top: 2px;
    color: var(--main-color);
}

body .select2-container .select2-search--inline input.select2-search__field {
	margin: 3px 0;
    padding-left: 4px;
}

body .select2-container .select2-search--inline:first-child input.select2-search__field {
	margin-left: 2px;
}

body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
    content: '';
}

.separator.full {
	line-height: 65px;
    margin: 0px 7px;
    letter-spacing: 2px;
}

#s_Table0_filterDiv {
	padding-bottom: 10px;
}

hr {
	width: 100% !important;
	background-color: 1px solid #EBEDF3;
}

.headerTitle a, .headerTitle a:hover {
    color: black;
    font-weight: 500;

}

/* .wrapListLi .table-checkbox {
	transform: scale(1.3);
	margin-top: 7px;
	cursor: pointer;
} */

#form-design-wrapper .formRowLabel {
	white-space: pre-wrap;
}

#workflow-run-list {
	overflow-x: auto;
}

.cs-ibh-content .formRow {
	display: flex;
    justify-content: space-between;
}

.icon-ATTACHMENT:before{
	content:"\e904";
	font-family:"feather" !important;
}

#page_size {
	border: 1px solid #dadefe;
    height: 36px;
    border-radius: 3px;
}

.record-actions-col {
	padding: 0px;
    padding-right: 8px;
}

.record-actions-col > .card > .card-content{
    max-height: 110vh;
    overflow: auto;
}

/* .CustomTabs.record-row .form-wrapper .Navtabs {
    height: 100%;
} */

.record-actions-col .nav-tabs .nav-link:focus, .record-actions-col .nav-tabs .nav-link:hover{
	border-color:transparent;
}
.card-header.card-header-tabs-line {
	padding: 0;
}

.mainAreaWrapper.content-wrapper {
	padding: 1.8rem 1.8rem 0 1.8rem;
}

.contentsArea .col-12 .card {
	margin-bottom: 0px;
}

div[id$="_filtersTable"] li.select2-results__option {
	font-size: 14px;
}

.criteriaRow select2-selection select2-selection--single {
	height: calc(2.75rem + 2px);
}

.AccTableFormat.table td, .AccTableFormat.table th {
    padding-left: 0px;
    padding-right: 0px;
}

.AccTableFormat.table td:nth-child(1), .AccTableFormat.table th:nth-child(1){
	padding-left: 5px;
    padding-right: 5px;
}
 .AccTableFormat.table th {
     position: sticky;
     position: -webkit-sticky;
     top: 0;
     background: #fff;
     z-index: 1;
     background-color: #F3F6F9;
}
  .AccTableFormatfoot,.AccTableFormatfoot  td {
     position: sticky;
     position: -webkit-sticky;
     bottom: 0;
     background: #fff;
     /* z-index: 1; */
	 padding:8px 2px;
     background-color: #F3F6F9;
}

.select2-container--classic .select2-selection--multiple,.select2-container--default .select2-selection--multiple {
    min-height: 35px !important;
    padding: 0px !important;
    padding-top: 3px!important;
}

.formRowValue .select2-container--classic .select2-selection--single,.formRowValue .select2-container--default .select2-selection--single {
    height:35px !important;
}

.AccTableFormat tbody tr:hover {
	background-color: #F3F6F9;
}

textarea#newMemoAreaid:focus {
	outline: #00b5b8 auto 1px;
}

#main_accessrights_div .CurrentTab2 a {
	display: block;
}

#liparam1, #liparam2 {
    height: 30px;
    width: 100px;
    float: left;
    text-align: center;
}

#s_report1 .AccTableFormat.categoriesBack {
	width: 100%;
}
.tableRow .card-body{padding-right:1rem;}
section.row.tableRow{margin-left:0px;margin-right:0px}
.row.tableRow > div {
    padding-left: 5px;
	padding-right: 5px;
}

.commentsContainer .comment span {
	color: black;
}

.eventCalendarBlock + table tbody .formRow span:nth-child(1) {
	margin-left: 5px;
}

.eventCalendarBlock + table tbody .formRow {
	margin-left: 20px;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
  /* height: 35px; */
  }

.wftaskstable tbody td {
	text-align: left;
	font-size: 14px;
	text-indent: 5px;
}
.wftaskstable tbody th {
	font-size: 16px;
}

.comment .content textarea {
	width: 300px;
}


.formRowValue .fa-users:before, .formRowValue .fa-user:before, .formRowValue .fa-user-circle:before {
	margin: 0px 5px;
}


[data-letters]:before {
  content:attr(data-letters);
  display:inline-block;
  font-size:1em;
  width:2em;
  height:2em;
  line-height:2em;
  text-align:center;
  border-radius:50%;
  background:plum;
  vertical-align:middle;
  margin-right:0.5em;
  color:white;
  }

  [tablename="JP_RECORDGROUPS"] [data-letters=""]:before {
  content:"All";
  display:inline-block;
  font-size:1em;
  width:2.5em;
  height:2.5em;
  line-height:2.5em;
  text-align:center;
  border-radius:50%;
  background:plum;
  vertical-align:middle;
  margin-right:1em;
  color:white;
  }

.user-name[data-letters]:before {
  background:white;
  vertical-align:unset;
  margin-right:0px;
  color:#16D39A;
  font-weight:bold;
  }

  .avatar i {
	  top: 25px;
  }
}

.mainComp .report-content {
	float: right;
}

li[fortab="report_main"] a, li[fortab="report_graph"] a {
	float: left;
    font-size: 14px;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    border-color: #ccc;
    border-width: 1px 1px 0px 1px;
    background-color: #404E67;
	color: white !important;
    border-radius: 3px 3px 0 0;
	width: 70px;
    text-align: center;
    height: 36px;
    margin-right: 5px;
}

#p_usersSelector_main [type="checkbox"] {
	width: 15px !important;
}
[actioncontainer="COLUMNS"] .bug-list-search {
	display: block !important;
}
[actioncontainer="FCOND"] .bug-list-search {
	display: block !important;
}
[actioncontainer="FORMS"] .bug-list-search {
	display: block !important;
}

.buttonStrip .feather {
	margin-right: 3px;
}

#msgPopup_customDate input {
	height: 30px;
}
#msgPopup_customDate label {
	font-size: 14px;
}

#unlinkWindow {
	z-index: 10001!important;
}

.container.group-container {
    margin-left: 0px;
    /* margin-top: 10px; */
    padding-left: 0;
    margin-right: 0px;
    max-width: 95%

}

.container.group-container[columns="2"] {
    max-width: 100%
}

.container.group-container[columns="2"] .row.fieldsRow .form-group-left:first-child {
    width:65%;
}

.container.group-container[columns="2"] .row.fieldsRow .form-group-left:last-child {
    width:35%;
    padding-right: 0px;
}

.container.group-container[columns="2"] .row.fieldsRow .form-group-right:first-child {
    width:65%;
}

.container.group-container[columns="2"] .row.fieldsRow .form-group-right:last-child {
    width:65%;
    padding-right: 0px;
}

.report-content .report_graph .graphToolBar .Back2 {
    display: flex;
}

.tabs-content-wrapper {
    overflow: auto;
}


/* .container.group-container[columns="4"], .container.group-container[columns="5"], .container.group-container[columns="6"], .container.group-container[columns="7"], .container.group-container[columns="8"] {
    max-width: 95%
} */

.sidebar-left.tableSidebar.SidebarShow .bug-list-sidebar-content {
    /* height: 95vh; */
    min-height: 650px;
    overflow: auto;
}

span[id$="fldValueForView"] ul {
    padding: 0 40px
}

span[id$="fldValueForView"] {
    max-height: 400px;
    overflow: auto;
    display: block;
}

.proj-criteria-category .form-control {
    height: 35px;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #CCD6E6;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.scan-qr-fld {
    font-size: 18px;
    cursor: pointer;
}

#html5-qrcode-button-camera-stop {
    background-color: #ff7588 !important;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#html5-qrcode-button-camera-start, #html5-qrcode-button-file-selection,#html5-qrcode-button-camera-permission {
    background-color: #1be7aa !important;
    /* border-color: #14bc89 !important; */
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.qr-reader-box {
    width: 100%!important;
}

.noRowsGrid .jsgrid-grid-header.jsgrid-header-scrollbar {
    overflow: scroll;
}

.field-input-wrapper {
    display: flex;
    align-items: center;
}

.field-input-wrapper input {
    width: 100%!important;
}

.gridFormRow .jsgrid-filter-row select, .gridFormRow .jsgrid-filter-row input[type="text"],.gridFormRow .jsgrid-filter-row input[type="number"] {
    line-height: 1.25;
    background-color: #FFF;
    background-clip: padding-box;
    border-radius: 0.25rem;
    font-size: 1rem;
    height: 35px !important;
    border: 1px solid #CCD6E6;
    font-size: 14px;
    margin-bottom: 2px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    padding: 5px;
}

.gridFormRow .formRowValue .jsgrid-cell .linput_wrapper .select2-container,.gridFormRow .formRowValue .jsgrid-cell .form-control {
    width: 90%!important
}

.gridFormRow .formRowValue .jsgrid-cell .linput_wrapper .select2-container {
    min-width: auto!important;
}

.show-empty-grid-wrapper .styled {
    margin-left: 10px;
    align-items: center;
    vertical-align: text-bottom;
}

.show-empty-grid-wrapper {
    margin: 0 auto;
    text-align: center;
}

label,output {
    display: inline;
}

.formRowValue .linput_wrapper .select2-container  {
	max-width: 240px;
}

/* tabs in form */
.selected-user-form-tab {
    background-color:#404E67!important;
    color: white;
}

.tab-button-item {
    background-color:#f3f3f3;
    border: 1px solid #c7c7c7;
    /* width: 100px; */
    display: inline-block;
    height: 100%;
    padding: 0.5rem 1rem;
    z-index: 5;
}

.tabs-buttons-wrapper {
    width: 100%;
    height: 50px;
    position: relative;
    /* display: flex;
    justify-content: space-between; */
}

.tabs-buttons-wrapper[layout="simple_not_linear"] {
    min-height: 50px;
    height: auto;
    background-color: #fff;
}

.tabs-buttons-wrapper[layout="simple_not_linear"] .tab-button-item {
    border: none;
    border-bottom: 2px solid #fff;
    background-color: #fff!important;
    height: 40px;
    outline: none;
    font-weight: 500;
    margin: 0 0.5rem;
    padding: 0.5rem 0rem;
}

.tabs-buttons-wrapper[layout="simple_not_linear"] .tab-button-item:focus {
    border: none;
    outline: none;
}

.tabs-buttons-wrapper[layout="simple_not_linear"] .selected-user-form-tab {
    background-color: #fff!important;
    color: #0070E0;
    border-bottom: 2px solid #0070E0;
}

.tabs-buttons-wrapper[layout="simple_not_linear"] .selected-user-form-tab:focus {
    border-bottom: 2px solid #0070E0;
}

.tabs-buttons-wrapper[layout="simple_not_linear"] .tabs-buttons-container {
    width: 100%;
    height: auto;
    min-height: 50px;
    white-space: normal;
    position: inherit;
}

.tabs-buttons-container {
    width: 97%;
    height: 50px;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
}

.form-tabs-handlers-left, .form-tabs-handlers-right {
    position: absolute;
    display:none;
    z-index: 10;
    background: #595757;
    color: #fff;
    height: 100%;
    padding: 20px;
    cursor: pointer;
}

.form-tabs-handlers-left {
    left: 0;
}

.form-tabs-handlers-right {
    right: 0;
}

.tab-contents-display-none {
    display:none!important;
}

.tabs-buttons-container .tabs-label {
    overflow: hidden;
    text-overflow: ellipsis;
}

.hadle-views {
    font-size: 22px;
    margin-right: 10px;
    cursor: pointer;
    /* display: none; */
}

#personalizedView .personalizedViewContainer {
    height: 90%;
    overflow-y: auto;
    margin-bottom: 15px;
}

#personalizedView .flds-container {
    border:1px solid #ddd;
    padding:5px;
    margin-top:5px;
    border-radius: 5px;
    height: 400px;
    overflow-y: auto;
}
#personalizedView .flds-container#selected-flds-container {
    height: 440px;
}

.flds-header {
    font-weight: 500;
    margin-bottom: 5px;
}

.available-fls {
    cursor: pointer;
}

.available-fls.fldSelected {
    background-color: #ddd;
}

.flds-btns-container {
    margin-top: 35%;
    text-align: center;
}

.flds-btns {
    width: 100%;
    font-size: 20px;
}

#personalizedView .position-relative .form-control.form-control-sm ~ .form-control-position {
    top: 4px;
}

#personalizedView .search-flds.form-group {
    margin-bottom: 0px;
}

.fldsrow.row {
    margin-left: 0px;
    margin-right: 0px;
}

.pWindow#personalizedView .formRowLabel {
    width: 15%;
}

#personalizedView .windowStyle_content .windowStyle_message .formRowValue {
    width: 80%;
}

.pWindow#personalizedView .select2.select2-container.select2-container--default {
    width: 100%!important;
}

#personalizedView .windowStyle_message {padding: 0;}

#personalizedView .rights-col {
    padding-left: 0px;
}

.customGridViewbutton,.customGridViewbutton:hover,.customGridViewbutton:focus {
    width: 25px;
    height: 16px;
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: transparent;
    outline: none;
    font-size: 16px;
}


.jsgrid-header-row>.jsgrid-header-cell:last-child {
    white-space: normal;
}

.jsgrid-header-row .pin-header {
    cursor: pointer;
}

.gridFormRow .formRowLabel:first-child,.gridFormRow .gridField.inline-value {
    display: none;
}


.jsgrid-header-sortable:not(.jsgrid-header-sort-asc):not(.jsgrid-header-sort-desc)::before {
    content: "\f0dc";
    display: block;
    float: left;
    width: 0;
    height: 0;
    color: #009a67;
    font: normal normal normal 14px / 1 FontAwesome;
    margin-top:5px;
    margin-right: 10px;
}
