
body{

	margin:0px;
	padding:0px;
	background-color:white;
	font-size:12px;
	font-weight: 400;
	overflow-x: hidden!important;
	color: #424242;
	font-family: "Helvetica","Arial",sans-serif,"Roboto";
}



/*=================================================*/
.onl-empty-title {
    font-size: 24px;
    line-height: 32px;
    -moz-osx-font-smoothing: grayscale;
    margin: 24px 0 16px;
	font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 400;
}



/*===============================================*/

/**/
#page-content {
    display: block;
    width: calc(100% - 200px);
    padding: 0px 25px 30px 25px;
    overflow-y: auto;
    background-color: #e1e1e1;
    position: absolute;
    top: 58px;
    bottom: 0px;
    left: 200px;
}

  
/* Top menu */
.top-menu{
	border: 0 solid transparent;
	border-radius: 0px!important;
}


/* Side Panel*/

.lm-block{
	padding-left: 15px;
}

.lm-title{
	text-decoration: none;
	list-style: none;
}

.lm-item {
    text-align: left;
    color: #67757c;
    font-size: 14px;
    line-height: 30px;
    font-family: "Helvetica","Arial",sans-serif;
    font-weight: 500;
    list-style-type: none;
    cursor: pointer;
    width: fit-content;
    padding-right: 5px;
    padding-left: 5px;
}

.lm-subtitle {
    text-align: left;
    color: #67757c;
    font-size: 14px;
    line-height: 30px;
    font-family: "Helvetica","Arial",sans-serif;
    font-weight: 500;
    list-style-type: none;
    cursor: pointer;
    width: fit-content;
    padding-right: 5px;
    padding-left: 5px;
}

.lm-subtitle:hover {
    background-color: rgba(30, 136, 229, 0.2);
    color: #1e88e5;
}

.lm-link {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
}

.lm-selected {
    background-color: rgba(30, 136, 229, 0.2);
    color: #1e88e5;
}

#panel-title{
	height: 30px;
    color: black;
    margin: 0px;
    line-height: 30px;
}

#tool-bar {
    height: 100%;
    width: 200px;
    float: left;
    min-height: 500px;
    background-color: white;
    bottom: 0px;
    position: relative;
    left: 0px;
}



.onl-menu-button{
	min-width: 80px;
}

p{
	font-size: 14px;
    letter-spacing: 0;
    margin: 0 0 16px;
}

h3,h4{
	font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 400;
}

h4{
	font-size: 24px;
    line-height: 32px;
    -moz-osx-font-smoothing: grayscale;
    margin: 24px 0 16px;
}

/*
#main-wrapper{
	display: none;
	position: relative;
	z-index: 999;
}
*/
.body-wrap
{
	width: 1000px;
	height: 100%;
	min-width: 1000px;
	margin: 20px auto;
	background-color:white;
	padding-left: 20px;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

a.none
{
	text-decoration:none;
}

.global-transition-effect {
	transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955)!important;
  }

.clear
{
	clear:both;
}

#content_area_wrapper
{
	position:relative;
	width:100%;
	background-color:#FFFFFF;	
	margin:0px;
	padding:0px;
	border-bottom:1px solid #CCCCCC;
	text-align:center;	

}

#content_area
{
	margin:0 0;
	width:100%;
	text-align:left;
	
}

#title_bar
{
	position:relative;
	margin-top:10px;
	margin-bottom: 20px;
	width:100%;
	height:30px;
}

#title
{
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:30px;
	font-weight:bold;
	color:#000000;
}	

#page_title
{
	padding-top:10px;
	font-family: helvetica, Arial, sans-serif;
	font-size:32px;
	height: 100%;
	font-weight:normal;
	color:#525050;
	text-align:left;
	line-height: 36px;
	vertical-align: baseline;
	padding-left: 15px;

}

#page_subtitle
{
	margin-top:20px;
	margin-bottom:20px;
	font-family: helvetica, Arial, sans-serif;
	font-size:19px;
	color:#444;
	text-align:left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#new_button
{
	position:absolute;
	bottom:-5px;
	right:0px;
}

#spinner
{
	position:absolute;
	display:none;
	right:21%;
	top:5px;
}

.select_list
{
	height: 100px;
	width: 225px;
}

#feedback_bar
{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:55px;	
	position:fixed;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index:1;
	line-height:3.3;
}

#onl-feedback{
	position: fixed;
	bottom: 0;
	left: 50px;
	height: 60px;
	z-index:999;
	max-width: 672px;
	background-color: #333;
	min-width: 360px;
}

