
.ui-tabs-nav li a:focus{outline: none;}
html, body {
	height:100%;
	min-height:100%;
}
body {
	background: #f5f5f5 repeat-x;
	color: #555;
	padding: 0;
	margin: 0;
	width: 100%;
    min-width: 1275px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
    height:100%;
    min-height:100%;
}



a {
	color: #555;
	text-decoration: none;
}

a, a:hover, a:focus{
	color: #555;
	text-decoration: none;
}

:focus, :active {
	outline: none!important;
}
.btn-warning, .btn-warning.active {
    background-color: #ff8c00;
}
.btn:hover {
	background: #3d3d3d;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
    color: #fff !important;
    background-color: #555;
    border-color: #111;
}
img { border: none; outline: none; }

#container {
	/**width: 1250px;       **/
	width: calc(100% - 30px);
	margin: 20px auto;
}

.content-body {
    min-height:100%;
    display:flex;
    justify-content:space-between;
    flex-direction: column;
}

.content-footer {
    width: calc(100% - 30px); 
    margin: auto 20px 20px 20px;
}

#logo {
	background: url(../images/header.png) no-repeat;
	height: 74px;
}

#header {
	border: solid 1px #636363;
	display: block;
	margin: 0;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#footer {
	/*border: solid 1px #636363;*/
	display: block;
	margin: 10px 0;
	
}

.inner {
	border-left: solid 11px #f8981d;
	border-right: solid 11px #f8981d;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 8px 5px;
	background: #d8d8d8;
}

.tool-pictogram { width: 45px; margin-bottom: 5px; display: inline-block; text-align: center; }
.tool-pictogram img { width: 42px; height: 42px; }

.tool-pictogram-sm { width: 38px; margin-bottom: 5px; display: inline-block; text-align: center; }
.tool-pictogram-sm img { width: 28px; height: 28px; }


#footer2 { 
	margin-top: auto !important;
	background: #ff8c00; 
	/*margin-bottom:-10px;*/
}
.footer-inner { 
	background: #8a8b8a; 
	padding: 50px 25px 50px;  
	width: 100%;
	 /*margin: -40px  auto 10px; */
	 text-align: center 
}
.footer-inner a { color: #fff !important; background: none !important; outline: none !important; font-size: 15px; }
.footer-inner a:hover { color: #fff !important; }
.column3 {
	width: 25%;
	float: left;
}

.footer-box {
	background: #ff8c00;
	border-radius: 10px;
	color: #555;
	padding: 45px 25px 35px;
	margin-top: -40px;
}

.footer-img {
	width: 32px;
	height: 40px;
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

.footer-text {
	height: 40px;
	display: inline-block;
	text-align: left;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	line-height: 130%;
	color: #555;
	font-size-adjust: 0.5;
	font-size: 11px;
}

.footer-text h4 {
	padding: 0;
	margin: 0;
	color: #555;
	font-size: 12px;
	font-weight: 400;
}

.field {
	border: solid 1px #ccc;
	/*background: #f4f4f4;*/
    background: #fff;
	padding: 4px 5px;
    border-radius: 4px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    color: #555;
    outline-color: #ff8c00;
}

input[type=text], select, textarea { outline-color: #ff8c00 !important }

.hiddenfield {
	border: solid 1px transparent;
	background: transparent;
	padding: 5px 0;
        outline-color: transparent!important;
}



input[type=text].hiddenfield, select.hiddenfield, textarea.hiddenfield { outline-color: transparent!important; }
input[type=text].hiddenfieldwhite, select.hiddenfieldwhite, textarea.hiddenfieldwhite { outline-color: transparent!important; }


.hiddenfieldwhite {
	border: solid 1px transparent;
	background: transparent;
	padding: 5px 0;
         outline-color: transparent!important;
}

.button {
	cursor: pointer;
        
    background-color: #ff8c00;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 15px;
    
    line-height: 1.45;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 2px 12px;
    color: #323232!important;
}

.button:disabled {
    background-color: #ccc;
    color: #999!important;
    font-weight: normal;
}

#copyright {
	text-align: center;
}

#srtable {
	
}

#srtable th {
	font-weight: bold;
	background: #d8d8d8;
	border-top: solid 1px #636363;
	border-bottom: solid 1px #636363;
}

#articlediv {
	/* display: none; */
	margin-top: 10px;
	border-top: solid 1px #636363;
	padding: 20px 0;
}

.browserwarning {
	display: block;
	margin: 20px auto;
	border: solid 1px #CCCCCC;
	background: #f5f5f5;
	padding: 10px 20px;
	color: #A50000;
	font-weight: bold;
	text-align: center;
	width: 550px;
}

optgroup {
	font-style:normal;
	font-weight:bold;
	padding: 2px 3px;
}

option {
	padding-top: 2px;
	padding-bottom: 2px;
}


/********************* FORUM ************************/
#forum-breadcrumbs {
	margin-bottom: 30px;
	padding: 15px;
}

.forum-centered {
	width: 100%;
	display: block;
	text-align: center;
	line-height: 190%;
}

.section-title {
	
	background: #f5f5f5;
	padding: 10px;
	text-align: center;
	margin-top: 20px;
}

.forum-select {
	width:219px;
	padding: 2px 3px 2px 3px;
	border: solid 1px #686868;
	font-size: 11px;
}

.forum-textbox {
	width:210px !important;
	border: solid 1px #686868;
	font-size: 11px;
	padding: 3px;
}

.forum-textbox2 {
	width:165px !important;
	border: solid 1px #686868;
	font-size: 11px;
	padding: 3px;
}

.forum-textbox-borderless {
	width:165px !important;
	border: none !important;
	font-size: 11px;
	padding: 3px;
}

#material-content-div, #tool-content-div, #averages-content-div, #comments-content-div {
	display: none;
}

#technologySecondTable, #millingdiv1, #drillingdiv1, #reamingdiv1, #tappingdiv1, #drillingdiv2, #tappingdiv2, #drillingdiv3, #tappingdiv3, #technologyFirstTable {
	display: none;
}

