
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Thin.eot');
}

body{
	padding-bottom: 40px;
}
	body.page404{
		background-color: #eaeaea;
	}

h1, h2, h3 ,h4, h5 {font-family: 'Roboto', arial, sans-serif;line-height: 150%;}

h1 button{margin-left: 5px;}

hr{ border-color: #d0d0d0;margin-top:10px; }
hr.hr_modal{margin: 5px 0px 10px 5px;}



a#btn_show_code:hover{cursor: pointer;}

.well{
	padding: 10px 10px 10px 10px;
	margin-bottom: 0px;
}
	// .well table.tb_well{
	// 	width: 100%;
	// }

	.well table.tb_well tr td{
		padding: 5px;
	}
	.v_top tr td{vertical-align: top}

	.well .alert{
		margin:0
	}
	.arrow-left {
	  width: 0; 
	  height: 0; 
	  border-top: 10px solid transparent;
	  border-bottom: 10px solid transparent; 
	  border-right:10px solid #d5ebf6; 
	  position: absolute;
	  margin-top:-10px;
	  margin-left:-25px;
	}

.fr_nav{
	width: 100%;
	background: #212121;
}
	.fr_nav .title_login{
		color: #eaeaea;
		margin:auto;
		padding: 15px;
		font-size: 18px;
		text-align: center;
		width: 100%;
	}
.container{
	width: 100%;
	/*border: 1px solid red;*/
}
.m_page404{
	margin: auto;
	text-align: center;
	height:100%;
	width: 100%;
	margin-top: 8%;
	padding: 30px 0;
	}
	.m_page404 h1{
		font-family: arial;
		font-size: 136px;
		color: #acacac;
		text-shadow: #fff -1px -1px;
	}
	.m_page404 p{
		font-size: 14px;
		color: #acacac;
		font-family: 'Roboto'
	}

.overflow{
	overflow-x: none;
	overflow-y: auto;
	border: 0px solid #9bc1e1;
}
.overlow_modal{
	height: calc(100vh - 210px);
	overflow-y: auto;
	overflow-x: hidden;
	/*border: 1px solid #e0e0e0;*/
}
.div_overflow{
	height: calc(100vh - 625px);
	overflow-y: auto;
	overflow-x: hidden;
	/*border: 1px solid #e0e0e0;*/
}


/*TABLE*/
.table thead th{
	background-color: #f5f5f5;
	padding-top: 10px !important;
}
.table tfoot th{
	background-color: #f5f5f5;
	// padding-top: 10px !important;
}

.checkbox{
	margin-top:-5px !important;
}
	.checkbox input{
	margin-top:1px !important;
}

.toggle_collumn{
	margin: 0px 5px 10px 0;
	padding-top:5px;
}

	.toggle_collumn .toggle-vis{
		background: #f5f5f5;
		color: #757575;
		padding: 5px;
		border-radius: 5px;
		cursor: pointer;
		display: inline-block;
		margin: 0 5px 10px 0;	
	}
	.toggle-vis.deactive{
		background: #f7d0d0	;
		color:#9b6e6e
	}

	.toggle_collumn .toggle-vis:hover{
		text-decoration: none;

	}

.table-warning{border: 1px solid #faebcc;}

table.myTable tbody tr td, table.myTable_2 tbody tr td{padding-left: 20px;padding-right: 18px;}

h4.warning{color: #8a6d3b;background: #fcf8e3;padding: 15px;margin:0;border: 1px solid #faebcc;cursor: pointer;}

.grand_total div{
	margin: 10px 0;
}

.grand_label{
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	margin:0;
}

.grand_value{
	font-weight: bold;
	font-size: 20px;
	font-family: roboto;
	margin:0;
	color: #000;
}
.grand_value sup{
	opacity: 0.5;
}

footer{
	position: fixed;
	bottom:0;
	width: 100%;

}
footer .copyright{
	/*border: 1px solid red;*/
	width: 100%;
	height: 30px;
	margin: auto;
	text-align: center;
	color: #acacac;
	background: #f3f3f3;
	padding-top:7px;
}
.hide_date, .hide{display: none;}
.text-red {
  color: #DB2828 !important; }

.text-orange {
  color: #F2711C !important; }

.text-yellow {
  color: #FBBD08 !important; }

.text-olive {
  color: #B5CC18 !important; }

.text-green {
  color: #21BA45 !important; }

.text-teal {
  color: #00B5AD !important; }

.text-blue {
  color: #2185D0 !important; }

.text-purple {
  color: #A333C8 !important; }

.text-violet {
  color: #6435C9 !important; }

.text-pink {
  color: #E03997 !important; }

.text-brown {
  color: #A5673F !important; }

.text-grey, .text-gray {
  color: #767676 !important; }

.text-grey_20, .text-gray_20 {
  color: #c2c2c2 !important; }

.text-block{
	white-space: nowrap;
}

/*DROPDOWN*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*LOGIN*/
.fr_login * { box-sizing:border-box; }

body.fr_login  {
	font-family: Helvetica;
	background: #eaeaea;
  -webkit-font-smoothing: antialiased;
}

.fr_login hgroup { 
	text-align:center;
	margin-top: 5.5em;
}

.fr_login h1, h3 { font-weight: 300; }

.fr_login h1 { color: #636363; }

.fr_login h4 { color: #4a89dc; }

.fr_login form {
	width: 380px;
	margin: 4em auto;
	padding: 5em 4em 4em 4em;
	background: #fafafa;
	border: 1px solid #ebebeb;
	box-shadow: rgba(0,0,0,0.14902) 0px 1px 1px 0px,rgba(0,0,0,0.09804) 0px 1px 2px 0px;
	border-radius: 10px;	
}

.fr_login .group { 
	position: relative; 
	margin-bottom: 45px; 
}

.fr_login input {
	font-size: 18px;
	padding: 10px 10px 10px 5px;
	-webkit-appearance: none;
	display: block;
	background: #fafafa;
	color: #636363;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #d5d5d5;
}

.fr_login input:focus { outline: none; }


/* Label */

.fr_login label {
	color: #999; 
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	-webkit-transition:all 0.2s ease;
	transition: all 0.2s ease;
}


/* active */

.fr_login input:focus ~ label, input.used ~ label {
	top: -20px;
  -webkit-transform: scale(.75);
          transform: scale(.75); left: -2px;
	/* font-size: 14px; */
	color: #4a89dc;
}


/* Underline */

.fr_login .bar {
	position: relative;
	display: block;
	width: 100%;
}

.fr_login .bar:before, .bar:after {
	content: '';
	height: 2px; 
	width: 0;
	bottom: 1px; 
	position: absolute;
	background: #4a89dc; 
	-webkit-transition:all 0.2s ease; 
	transition: all 0.2s ease;
}

.fr_login .bar:before { left: 50%; }

.fr_login .bar:after { right: 50%; }


/* active */

.fr_login input:focus ~ .bar:before, input:focus ~ .bar:after { width: 50%; }


/* Highlight */

.fr_login .highlight {
	position: absolute;
	height: 60%; 
	width: 100px; 
	top: 25%; 
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}


/* active */

.fr_login input:focus ~ .highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	        animation: inputHighlighter 0.3s ease;
}


/* Animations */

@-webkit-keyframes inputHighlighter {
	from { background: #4a89dc; }
	to 	{ width: 0; background: transparent; }
}

@keyframes inputHighlighter {
	from { background: #4a89dc; }
	to 	{ width: 0; background: transparent; }
}


/* Button */

.fr_login .button {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  margin: .3em 0 1em 0;
  width: 100%;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  letter-spacing: 1px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #3160B6;
  cursor: pointer;
  -webkit-transition:all 0.15s ease;
  transition: all 0.15s ease;
  border-radius: 5px;
}
.fr_login .button:focus { outline: 0; }


/* Button modifiers */

.fr_login .buttonBlue {
  background: #337ab7;
  text-shadow: 1px 1px 0 rgba(39, 110, 204, .5);
}

.fr_login .buttonBlue:hover { background: #286090; }


/* Ripples container */

.fr_login .ripples {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}


/* Ripples circle */

.fr_login .ripplesCircle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

.fr_login .ripples.is-active .ripplesCircle {
  -webkit-animation: ripples .4s ease-in;
          animation: ripples .4s ease-in;
}


/* Ripples animation */

@-webkit-keyframes ripples {
  0% { opacity: 0; }

  25% { opacity: 1; }

  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}

@keyframes ripples {
  0% { opacity: 0; }

  25% { opacity: 1; }

  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}


.notes{
	background: #ffeb3b;
	display: block;
	padding: 20px 20px 50px 20px;
	min-height: 200px;
	-webkit-box-shadow: 2px 5px 8px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 5px 8px rgba(0,0,0,0.25);
	box-shadow: 2px 5px 8px rgba(0,0,0,0.25);
}
	.notes .pin{
		width: 25px;
		height: 25px;
		margin: auto;
		background: #f22121;
		-webkit-box-shadow: 2px 5px 5px rgba(0,0,0,0.3);
		-moz-box-shadow: 2px 5px 5px rgba(0,0,0,0.3);
		box-shadow: 2px 5px 5px rgba(0,0,0,0.3);
		border-radius: 50%;
		margin-bottom: 20px;

	}
	.notes p{
		font-family: 'Comic Sans MS', cursive, sans-serif;
		font-size: 12px;
		/*text-align: justify;*/
	}


@media screen and (max-width: 768px) {
	.overflow{
		overflow-x: auto;
		overflow-y: hidden;
		border: 1px solid #9bc1e1;
		padding-bottom: 25px;
	}

	.overflow.gray{
		border: 1px solid #eaeaea;
	}

	.arrow-left{
		display: none;
	}
	.tb_10{width: 10%;}
	.tb_20{width: 20%;}
	.tb_30{width: 30%;}
	.tb_40{width: 40%;}
	.tb_50{width: 50%;}
	.tb_60{width: 60%;}
	.tb_70{width: 70%;}
	.tb_80{width: 80%;}
	.tb_90{width: 90%;}

	#form_item input{
		min-width: 150px;
	}
}
@media screen and (max-width: 414px) {
	h1{
		display: block;
		margin: 10px 0 0px 0;
		clear: both;
		font-size: 24px;
		/*margin-bottom: 50px !important;*/
	}

	h1 button{
		display: block;
		width: 100%;
		margin: 10px 0 150px 0;
		clear: both;
	}

	hr{
		clear: both !important;
		/*margin-top: 20px !important;*/
	}
	
	.fr_login hgroup { 
		text-align:center;
		margin-top: 2em;
	}
	.fr_login hgroup h1{margin:0;font-size:20px;}

	.fr_login form{
		width: 90%;
		margin-top:30px;
		padding:35px 20px 20px 20px;
	}

	.fr_login input{
		font-size: 12px;
	}
	.fr_login label{
		font-size:12px;
	}

	.grand_label{
		font-weight: bold;
		font-size: 12px;
		font-family: roboto;
		margin:0;
	}

	.grand_value{
		font-weight: bold;
		font-size: 18px;
		font-family: roboto;
		margin:0;
		color: #000;
	}
}

.menulabel {
	font-size: 10px; 
	margin-top: 2px; 
	margin-left: 12px; 
	color: #c43d0a;
}

.hrmenu {
margin-top: -1px; 
margin-bottom: -1px; 
margin-left: 5%; 
width: 10%
}

 .dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #848080;
}