.onl-feedback{
    color: white!important;
    line-height: 2em!important;
    background-color: #333!important;
    min-width: 360px;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2rem;
    line-height: 1.25rem;
    font-weight: 400;

}


#home_module_list
{
	position: relative;
}

.module_item
{
	padding: 10px;
}

#company_wrapper
{
	width:70%;
	margin:0 auto;
	padding:10px;
	margin-bottom:30px;
	margin-top:10px;
	text-align:left;
	background-color: white;
}

#config_wrapper
{
	text-align:center;
}

#config_info
{
	width:70%;
	margin:0 auto;
	padding:10px;
	margin-bottom:30px;
	margin-top:10px;
	text-align:left;
}

#footer_main
{
	float:left;
	width:100%;
	margin-bottom:15px;	
	text-align:left;
	font-size:11px;
	color:white;
	background-color: gray;

	
}

a.tooltips {
  padding-left: 5px;
  position: relative;
  display: inline;
  background: url(../images/info.png) center no-repeat;
  width: 55px;
  height: 25px;
  text-decoration: none;
}
a.tooltips span {
  position: absolute;
  width:140px;
  color: #FFFFFF;
  background: #000000;
  height: auto;
  line-height: 18px;
  text-align: left;
  visibility: hidden;
  border-radius: 6px;
  padding: 5px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.9;
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}

a.help
{
	
}


.align-right
{
	float: right;
}