#AuspannungSecondTable, #ChipRemovalComment, #ChipShapeComment, #ChipColorComment, #ChipRemovalTitle, #ChipShapeTitle, #ChipColorTitle, #CommentsThirdTable, #WorkpieceSurfaceComment, #NoiseComment, #WorkpieceSurfaceTitle, #NoiseTitle, #machineSecondTable, #machineThirdTable {
	display: none;
}

.centered {
	text-align: center;
}

#tdI0, #tdI1, #tdI2, #tdI3, #tdI4, #tdI5, #tdI6, #tdI7, #tdI8, #tdI9, #tdI10, #tdI11, #tdI12 {
	display: none;
}

input[type="text"]:disabled, select:disabled {
	background-color: #ffffff;
}

.knowhowtab a {
	color: #f8981d !important;
	font-weight: bold;
}

.paginationtable {
	background: #CCC;
	border: solid 1px #CCC;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	padding: 1px;
}
.paginationcell {
	background: #CCC;
	color: #333;
	padding: 0 6px;
	text-align: center;
	cursor: pointer;
}

.paginationcell:hover {
	background: #999;
	color: #333;
	text-align: center;
	cursor: pointer;
}

.paginationcell-passive {
	background: #CCC;
	color: #999;
	padding: 0 6px;
	text-align: center;
	cursor: default;
}

/* SORTING */
#sorting-preloader { position: absolute; margin-top: -5px; margin-left: 1180px; display: none }
.header-fullname { /**position: absolute;**/ margin-top: 3px; margin-left: 600px; width: 400px; text-align: right; font-size: 15px }

/* SORTING - TECHNOLOGY */
#section-technology { display: block; padding: 10px 0 25px; border-bottom: solid 1px #ccc }
.technology-col { display: inline-block; width: 15% }

/* SORTING - MATERIAL */
#section-material { display: none; padding: 25px 0 25px; border-bottom: solid 1px #ccc; min-height: 345px }
#werkstofflist{margin-top:13px}
#materialgroups{list-style:none;margin:0;padding:0;width:478px}
#materialgroups li{margin-bottom:1px}
#materialgroups li a{display:block;padding:10px 16px;font-size:15px;outline:0}
#materialgroups li a.extend{ padding: 13px 16px 12px }
.materialgrpliactive a{background:url(../images/arrow.png) 465px center no-repeat}
.materialdiv{display:none;position:absolute;margin-left:478px;top:41px}
#categories,.materialdiv ul{list-style:none;margin:0;padding:0}
.materialdiv ul{width:478px}
.materialdiv ul li a{background:0 0!important}
.materialdiv li.materialliactive a{background:url(../images/arrow.png) 465px center no-repeat!important}
.materialgrpliactive .materialdiv{display:block}
.letterdiv{padding:0 20px 0 0;display:inline;font-size:18px;font-weight:700}