.multiple-select-material
{
	border:none!important;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.element-visible
{
	visibility:visible;
}

.element-hidden
{
	visibility: hidden;
}

/* ONL Select */


/* select starting stylings ------------------------------*/
.onl-select {
	font-family:
	  'Roboto','Helvetica','Arial',sans-serif;
	  position: relative;
	  width: 350px;
  }
  
  .onl-select-text {
	  position: relative;
	  font-family: inherit;
	  background-color: transparent;
	  width: inherit;
	  padding: 10px 10px 10px 0;
	  font-size: 1em;
	  border-radius: 0;
	  border: none;
	  border-bottom: 1px solid rgba(0,0,0, 0.12);
  }
  
  /* Remove focus */
  .onl-select-text:focus {
	  outline: none;
	  border-bottom: 1px solid rgba(0,0,0, 0);
  }
  
	  /* Use custom arrow */
  .onl-select .onl-select-text {
	  appearance: none;
	  -webkit-appearance:none
  }
  
  .onl-select:after {
	  position: absolute;
	  top: 18px;
	  right: 10px;
	  /* Styling the down arrow */
	  width: 0;
	  height: 0;
	  padding: 0;
	  content: '';
	  border-left: 6px solid transparent;
	  border-right: 6px solid transparent;
	  border-top: 6px solid rgba(0, 0, 0, 0.12);
	  pointer-events: none;
  }
  
  
  /* LABEL ======================================= */
  .onl-select-label {
	  color: rgba(0,0,0, 0.26);
	  font-size: 18px;
	  font-weight: normal;
	  position: absolute;
	  pointer-events: none;
	  left: 0;
	  top: 10px;
	  transition: 0.2s ease all;
  }
  
  /* active state */
  .onl-select-text:focus ~ .onl-select-label, .onl-select-text:valid ~ .onl-select-label {
	  color: #2F80ED;
	  top: -20px;
	  transition: 0.2s ease all;
	  font-size: 14px;
  }
  
  /* BOTTOM BARS ================================= */
  .onl-select-bar {
	  position: relative;
	  display: block;
	  width: inherit;
  }
  
  .onl-select-bar:before, .onl-select-bar:after {
	  content: '';
	  height: 2px;
	  width: 0px;
	  bottom: 1px;
	  position: absolute;
	  background: #2F80ED;
	  transition: 0.2s ease all;
  }
  
  .onl-select-bar:before {
	  left: 50%;
  }
  
  .onl-select-bar:after {
	  right: 50%;
  }
  
  /* active state */
  .onl-select-text:focus ~ .onl-select-bar:before, .onl-select-text:focus ~ .onl-select-bar:after {
	  width: 50%;
  }
  
  /* HIGHLIGHTER ================================== */
  .onl-select-highlight {
	  position: absolute;
	  height: 60%;
	  width: 100px;
	  top: 25%;
	  left: 0;
	  pointer-events: none;
	  opacity: 0.5;
  }



/* Forms */
.onl-form_section{
	margin-bottom:10px;
}

.onl-form_title{
	font-size: 1rem;
	font-weight: 600;
}

.onl-form__is-invalid{
	display: block;

}

/* Tooltip */
.onl-tooltip.is-active {
    -webkit-animation: pulse 200ms cubic-bezier(0,0,.2,1)forwards;
    animation: pulse 200ms cubic-bezier(0,0,.2,1)forwards;
}


  /* Buttons */
  .onl-primary__button{
	
	font-size: 1rem;
    font-weight: 500;
    letter-spacing: .0107142857em;
	text-transform: none;
	color:white;
	border:none;
	transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .4s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
	padding: 2px 16px;
	background-color: #1a73e8;
	border-radius: var(--mdc-shape-small,4px);
	height: 32px;
	outline: none!important;
	font-weight: 500;
	-webkit-font-smoothing:antialiased;
	cursor: pointer;
  }

  .onl-button__loading{
	opacity:0.5;
  }

  .onl-primary__button:hover{
	  opacity:0.8;
  }

  .onl-secondary__button{

	font-size: 1rem;
    font-weight: 500;
    letter-spacing: .0107142857em;
	text-transform: none;
	color:#1a73e8;
	border:none;
	transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .4s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
	padding: 2px 16px;
	background-color: transparent;
	border-radius: var(--mdc-shape-small,4px);
	height: 32px;
	outline: none!important;
	font-weight: 500;
	-webkit-font-smoothing:antialiased;
	cursor: pointer;
	line-height: 28px;
  }

.onl-big__button{
	font-size: 1rem;
    font-weight: 500;
    letter-spacing: .0107142857em;
	text-transform: none;
	color:#1a73e8;
	border:none;
	transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .4s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
	padding: 2px 16px;
	background-color: transparent;
	border-radius: var(--mdc-shape-small,4px);
	height: 32px;
	outline: none!important;
	font-weight: 500;
	-webkit-font-smoothing:antialiased;
	
}

.onl-big__button:hover{
	color:#174ea6;
	background-color:#e4effc;
}

  .onl-secondary__button:hover{
	color:#174ea6;
	background-color:#e4effc;
}

  .onl-danger__button{

	
	font-size: 1rem;
    font-weight: 500;
    letter-spacing: .0107142857em;
	text-transform: none;
	color:#1a73e8;
	border:none;
	transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .4s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
	padding: 2px 16px;
	background-color: transparent;
	border-radius: var(--mdc-shape-small,4px);
	height: 32px;
	outline: none!important;
	font-weight: 500;
	-webkit-font-smoothing:antialiased;
	cursor: pointer;

	background-color: #db2828;
	color:white;
	font-weight: 600;
	line-height: 28px;
  }

  .onl-danger__button:hover{
	background-color: #d01919;
	
}

	.onl-add__button{
		font-style: revert;
		font-size: 1.6em;
		font-weight: 500;
		letter-spacing: .0107142857em;
		text-transform: none;
		color: #1a73e8;
		border: none;
		transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .4s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
		padding: 2px 16px;
		background-color: transparent;
		border-radius: var(--mdc-shape-small,4px);
		height: 40px;
		outline: none!important;
		font-weight: lighter;
		font-weight: 500;
		-webkit-font-smoothing: antialiased;
		vertical-align: middle;
		margin-top: 5px;
		cursor: pointer;
	}

	.onl-add__button:hover{
		color:#174ea6;
		background-color:#e4effc;
	}

	.onl-add_button_small{
		font-size: 1.1em;
		height: 20px;
	}

	.onl-float_right{
		float:right;
	}

	.onl-float_left{
		float:left;
	}



	.onl-add__button_icon{
		font-size: 24px;
		line-height: 32px;
		vertical-align: baseline;
	}

	.onl-add_button_icon_small{
		font-size: 14px;
		line-height: 22px;
		vertical-align: baseline;
	}

  /* Modal */
  .onl-modal{
	/*box-shadow: 20px -1px 20px 2px rgba(0,0,0,0.25);*/
	border: 0px solid rgba(0,0,0,.2); 
	border-radius: 0px;
	margin: 5px;
  }

  .onl-modal__footer{
	  border-top:none!important;
  }

  .onl-modal__body{

  }

  .onl-modal__header{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.8rem 0.8rem;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
  }

  .onl-modal__title{
	line-height: 24px;
	font-size: 18px;
	border-bottom: none!important;
	font-weight: 600;
	
  }

  .onl-modal__content{
	  min-height:400px;
  }

  .onl-modal__footer{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
  }


/* Options Screen */

.empty-content{
	width: 100%;
	height: 600px;
	margin:0px;
	padding: auto auto;
	font-family: "Helvetica","Arial",sans-serif;
	color: black;
	font-weight: 400;
	font-size: 22px;
    line-height: 32px;
    text-align: center;
   	padding-top: 10%;
}

/* Tooltip */

.onl-info-tt{
	font-size: 12px;
	text-align: left;
	background: rgba(97,97,97,.99);
}


/* Card */
.onl-card{
	background-color: white;
	border-radius: 12px!important;
	margin-top: 20px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12)!important;
}

.onl-card_title{
	margin: 10px 0 10px 0!important;
	padding-left: 20px;
	color:#455a64;
	font-size:18px;
	font-weight: 600;
}

.onl-card_body{
	flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

/* onl-table*/
.onl-table{
	width: 100%;
}

.onl-table td {
	overflow: hidden;
	
	
}

.onl-table tr :hover{
	cursor: pointer;
}

/* Table icon */
.onl-table__icon{
	color:rgb(32, 33, 36);
	opacity:0.4;
	transition: opacity .2s cubic-bezier(.4,0,1,1);
	font-size: 1.5em;
	cursor: pointer;
}
.onl-table__icon:hover{
	opacity:0.8;
}




/* Spinners */
.preloader{
	position: relative;
    margin: 0 auto;
    /* width: 100px; */
    width: 100%;
    height: 100%;
    padding-top: 20%;
    z-index: 1021;
    background-color: white;
  }
  
  .preloader:before{

  }
  
  .circular {
	animation: rotate 2s linear infinite;
    height: 50px;
    transform-origin: center center;
    width: 50px;
    position: relative;
    top: 0;
    bottom: 0;
    left: calc(50% - 25px);
    right: 0;
    margin: 20px auto 0 auto;
	z-index:999;
  
  }
  
  .path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-linecap: round;
  }
  @keyframes rotate {
	100% {
	  transform: rotate(360deg);
	}
  }
  
  @keyframes dash {
	0% {
	  stroke-dasharray: 1, 200;
	  stroke-dashoffset: 0;
	}
	50% {
	  stroke-dasharray: 89, 200;
	  stroke-dashoffset: -35px;
	}
	100% {
	  stroke-dasharray: 89, 200;
	  stroke-dashoffset: -124px;
	}
  }
  
  @keyframes color {
	100%,
	0% {
	  stroke: #d62d20;
	}
	40% {
	  stroke: #0057e7;
	}
	66% {
	  stroke: #008744;
	}
	80%,
	90% {
	  stroke: #ffa700;
	}
  }



  /* PRINT */

  @media print {
	#content {
	   visibility: hidden;
	}
  
	#onl-print{
	  display: block;
	  visibility: visible;
	  position: absolute;
	  
	}
  

	

  }
  
  @media screen{
	#content {
	  visibility: visible;
   }
  
	#onl-print{
	  display: none;
	  visibility: hidden;
	}
  }


  /* TABS */
.onl-tab{
  	margin: 0;
    border: none;
    padding: 0 24px;
    float: left;
    position: relative;
    display: block;
    text-decoration: none;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(0,0,0,.54);
	overflow: hidden;
}

.nav-tabs .nav-link {
	/* border: 1px solid transparent; */
	border:none;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.nav-tabs .nav-link.active{
	border-color: transparent!important;
	border-bottom: solid 1px rgb(33,150,243)!important;
}


/* Right panel */

.right-panel-empty {
	display: block;
    float: left;
    width: 100%;
    height: calc(100%);
    position: relative;
    background-color: lightgrey;
	text-align: center;
	padding-top: 15%;
}

.right-panel-title{
	font-size: 24px;
    line-height: 32px;
    -moz-osx-font-smoothing: grayscale;
    margin: 24px 0 16px;
	color: #455a64;
}

.right-panel-subtitle{
	font-size: 24px;
    line-height: 32px;
    -moz-osx-font-smoothing: grayscale;
    margin: 24px 0 16px;
	color: #455a64;
}

.onl-tooltip{
	margin-top: 2.0em;
}