/* SORTING - CATEGORY */
#section-category { display: none; padding: 25px 0 25px; border-bottom: solid 1px #ccc; min-height: 410px }
#categories-ul{width:478px; list-style: none; margin: 0px; padding: 0px}
#categories-ul li{margin-bottom:1px}
#categories-ul li a{display:block;padding:10px 16px;font-size:15px;outline:0}
.cb-link { padding: 7px; display: inline-block; }
.cb-current { font-weight: bold; background-color: #ff8d02 }
.cb-active { font-weight: bold; color: #009000 }
.categoryliactive a { background: url(../images/arrow.png) 465px center no-repeat; }

/* SORTING - TOOLS */
.tool-col { width: 700px; min-height: 350px; float: left }
.tdgrey { background: #e2e2e2; }
.color0 { border: solid 1px #ccc; background: #f0f0f0; text-align: center; font-size: 7px; }
.color0:hover { border: solid 1px #999; }
.color1 { border: solid 1px #05AD4B; background: #05AD4B; text-align: center; font-size: 7px; }
.color1:hover { border: solid 1px #000; }
.color2 { border: solid 1px #91D150; background: #91D150; text-align: center; font-size: 7px; }
.color2:hover { border: solid 1px #333; }
.color3 { border: solid 1px #FFC100; background: #FFC100; text-align: center; font-size: 7px; }
.color3:hover { border: solid 1px #666; }
.color4 { border: solid 1px #FFFE00; background: #FFFE00; text-align: center; font-size: 7px; }
.color4:hover { border: solid 1px #888; }
.noborder.color0, .noborder.color0:hover { border: solid 1px #ccc; }
.noborder.color1, .noborder.color1:hover { border: solid 1px #05AD4B; }
.noborder.color2, .noborder.color2:hover { border: solid 1px #91D150; }
.noborder.color3, .noborder.color3:hover { border: solid 1px #FFC100; }
.noborder.color4, .noborder.color4:hover { border: solid 1px #FFFE00; }
#sortable, #not-sortable { list-style-type: none; margin: 0; padding: 0; width: 570px }
#sortable li, #not-sortable li { height: 24px; border: none; background-color: transparent }
#sortable div, #not-sortable div { height: 24px; display: inline-block; float: left; text-align: center }
#sortable li.sortable-title, #not-sortable li.sortable-title { height: 20px }
#sortable li.sortable-title div, #not-sortable li.sortable-title div { height: 20px }
#sortable li.ui-state-default { cursor: move }
#sortable li.ui-state-default:hover { background-color: #f0f0f0 }
.ui-state-highlight { height: 1.7em; line-height: 1.4em; }
.hidden-cb { display: none }


/* CUSTOM CHECKBOXES */
input[type="checkbox"].custom-checkbox {
    display:none;
}
input[type="checkbox"].custom-checkbox + label span {
    display:inline-block;
    width:16px;
    height:16px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"].custom-checkbox:checked + label span {
    background:url(check_radio_sheet.png) -19px top no-repeat;
}
.form-control { background-color: #F0F0F0; }
.btn-warning, .btn-warning.active { background-color: #ff8c00; }
.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff !important;background-color:#555;border-color:#111}
.btn { text-transform: none; color: #555 !important; text-shadow: none !important; }
.btn-submit { margin-top: 16px; display: inline-block; }
.btn-submit-inline { display: inline-block; font-size: 14px; font-weight: 400; padding: 5px 10px; }

.list-title { font-weight: 600;vertical-align: middle; margin-bottom:15px;}

/* SORTING - TABLE */
#section-table { display: none; padding: 25px 0; border-bottom: solid 1px #ccc; }
.table-col { display: block }

/* SORTING - REPORT */
#section-report { padding: 20px 0 0; }

#dialog-confirm h3 {
    -webkit-margin-before: 0em;
    -webkit-margin-after: .3em;
}

#dialog-confirm p {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

#modal-loader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color:rgba(255, 255, 255, 0.6);
    text-align: center;
}
#modal-loader img {
    position: absolute;
    top: 50%;
}

.material-td { width: 8.3%;border-right: solid 1px black;border-bottom: solid 1px black; text-align: center; }

/* DIALOG BUTTONS */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;}
.ui-button{outline-color:#FF8C00 ;background-color: transparent; padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none;}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0} .ui-spinner .ui-spinner-up{border-top-style:solid}
.ui-dialog-buttonset .ui-button {
    outline-color: transparent;
    background-color: #ff8c00;
    padding: 2px 12px;
    color: #555;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    line-height: 1.45;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 2px 12px;
    color: #555!important;
}


.list-title {
	border: solid 1px #ccc;
	padding: 5px 5px 5px 10px;
	background: #e9e9e9;
	border-radius: 5px;
}

.list-title span { font-size: 24px; color: #999; }
.list-title a:hover span { color: #000; }
.list-title a.active span, .list-title a.active:hover span { color: #ff8c00; }
.search-button { width: 30% !important; margin-top: 1px; font-weight: bold;}
.search-field { width: 68% !important; margin-bottom: 0px;  }

.greenCol{
  background-color: #32CD32;  
}

.redCol{
  background-color: #FF0000;    
}

.grayCol{
  background-color: gray;    
}

.greenCollight{
  background-color: #ddffdd;  
}

.redCollight{
  background-color: #FFdddd;
}

.grayCollight{
  background-color: #D3D3D3;    
}
.artorangeCol{
  background-color: #FF8C00;  
}
.artorangeCollight{
  background-color: #ffd39b;;  
}

.main-page {
	min-height:650px;
	display: flex;
	justify-content: center;
	/* text-align: center; */
}

ul.main-list {
	margin-top: 150px;
	font-weight: 700;
}

.main-list li{
	
    background-repeat: no-repeat;
    line-height: 30px;
	padding-left: 30px;
	display:flex;
	align-items: center;
} 

.main-list li a span {
	padding-left:10px;
}

.ui-autocomplete {
    position:fixed;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 100px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-clip: padding-box;
    border-right-width: 2px;
    border-bottom-width: 2px;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    
}
.ui-menu-item {
	padding-left:5px;
}

.ui-menu-item a:hover {
   border: none;
    border-radius:0px;
    background-color:#E6E6E6;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    text-decoration: none;
     border: none;
}

.ui-widget :active {
    outline: none;
}
.ui-autocomplete.ui-widget-content {
	border: solid 1px #ccc;
}

.ui-widget-content { color:#555!important; }

.ui-menu-item .ui-state-active {
	border:none !important;
}

.ui-menu-item .ui-state-active:hover {
	cursor:pointer;
}
.artikel-einstellung-art {
	font-weight:bold; 
	font-size:24px;
}
.colorOrange {
	color: #ff8c00;
}

.inopic-pictogram {
	margin: 0 20px 10px 0;  
	display:inline-block;
	vertical-align:top;
	
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 0px!important;
    -webkit-border-top-right-radius: 0px!important;
    -khtml-border-top-right-radius: 0px!important;
    border-top-right-radius: 0px!important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 0px!important;
    -webkit-border-top-left-radius: 0px!important;
    -khtml-border-top-left-radius: 0px!important;
    border-top-left-radius: 0px!important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 0px!important;
    -webkit-border-bottom-right-radius: 0px!important;
    -khtml-border-bottom-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 0px!important;
    -webkit-border-bottom-left-radius: 0px!important;
    -khtml-border-bottom-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}

.fancybox-skin {border-radius:0px!important }


.mb-10 {
	margin-bottom: 10px;
}


.mb-20 {
	margin-bottom: 20px;
}

.mt-20 {
	margin-top: 20px;
}

.w-100 {
	width:100%;
}

.flex-body {
	display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100%;
}


.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.admin-header {
    /* font-size: 26px;
    font-weight: 700;*/
    font-size: 16px;
}

.flex {
    display: flex;
}


#reloaddiv {
    position: absolute;
    margin-left: 116px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #000;
	margin-top:2px
}

#reloaddiv i, #passwordreset #reloaddiv i{
	color: #fff;
}

#captcha-div {
	/*width: 138px;*/
    /*border: solid 1px #ccc;*/
    border-radius: 4px;
    /*box-shadow: rgb(0 0 0 / 8%) 0px 1px 1px inset;*/
    /*height: 40px;*/
    /*margin-right: 20px;*/
}

@media (max-width: 767px) {
	

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

	#password_container input {
		margin-top: 0px;
	}

	#passwordreset input {
		margin-top: 0px;
	}
}

.header-line {
	border-bottom: solid 1px #ccc;
    display: block;
    width: 100%;
	padding:10px 0px;
	font-weight:bold;
}

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    
}


label.radio {
    font-weight: normal;
}

.radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}

input:checked ~ .checkmark:after {
    display: block;
}

.radio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ff8c00;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.showMessage i {
	color:#fff!important;
}

.close:hover, .close:focus {
    color:#fff!important;
    opacity:1!important;
}



             
#accountTable tr td,#emailTable tr td {
    padding-bottom: 10px;
}


.ui-widget button {
    color:#111;
    background-color: #ff8c00;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: bold;
    line-height: 1.45;
    padding: 2px 12px;
}
        
#account { min-height:500px; }

.ui-dialog-titlebar {
    height: 15px !important;
    display: block !important;
    overflow: hidden !important;
}

.ui-dialog .ui-dialog-content { overflow: hidden !important; }

#dialog-confirm h3 {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.article-top-table td {padding-right:10px}

.border-right-none th {  border-right:0px;}

.artcell { min-width:60px; }

.artikel-vergleich-history-table td:nth-child(1) {
    padding-right: 0px;
}

.warning {
    color:red;
    font-weight:bold; 
    padding-top:20px;
    width:100%;
    text-align:left;
}

.bold { font-weight:bold;}

.green { color:#009c04; }

.red { color: #ff0000; }
    
#get-color-data input[type=checkbox]:after { background-color: #ccc; content: '';  width: 18px; height: 18px; display: inline-block; border-radius: 4px; cursor: pointer; margin: -4px auto auto -1px; }  
#get-color-data input[type=checkbox]#check_red:checked:after { background-color: #ff0000; color: #fff; content: "\f00c"; font-family: 'Font Awesome\ 5 Free'; font-weight: 900; font-size: 12px; width: 18px; height: 18px; padding: 3px 3px 2px; }
#get-color-data input[type=checkbox]#check_green:checked:after { background-color: #009c04; color: #fff; content: "\f00c"; font-family: 'Font Awesome\ 5 Free'; font-weight: 900; font-size: 12px; width: 18px; height: 18px; padding: 3px 3px 2px; }

    /* #get-color-data input[type=checkbox] { width: 16px; height: 16px; border-radius: 4px; cursor: pointer; } */
input[type=checkbox] { -moz-appearance:initial;}
    

.get-color-data td.end-td-check {
    padding-left: 5px;
    padding-right: 15px;
    font-weight:normal;
    text-align:center!important;   
}

.pricelist-header-div {
    position: absolute;
    top: -10px;
    background: #fff;
    padding: 0px 5px;
    font-weight: bold;
    
    margin-left:auto;
}

.pricelist-container-div {
    position: relative;
    border:1px solid #ccc; 
    margin-top:30px; 
    padding:30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orange-line {
    border-bottom: 2px solid #ff8c00;
    position:absolute;
    width:100%;
    bottom:-8px
}

.alert-danger {
    color: #fff;
    background-color: #ff8c00;
}

.close-btn {
    position: absolute;
    right: 10px;
    top: 30%;
    background: transparent;
    border: none;
    color: #fff;
}

.assistant_card {
    color: #323232;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    width: 320px;
    margin-right: 5px;
    height: 210px;
    display: inline-flex;
    flex-direction: column;
    margin-top:10px;
}

.assistant-label-order {
    font-size: 15px;
    font-weight: normal;
    margin-right: 5px;
}

.assistant-name {
    font-size: 18px;
    font-weight: bold;
    padding: 0 5px;
    background-color: #f0f0f0;
    border-bottom: solid 1px #ccc;
}

.assistant-date {
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
}


.assistant-bottom {
    margin-top: auto;
    border-top: 1px solid #ccc;
    padding: 5px;
    background-color: #f0f0f0;
}

.assistant-btn {
    background-color: #ddd;
    color: #555 !important;
    width: 30px;
    padding: 8px 0px;
    text-align: center;
    display:inline-block;
    cursor: pointer !important;
}

.assistant-btn:hover {
    background-color: #333;
    color: #fff !important;
}

.assistant_create_card {
    width: 300px;
    border: 1px solid #ccc;
    padding: 20px 10px;
    border-radius: 4px;
}


.f-green {
    color:rgb(34, 197, 94);
}

.f-red {
    color:rgb(239, 68, 68);
}
 .iframe-bot-wrapper{
    width: 100%;
    max-width: 75px;
    height: 100%;
    max-height: 75px;
    min-height: 80px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 2147480000;
 }

 .popup-title {
    padding: 15px;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
 }

 .create-bot-form {
    padding: 15px;
 }

 .create-bot-footer {
    padding: 15px 15px 0 15px;
    border-top: solid 1px #ccc;
    text-align: right;
 }

 .cancel-button {
    background-color: #fff;
    border: solid 1px #ccc;
 }

 .bot-links {
    display: inline-block;
    right: 15px;
    position: absolute;
 }

 .top-links {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
 }

 .top-links li {
    display: inline-block;
    padding: 0px;
 }

 .top-links li a {
    color: #555;
    text-decoration: none;
    background-color: #eee;
    border-bottom: solid 2px #eee;
    padding: 5px 10px;
 }

 .top-links li.active a,  .top-links li a:hover {
    color: #323232;
    border-bottom: solid 2px #ff8c00;
 }

 .bot-title {
    font-size: 24px;
    margin-bottom: 15px;
 }

 .dropzone {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    border: dashed 2px #ccc;
 }

 .dropzone:hover {
    background-color: #f0f0f0;
    border: dashed 2px #999;
 }

 .add-new-url-box {
    /*border: solid 1px #ccc;
    padding: 10px;
    background-color: #f5f5f5;*/
    margin-bottom: 30px;
    margin-top: 10px;
 }

 .add-new-url-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
 }

 .table th, .table td, .table td a, .ui-widget-content a {
    color: #333 !important;

}

a.back-btn {
    background-color: #ff8c00!important;
    border-radius: 4px;
    font-weight: 700;
    border-bottom: solid 2px #ff8c00!important;
}


.process-status-waiting{
    background-color: #fffcab;
    border: 1px solid #FFE000;
    border-radius: 4px;
    padding:2px 10px 0px;
    display: inline-block;
}

.process-status-processing {
    background-color: #f5cb98;
    border: 1px solid #ff8c00;
    border-radius: 4px;
    padding:2px 10px 0px;
    display: inline-block;
}

.process-status-training {
    background-color: #dcfce7;
    border: 1px solid #22c55e;
    border-radius: 4px;
    padding:2px 10px 0px;
    display: inline-block;
}


.process-status-rejected {
    background-color: #fee2e2;
    border: 1px solid #ef4444;
    border-radius: 4px;
    padding:2px 10px 0px;
    display: inline-block;
    position: relative;
}
 
.add-starter_question {
    border: 1px solid #f5cb98;
    border-radius: 4px;
    padding: 10px 5px;
    font-weight: bold;
    color: #ff8c00;
}

.starter-question-form {
    border: 1px solid #f5cb98;
    border-radius: 4px;
    padding: 10px 5px;
}

.edit-pencil {
    color: #ff8c00!important;
    font-size: 18px;
}
.edit-pencil i{color: #ff8c00!important; }

.edit-delete {
    font-size: 18px;
    margin-left:10px;
}

.share-bot-iframe {
    right:10px;
    top:6px
}
.share-bot-iframe  a{
   padding:5px 20px;
}

.share-bot-container {
    border: 1px solid #ff8c00;
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
    width:300px;
    background-color:#fff;
    z-index:9999999991;
}

.share-bot-header {
    justify-content: space-between;
    border-bottom: 1px solid #ccc!important;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.arrow-btn {
    right: 37px;
    top: -17px;
}

.checkbox-flex {
    display:flex;
    /*justify-content:space-between*/
    align-items: center;
}

.checkbox-flex label, .userform-container .checkbox label {
    display:inline-flex;
    align-items:center;
    width:auto;
    padding-left:0px
}

.checkbox-flex label .cr, .userform-container .checkbox label .cr {
    margin-left:5px;
}

.checkbox-flex label .cr:hover, .userform-container .checkbox label .cr:hover {
    cursor: pointer;
}

.userform-container {
    border: 1px solid #ccc;
    border-radius: 4px;
}
.userform-form {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

  
/*div.process-status-rejected[aria-label]:focus:after,
div.process-status-rejected[aria-label]:hover:after {
    position: absolute;
    z-index: 1;
    top: -40px;
    left: -60px;
    display: block;
    overflow: hidden;
    width: 200px;
    padding: 10px 5px;
    content: attr(aria-label);
    color: #fff;
    background: #ff8c00;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    border-radius:4px
}*/

.custom-tooltip.tooltip > .tooltip-inner
{
    text-align: left;
    max-width: 500px;
    /*background-color: #ff8c00;
    color:#fff;
    top:10px*/
}

.custom-tooltip.tooltip > .tooltip-arrow
{
    
    /*background-color: #ff8c00;
    color:#ff8c00;*/

}

.tab-ul  li.active a, .tab-ul li a:hover {
    border-bottom: solid 2px #ff8c00;
}

.gray-font {
    color:#999da9;
}

.fs-20 {
    font-size:20px;
}

.fs-14 {
    font-size:14px;
}

.border-top-gray {
    border-top: 1px solid #cccccc;
}

.border-bottom-gray {
    border-bottom: 1px solid #cccccc;
}

.ptb-10 {
    padding-top:10px;
    padding-bottom:10px;
}

.pb-10 {
    padding-bottom:10px;
}

.column-gap-40 {
    column-gap:40px;
}

.files-div a {
    color:#ff8c00!important;
}

.files-div {
    position: relative;
}

.files-right-div {
    border-right: 1px solid #555;
    width: 15px;
    min-width: 15px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;

    position: absolute;
    top:10px;
    bottom:10px;
    right:-20px;

}

.file-date-div {
    color:#014381
}

.mr-40 { margin-right:40px; }
.mr-30 { margin-right:30px; }
.mr-20 { margin-right:20px; }
.mr-10 { margin-right:10px; }

#progress-container {
    width:350px;
    height:20px;
    border:1px solid #555;
    border-radius:6px;

}

#progress {
    background-color:#555;
    width:2%;
    height:100%;
    color:#fff;
    text-align:center;
    /**border-radius:6px;*/
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;

}

a[disabled] {
    pointer-events: none;
    opacity:0.5;
}

.warning-div {
    background-color: #ff8c00;
    color: #fff;
    padding: 5px;
    border-radius:4px;
}


/** PAGINATION */
.navigation-pages .page-link {
    display:inline;
    border:none;
    color: #555555!important;;
    padding: 4px 10px;
    font-size:15px;
    font-weight: bold;
}

.navigation-pages a:first-child {
    padding-left:0px
}

.navigation-pages .page-link:hover {
    color: #ff8c00!important;
    text-decoration: none;
    background-color: #fff;
    border:none;
    background: transparent;
}

.navigation-pages .page-link:hover {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.navigation-pages .page-link.active {
    color: #ff8c00!important;
    background: transparent;
    
}

.navigation-pages .page-link:focus, .navigation-pages .page-link:active {
    border:none!important;
    background: transparent!important;
    transition:none!important;
    box-shadow: none;
}

.chat-list {
    list-style-type: none!important;
    padding:0px;

}

.chat-list li {
    list-style-type: none!important;
    background-color: #ffffff;
    /**border:1px solid #ccc;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

    margin:10px 0;
    border-radius: 4px;
}
.chat-list li a .chat-inf{
    padding:10px;
}

.chat-list li div.clickable-chat .chat-inf{
    padding:10px;
}

div.clickable-chat:hover {
    cursor:pointer!important;
}

.chat-list li.active {
    background-color: #f1f1f1!important;
    border-right: 4px solid #ff8c00;
}

.chat-field {
    margin-top:10px
}

.chat-user-field {
    background: #ff8c00;
    padding: 10px;
    color: #fff;
}

.chat-user-field .faq-div{
    border:2px solid #fff;
    border-radius: 4px;
    padding:4px;
    color:#fff;
    width:100px;
}

.chat-assistant-field {
    background: #f1f1f1;
    padding: 10px;
}


.search-icon {
    border:0px; 
    background-color:#ffffff!important;
    position:absolute; 
    right:5px; 
    top:6px;
}

.search-icon i {
    font-size:18px;
}

.dropdown-menu li.selected {
    background: #f1f1f1;
}

.dropdown-item.active, .dropdown-item:active {
    background: #f1f1f1!important;
}

.liked-div {
    background-color:#aae4a4;
    color:#13c900;
    font-weight: bold;
    border-radius: 4px;
    width:100px;
    margin-top: 5px;
}

.unliked-div {
    background-color:#f6a4a4;
    color:#fe1414;
    font-weight: bold;
    border-radius: 4px;
    width:100px;
    margin-top: 5px;
}

.half-liked-div {
    background-color:#ffe190;
    color:#ff8c00;
    font-weight: bold;
    border-radius: 4px;
    width:150px;
    margin-top: 5px;
}

i.rotate-270{
    rotate: 270deg;
}

.user-chat-list {
    list-style-type: none;
    padding: 0;
    width:100%;
    margin-top:10px
}

.user-chat-list li span.content {
   width:15%
}


.user-chat-list-header {
    padding:15px 0;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}

.user-chat-list-content {
    padding:10px 0;
   /* border-top:1px solid #ccc;*/
    border-bottom:1px solid #ccc;
}

a.go-user-chat {
    padding: 5px 10px;
    border: 1px solid #ff8c00;
    border-radius: 4px;
    background: #ff8c00;
    color: #fff !important;
}


.bot-sources:hover {
    cursor:pointer;
}

.mw-600 {
    max-width: 600px;
}
.filter-date-part {
    border: 1px solid #ccc;
    border-radius: 4px;
    webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.filter-date-part .ae-select-content2, .filter-date-part .ae-select-content3 {
    font-size:15px;
}

.filter-date-part .ae-select2, .filter-date-part .ae-select3 {
    /* padding: 8px; */
    border: none !important;
    box-shadow: none !important;
    webkit-box-shadow: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    padding-left:5px;
}

.filter-date-or {
    align-self: stretch;
    background: #e4e4e4;
    padding: 5px 10px 0px 10px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.date-input {
    width: 100%;
    border: none !important;
    height: 100%;
    border-radius: 4px;
    padding: 4px; 
    outline:none !important;
}

.filter-date .fas{
    right: 5px;
    top: 5px;
}

.date-part {
    width: calc(50% - 20px);
}

#ui-datepicker-div .ui-state-default {
    border-radius: 4px !important;
    text-align: center !important;
    background: #eee !important;
    border: 1px solid #555 !important;
}

#ui-datepicker-div.ui-datepicker{
    /**border: 1px solid #ff8c00;
    border-radius: 4px !important;*/
    border: 1px solid #ff8c00;
    border-radius: 4px!important;;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    color: #555;
    outline-color: #ff8c00;
    background: #ffffff; 
    font-size:13px;
    padding:10px;
    width: 300px;
    margin-top:10px;
    z-index:999!important;
}

.ui-datepicker .ui-datepicker-header  {
    top:0px;
    border-radius: 4px!important;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s!important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
    border:1px solid #ccc!important;
}

a.reset-date {
   /* width: 10px;
    height: 100%;*/
    /* border: 1px solid #ff8c00; */
    /* vertical-align: sub; */
    /* right: 6px;*/
}

a.reset-date .fas {
    /*margin-top:5px;*/
    font-size:20px;
}



    
    #ui-datepicker-div  .ui-datepicker table td {
        text-align:center;
    }
    
    .ui-datepicker a {
    cursor:pointer;
    text-decoration:none;
    }
    
    .ui-datepicker-prev {
    }
    
    .ui-datepicker-next {
        float:right;
    }
    
    #ui-datepicker-div  .ui-datepicker-title {
    text-align: center;
    font-weight:bold;
    }
    
    #ui-datepicker-div .ui-state-hover,
     #ui-datepicker-div .ui-widget-content .ui-state-hover,
    #ui-datepicker-div.ui-widget-header .ui-state-hover, 
    #ui-datepicker-div .ui-state-focus,
    #ui-datepicker-div .ui-widget-content .ui-state-focus, 
    #ui-datepicker-div
    .ui-widget-header .ui-state-focus {
        border: none!important;
        background: #ff8c00!important;
        /**font-weight: bold;*/
        color: #fff!important;
    }

    #ui-datepicker-div  .ui-datepicker-prev-hover {
        background: none!important;
        left:2px!important;
        top:2px!important;
        color:#555!important;

    }

    #ui-datepicker-div  .ui-datepicker-next-hover {
        background: none!important;
        right:2px;
        top:2px!important;
        color:#555!important;
    }

    #ui-datepicker-div  .ui-widget.ui-widget-content{
        border: 2px solid #ff8c00;
    }
    
    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
        color: #ff8c00;
    }
    
    #ui-datepicker-div  .ui-state-default,
    #ui-datepicker-div  .ui-widget-content .ui-state-default,
    #ui-datepicker-div  .ui-widget-header .ui-state-default{
        border: 1px solid #ff8c00;
        background: #000000;
        font-weight: normal;
        color: #555;
    }
    
    #ui-datepicker-div  a.ui-state-default:hover{
        border: 1px solid white;
        background: #ff8c00;
        font-weight: bold;
        color: black;
    }
    
    #ui-datepicker-div  .ui-state-active,
     #ui-datepicker-div  .ui-widget-content .ui-state-active,
    #ui-datepicker-div  .ui-widget-header .ui-state-active {
        border: 1px solid white!important;
        background: #ff8c00!important;
        /**font-weight: bold!important;*/
        color: #fff!important;
    }
    
    #ui-datepicker-div .ui-state-highlight,
    #ui-datepicker-div  .ui-widget-content .ui-state-highlight, #ui-datepicker-div  .ui-widget-header .ui-state-highlight {
        border: 1px solid #dad55e;
        background: #fffa90;
        color: black;
    }
    
    #ui-datepicker-div  .ui-widget-header {
        /**border: 1px solid #ff8c00;*/
        background: #fff;
        color: #555;
        font-weight: bold;
    }

    #ui-datepicker-div .ui-state-disabled{ opacity:0.7 }
    #ui-datepicker-div .ui-state-disabled .ui-state-default:hover { cursor:not-allowed!important;  }

    #ui-datepicker-div .ui-datepicker-prev span {
        background:none;
        content: '\f053'; 
        font-family: 'Font Awesome\ 5 Free'; 
        font-weight: 900;
        text-indent:0;
    }

    #ui-datepicker-div .ui-datepicker-prev, 
    #ui-datepicker-div .ui-datepicker-next {
       /** height:100%!important;*/
    }

    #ui-datepicker-div .ui-datepicker-next.ui-state-disabled:hover {
        cursor:not-allowed!important;
        background:none!important;
    }

    #ui-datepicker-div .ui-datepicker-next.ui-state-disabled {

    }

    #ui-datepicker-div .ui-datepicker-next span {
        background:none;
        content: '\f054'; 
        font-family: 'Font Awesome\ 5 Free'; 
        font-weight: 900;
        text-indent:0;
    }

    #ui-datepicker-div .ui-datepicker-prev span:before {
        background:none;
        content: '\f053'; 
        font-family: 'Font Awesome\ 5 Free'; 
        font-weight: 900;
    }

    #ui-datepicker-div .ui-datepicker-next span:before {
        background:none;
        content: '\f054'; 
        font-family: 'Font Awesome\ 5 Free'; 
        font-weight: 900;
        text-indent:0;
    }

    .thread-container {
        border:1px solid #ccc;
        padding:10px;
    }
    .thread-content {
        overflow-x:auto;
        height:600px;
    }

    .thread-content-header {
        background-color: #ddd;
        padding:10px 0px;
    }
    .thread-content-header span.content {
        text-align:center;
        font-weight:bold;
    }

    .thread-ul-content {
        padding:0px;
    }

    .thread-ul-content li {
        list-style-type: none;
        padding:10px 0px;
    }

    #start-calendar:hover, #end-calendar:hover {
        cursor: pointer;
    }

    #chat-data .chat-assistant-field a {
        color:#ff8c00!important;
    }

    #chat-data h3, #chat-data h2 {
        font-size: 20px;
    }

    #chat-container {
        height: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
        background: #fff;
        width: 100%;
        max-width: 900px;
        display: flex;
        flex-direction: column;
        border-radius: 6px;
        /* box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
        border: 1px solid #ff8c00;
    }

    #chat-container .chat-content {
        flex-grow: 1;
        overflow: auto;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        font-size: 14px;
    }

    #chat-container .chat-area-iframe {
        flex-grow: 1;
        overflow: auto;
        border-radius: 8px;
        padding: 16px;
        display: flex;
        flex-direction: column;
        font-size: 14px;
    }

    #chat-container .chat-message-div {
        display: flex;
    }

    #chat-container .chat-message-icon {
        width: 24px;
        margin-top: 10px;
    }

    #chat-container .chat-message-icon img {
        width: 24px;
        border-radius: 24px;
    }

    #chat-container  .chat-message-received-iframe {
        text-align: left;
        background-color: white;
        margin: 8px 0px 8px 4px;
        padding: 8px 16px;
        animation-name: fadeIn;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: 100ms;
        color: #333;
        border-radius: 8px 8px 8px 2px;
        background-color: #f0f0f0;
        position: relative;
        width: 100%;
    }


    #chat-container  .chat-message-sent-iframe {
        margin: 8px 16px 8px 0px;
        padding: 8px 16px;
        animation-name: fadeIn;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: 100ms;
        border-radius: 8px 8px 2px 8px;
        background-color: #ff8c00;
        color: #fff;
        text-align: left;
    }

    #chat-container .chat-message-from-user {
        margin-top: 33px;
    }

    #chat-container a {
        color:#ff8c00!important;
    }

    #chat-container i.unlike {
        color:#fe1414;
    }

    #chat-container i.like {
        color:#13c900;
    }

    #chat-container i.half-like {
        color:#ff8c00;
    }

    ul.md-guide {
      padding:0;
    }

    .list-style-none li {
        list-style-type: none!important;;
    }

    input[type=range] {
        color: #ff8c00;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: #fff;
        border: solid 1px #ccc;
        border-radius: 90px;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        height: 8px;
        width:200px;
    }

    input[type='range']::-webkit-slider-runnable-track {
        height: 20px;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #ff8c00;
        margin-top: -1px;
        border-radius:100%;
      }
    
    input[type='range']::-moz-range-track {
        height: 20px;
        -moz-appearance: none;
        color: #ff8c00;
        margin-top: -1px;
        border-radius:100%;
    }
      
    input[type='range']::-webkit-slider-thumb {
        width: 20px;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 20px;
        background: #ff8c00;
        border-radius:100%;
      
    }
      
    input[type='range']::-moz-range-thumb {
        width: 20px;
        -webkit-appearance: none;
        height: 20px;
        background: #ff8c00;
        border-radius:100%;
      
    }

    .delete-thread-icon {
        width:25px;
        text-align:right;
        align-self:end;
    }

    .delete-thread-icon i {

        /**background-color:#f6a4a4;**/
        /**color:#fe1414;**/
        color:#ff8c00;
        padding-bottom:6px;
        /*border: 1px solid #f6a4a4;
        padding: 10px;
        border-radius: 100%;*/

    }

    .delete-thread-icon div:hover i {

        /**background-color:#f6a4a4;*/

    }

    .action-link {
        padding:0px 5px;
        color:#555!important;
    }

    #ui-datepicker-div button.ui-datepicker-current { display: none; }
    #ui-datepicker-div .ui-datepicker-buttonpane.ui-widget-content {
        border:none!important;
    }

    #ui-datepicker-div .ui-datepicker-close.ui-state-hover {
        color: #ff8c00 !important;
        border: none !important;
        background-color: #fff !important;
    }

    #ui-datepicker-div .ui-datepicker-close {
        color: #ff8c00 !important;
        border: none !important;
        background-color: #fff !important;
    }

    td.active-date {
        color:#009c04!important;
    }

    td.inactive-date { color: #ff0000 !important; }

    #categories_level_top a {
        /**display: block;*/
        width: 100%;
    }

    #categories_level_top .category-cnt  {
        width: 25px;
        height: 25px;
        border-radius: 100%;
        border: 1px solid #e4e4e4;
        background: #fff;
        text-align: center;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    #categories_level_top .category-name {
        width: calc(100% - 25px);
    }

    #categories_level_top .categories_level_2_li .category-cnt,
    #categories_level_top .categories_level_3_li .category-cnt  {
        background: #eee;
    }

    #categories_level_top .active a {
        color:#ff8c00!important;
        font-weight:bold;
    }

    .categories_level_top_li {
        background-color:#eee;
        padding:5px 10px 5px 5px;
        border-radius: 4px;
        /**font-weight:bold;*/
    }

    .categories_level_2_li {
        padding: 5px 10px;
    }

    .categories_level_3_li {
        padding: 5px 10px 5px 20px;
    }

    a.edit-pencil-cat {
        font-size: 16px;
        position: absolute;
        right: 5px;
        color: #ff8c00 !important;
        top: 5px;
    }


    .category-input {
        outline: none !important;
        border: none !important; 
        width: 100%;
        background-color: transparent;
    }

    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #eee!important;
        color: #555!important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #555!important;
    }
    .select2-container--default .select2-selection--single {
        border: 1px solid #ccc!important;
    }

    .select2-container--default .select2-results__option[aria-selected=true] {
        background-color: #eee!important;
    }
    
    
    .grid {
        display:-ms-grid;
        display:grid; 
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: repeat(4, 1fr);
        grid-gap:15px;
        -ms-grid-gap:15px;
    }

    .text-sm-right {
        display: flex;
        justify-content: end; /* yatay hizalama */
    }

    @media (min-width: 1400px) {
        .text-sm-right {
            display: flex;
            justify-content: start; /* yatay hizalama */
        }
    }
    

    .xdsoft_datetimepicker {
        border: 1px solid #ff8c00;
        border-radius: 4px !important;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        color: #555;
        outline-color: #ff8c00;
        background: #ffffff;
        font-size: 13px;
        padding: 10px;
        margin-top: 10px;
        font-family: 'Roboto Condensed', sans-serif;
        color:#555;
    }

    .xdsoft_datepicker .xdsoft_prev::before, .xdsoft_datepicker .xdsoft_prev{
        background: none;
        content: '\f053';
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        text-indent: 0;
        font-size:13px;
        color:#ff8c00;
        opacity: 1;
    }

    .xdsoft_datepicker .xdsoft_next::before,  .xdsoft_datepicker .xdsoft_next{
        background: none;
        content: '\f054';
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        text-indent: 0;
        font-size:13px;
        color:#ff8c00;
        opacity: 1;
    }

    .xdsoft_datetimepicker .xdsoft_today_button {
        visibility: hidden!important;
        width: 0px !important;
    }

    .xdsoft_calendar  table thead tr th {
        color:#ff8c00!important;
        border:0px!important;
        background-color: #fff!important;
    }

    .xdsoft_calendar  table tbody tr td,
    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current{
        text-align: center !important;
        background: transparent !important;
        border: none !important;
        color:#555!important;
        padding:2px!important;
        box-shadow: none!important;
    }

    .xdsoft_datetimepicker .xdsoft_calendar td:hover {
        color: #555 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .xdsoft_calendar  table tbody tr td div {
        border-radius: 4px !important;
        text-align: center !important;
        background: #eee !important;
        border: 1px solid #555 !important;
        color:#555!important;
        padding-right: 0px !important;
    }

    .xdsoft_datetimepicker .xdsoft_calendar td:hover  div{
        color: #fff !important;
        background: #ff8000 !important;
        box-shadow: none !important;
        border: 1px solid #ff8000 !important;

    }

    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default div,
    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current div,
    
    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
        box-shadow: none!important;
        color:#fff!important;
        border:1px solid #ff8c00!important;
        background: #ff8c00!important;

    }
    .xdsoft_save_selected::before {
        background: none;
        content: '';
        font-size:13px;
        color:#555;
        opacity: 1;
    }

    /**.xdsoft_save_selected {
        display: inline-block!important;
        background: #ff8c00;
        padding: 5px;
        border-radius: 4px;
        margin-top: 5px;
    }*/

    .xdsoft_monthselect {
        text-align: left;;
    }

    .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
        background: #ff8c00!important;
        box-shadow: #ff8c00 0 1px 3px 0 inset;
        color: #fff!important;
        font-weight: 700;
    }

    .datepicker-close-btn {
        display: inline-block!important;
        background: #FF0000;
        padding: 5px;
        border-radius: 4px;
        margin-top: 5px;
        color:#fff;
        margin-left:10px;
        font-weight: bold;
    }

    .datepicker-save-btn {
        display: inline-block!important;
        background: #ff8c00;
        padding: 5px;
        border-radius: 4px;
        margin-top: 5px;
        color:#555;
        font-weight: bold;
    }

    input.datetimepicker:not(.field) {
        border:none!important;
        outline:none !important;
        background-color: transparent!important;
        box-shadow: none!important;
        padding:3px 4px 3px 2px !important;
    }

    input.datetimepicker {
        border:none!important;
        outline:none !important;
        background-color: #fff!important;
        width:130px;
        box-shadow: none!important;
        padding:3px 4px 3px 2px!important;
    }

    div.username:not(.field) {
        border:none!important;
        outline:none !important;
        background-color: transparent!important;
        box-shadow: none!important;
        padding:3px 4px 3px 2px!important;
    }

    div.username {
        border:none!important;
        outline:none !important;
        background-color: #fff!important;
        box-shadow: none!important;
        padding:3px 4px 3px 2px!important;
    }

    .chat-list li:not(.active) input.field {
        background-color: #f1f1f1!important;
    }

    .chat-list li:not(.active) div.field {
        background-color: #f1f1f1!important;
    }

    .chat-message-received-iframe p, .chat-message-received-iframe ul {
        margin-bottom:0.3rem;
    }
   
    .chat-assistant-field p, .chat-assistant-field ul {
        margin-bottom:0.3rem;
    }

    #chat-container h3 ,  #chat-container h2{
        font-size:20px;
    }

    #toolbox-nestable .dd-handle {
        top:10px
    }

    #toolbox-nestable .dd-placeholder {
       max-width:350px;
    }

    #toolbox-nestable .dd3-content {
        background: #fff;
        border: 1px solid #ff8c00;
     }

    .questionmark-icon {

        background-color: #ff8c00;
        padding: 0px 8px;
        font-size: 16px;
        border-radius: 4px;
        cursor: pointer;
        float: none; 
        display: inline-block; 
        font-weight: 700;

    }
    
    .sync-url {
        cursor: pointer;
    }