@font-face {
    font-family: 'MyWebFont';
    src: url('../fonts/infinity-t-l.eot'); /* IE9 Compat Modes */
    src: url('../fonts/infinity-t-l.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/infinity-t-l.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/infinity-t-l.ttf')  format('truetype'); /* Safari, Android, iOS */

}
/*@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans.eot');
    src: url('../fonts/opensans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans.woff') format('woff'),
        url('../fonts/opensans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/
body  {
   /* font-family: Open Sans;*/
   font-family: 'Open Sans', sans-serif;
}  
select {
	height: 27px;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
.cell_title {
    background-color: #eeeeee; 
    text-align: center; 
    /*color: #111111; */
    font-size: 2rem;
    padding: 4px;
}
.cell_ok {
   /* background-color: #ffffff !important;*/
   /* text-align: center; */
    /*color: #111111; 
    */font-size: 1.2rem;
    padding: 4px;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.cell_center {
    background-color: #ffffff !important;
    text-align: center; 
    /*color: #111111; 
    */font-size: 1.2rem;
    padding: 4px;
}
.cell_error {
  /*  background-color: #b00000;*/
  	   background-color: #ffffff !important;
    text-align: center; 
   /* color: #ffffff; 
   */ font-size: 1.2rem;
    padding: 4px;
}

table.dashboardmenu {

}

table.dashboardmenu td {
	margin: 15px;
	text-align: center;
	border: 1px solid #0000ff;
}
.footerimg {
	-webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
	filter: grayscale(50%);
	max-width: 200px;
}
.footerbar {
/*	background-color: #ffffff;
	opacity: 0.8;*/
	background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	
	pointer-events: none;
    bottom: 20px;
    height: 100px;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 19;
	vertical-align: bottom;
	text-align: center;
	line-height: 80px;
}
.greybar {
    background-color: #818182;
    bottom: 0;
    height: 20px;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 20;
	text-align: right;
	font-size: 90%;
}

#menu a, #menu a:hover {
	color: #ffffff;
}

#menu {
	line-height: 40px; 
	color: #ffffff;
	font-size: 12px;
}
#menu a {
	text-transform: uppercase;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

.icon {
	position: relative;
	min-height: 10px;
	height: 190px;
/*	line-height: 170px;*/ 
	margin: 0 auto; 
	text-align: center; 
	background-color: #ffffff; 
	border-radius: 5px;
	border: 1px solid #cccccc;	
	margin: 10px;
	display: block;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
	background-repeat: no-repeat; background-position: center center;
/*max-width: 190px;*/
	 background-size: contain;
	 margin-bottom: 40px;
	 
	 display:block; 
	 min-height: 100px; 
	 max-height: 150px; 
	 max-width: 150px; 
	 background-size: 80%;
}
.icon_no_click {
	cursor: default;
}
.icon_notification {
    position: absolute;
    top:-8px;
    right: -8px;
    padding: 3px 9px;
/*    border: 2px solid white;*/
    border-radius:100px;
    background: -webkit-linear-gradient(top, #FF6969 0%,#ff0000 100%);
	background-color: #ff0000;
    box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 4px rgba(0,0,0,.4), 0 0 1px rgba(0,0,0,.7) inset, 0 10px 0px rgba(255,255,255,.11) inset; 
    -webkit-background-clip: padding-box;
    font:bold 12px/18px "Helvetica Neue", sans-serif; 
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,.6);
}
.icon_title {
    bottom: -30px;
    color: #2577ba;
    left: 0;
    position: absolute;
    right: 0;
	text-transform: uppercase;
}

.lv-title {
	font-weight: bold;
}
.lv-center {
	text-align: center;
}

.e-green {
	margin: 0 auto;
/*	background-color: #239825;*/
	width: 10px;
	height: 10px;
	border-radius: 5px;
}
.e-yellow {
	margin: 0 auto;
	background-color: #ffcc40;
	width: 10px;
	height: 10px;
	border-radius: 5px;
}
.e-red {
	margin: 0 auto;
	background-color: #da1b47;
	width: 10px;
	height: 10px;
	border-radius: 5px;
}


body {
	background: #ffffff !important;
/*	color: #0087ca;*/
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #111;
    padding: 10px 18px 10px 10px !important;
}

.ltbl {
	width: 100%
}
.ltbl th {
	border-top: 1px solid #cccccc !important;
	text-transform: uppercase;
	font-size: 90%;
	color: #0087ca;
	font-weight: normal !important;
}
.ltbl td {
	font-size: 80%;
}
.ltbl th, .ltbl td {
	border-left: 1px solid #cccccc !important;
	border-bottom: 1px solid #cccccc !important;
	padding: 3px;
}
.ltbl th:last-child, .ltbl td:last-child {
/*	border-top: none !important;
	border-bottom: none !important;*/
	border-right: 1px solid #cccccc !important;
	text-align: right;
}

table.dataTable.no-footer {	
    border-bottom: none !important;
}

.pageheader {
	font-size: 14px; 
	font-weight: bold; 
	color: #333333; 
	text-transform: uppercase;
}
.pageheader_options {
	font-size: 90%; 
	font-weight: normal; 
	color: #333333;
}

a {
 outline: 0;
}

.devicebutton, .devicebutton:hover, .devicebutton:active, .devicebutton:visited {
	color: #ffffff !important;
	background-color: #1b76b9;
	border-radius: 2px;
	text-transform: uppercase;
	padding: 4px;
	font-size: 80%;
	text-decoration: none !important;
	cursor: pointer;
	white-space:nowrap;
}
.devicebutton_success {
	background-color: #3e976e !important;
}

.devicebutton_danger {
	background-color: #d9534f !important;
}

.devicebutton_danger_disabled {
	background-color: #ae7a79 !important;
}

.devicebutton.devicebutton_danger_disabled {
	cursor: default !important;
}

.boxed_frame {
	border: 1px solid #e1e1e1; border-radius: 5px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
}
.boxed_header {
	padding: 15px; 
	background-color: #faf9f9; 
	border-radius: 5px 5px 0 0;	
	height: 50px;
}

.boxed_content {
	overflow: scroll !important;
	padding: 15px; 
	background-color: #ffffff;
	border-radius: 0 0 5px 5px;
}

.dataTables_previous,
.dataTables_next,
.dataTables_paginate,
.dataTables_info {
	font-size: 12px;
}

#topbar {
	height: 43px;
	top: 0px;
}
	#dashboard {
		padding-top: 5%; 
		z-index: 0;
	}


	#burgermenu .lo,
	#burgermenu a,
	#adminmenu .lo,
#adminmenu a {
	text-transform: uppercase;
}
	
#adminmenu {
	display: none;
	position: absolute;
	 top: 45px;
	  left: 0px; 
	  right: 0px;
	background-color: rgba(255, 255, 255, 0.9);
	color: #333333;
	bottom: 0px;
	z-index: 200000;
	padding: 20px;
}
#adminmenu .col-md-8 .lo,
#adminmenu .col-md-8 a,
#adminmenu .col-md-8 a:hover {
	color: #333333;
	text-decoration: none;
	display: block;
	font-size: 19px;
	cursor: pointer;
}


@media (max-width:500px) {
	.boxed_content2 {
	 padding: 10px;
	}
	.topspacer {
		
	}
	.icon {
		height: 100px;
	}
	.icon_title {
		font-size: 12px;
	}
	.footerimg {
		-webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
		filter: grayscale(50%);
		max-width: 200px;
		width: 40%;
	}
	.footerbar {
		display: none;
	}
	select {
		font-size: 10px;
	}
	
	#topbar {
		height: 65px;
		position: fixed;
	}
	#topbarcontainer {
		margin-top: 18px;
	}
	#burgermenu {
		position:fixed !important;
	    top: 65px !important;
	}
	#adminmenu {
		position:fixed !important;
	    top: 65px !important;
	}
	#dashboard {
		padding-top: 20%; 
		z-index: 1999;
	}
	
	.pageheader {
	    font-size: 12px;
	}
	.boxed_content {
	    padding: 0px;
	}


}
@media (min-width:500px) {
	.contentrow {
		padding-bottom: 100px;
	}
}

.burgericon {
	position: absolute;
	width: 40px;
	height: auto;
	top: 10px;
	right: 0px;
}
#burgermenubutton {
	display: none;
}
#burgermenu {
	display: none;
	position: absolute; top: 45px; left: 0px; right: 0px;
	background-color: rgba(255, 255, 255, 0.9);
	overflow: scroll;
	color: #333333;
	bottom: 0px;
	z-index: 200000;
	padding: 20px;
}
#menu {
	display: inline;
}
#burgermenu .col-md-8 .lo,
#burgermenu .col-md-8 a,
#burgermenu .col-md-8 a:hover {
	color: #333333;
	text-decoration: none;
	display: block;
	font-size: 19px;
	cursor: pointer;
}

.lang_hints {
	display: inline;
}

@media (min-width:990px) and (max-width:1020px) {

	#burgermenubutton {
		display: inline;
	}
	#menu {
		display: none;
	}
	
}

@media (max-width:685px) {

	#burgermenubutton {
		display: inline;
	}
	#menu {
		display: none;
	}
	.login-box {
		padding-top: 70px;
	}
	.login-box img {
		max-width: 200px;
	}
	.login-logo, .register-logo {
	    margin-bottom: 0px !important;
	}
	.lang_hints {
		display: none;
	}
	.dataTables_wrapper {
		margin-left: -10px;
		margin-right: -10px;
	}
}	
	
@media (max-width:500px) {
	#headermenubar {
		margin-top: 65px;
	}
}



@media (max-width:1245px) {
	.column_icon {
		display: inline;
		width: 24px;
		height: auto;
	}
	.column_th {
		display: none;
	}
	.ltbl th {
		font-size: 80%;
	}
	.ltbl td {
		font-size: 80%;
	}

} 
@media (min-width:1246px) {
	.column_icon {
		display: none;
	}
	.column_th {
		display: inline;
	}
	.ltbl th {
		font-size: 90%;
	}
	.ltbl td {
		font-size: 80%;
	}

} 
@media (max-width:750px) {
	.boxed_header {
    	border-radius: 0 0 0 0;
	}
	.boxed_content {
    	border-radius: 0 0 0 0;
	}

}
@media (max-width:995px) {
	.boxed_frame {
		box-shadow: none;
	}
	.boxed_frame {
	    border: 1px solid #e1e1e1;
		border-left: none;
		border-right: none;
	    border-radius: 0px;
	}
	.boxed_header {
	    background-color: #faf9f9;
	    border-radius: 0px 0px 0 0;
	    padding: 15px;
	}

	#menu, .pageheader, .rightpulled {
		margin-right: 10px;
	}
	#logo, #logoretina, .leftpulled {
		margin-left: 10px;
	} 
	
	#records_filter {
		margin-right: 10px;
	}

	.contentrow {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.ltbl th, .ltbl td {
    border-left: none !important;
}
.ltbl th:last-child, .ltbl td:last-child {
    border-right: none !important;
} 


.wrapperA {
  width: 50%;
  /* whatever width you want */
  display: inline-block;
  position: relative;
}
.wrapperA:after {
  padding-top: 56.25%;
  /* 16:9 ratio */
  display: block;
  content: '';
}
.mainA {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /* fill parent */
  background-color: deepskyblue;
  /* let's see it! */
  color: white;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}


.btn-back {
    border: 1px solid #337ab7;
}


/* Boostrap dashboard */

.iconbs_dis {
	position: relative;
	/*min-height: 10px;*/
	min-height: 190px;
	/*line-height: 170px;*/ 
	margin: 0 auto; 
	text-align: center; 
	background-color: #ffffff; 
	border-radius: 5px;
	border: 1px solid #cccccc;	
	margin: 10px;
	display: block;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
	background-repeat: no-repeat; background-position: center center;
/*max-width: 190px;*/
	 background-size: contain;
	 margin-bottom: 40px;
	 
	 display:block; 
	 min-height: 100px; 
	 max-height: 150px; 
	 max-width: 150px; 
	 background-size: 80%;
}
.iconbs {
	
	
	background-color: #ffffff;
	border: 1px solid #cccccc;	
	height: 150px;
	width:150px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
	

    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;


}



.icon_titlebs {
    bottom: -30px;
    color: #2577ba;
    left: 0;
    position: absolute;
    right: 0;
	text-transform: uppercase;
}


.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
	color: #0087ca;
	font-weight: 0 !important;
}



.login-box, .register-box {
    margin: 4% auto 0px;
    max-width: 360px;
	width: 100%;
}
.login-logo, .register-logo {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 25px;
    text-align: center;
}
.login-box-body, .register-box-body {
    background: #fff none repeat scroll 0 0;
    border-top: 0 none;
    color: #666;
    padding: 20px;
}
.login-box-msg, .register-box-msg {
    margin: 0;
    padding: 0 20px 20px;
    text-align: center;
}



.login-box img {
	width: 90%;
}
#topbarbarcontainer {
/*	margin-left: 15px; 
	margin-right: 15px;*/
}
#topbar {
	background-image: url(/gfx/protect-gitter-basis.png); 
	width: 100%;
	z-index: 2;
}
#logo {
	padding-top: 5px;
	padding-bottom: 5px;
	width:225px;
}
#logoretina {
	padding-top: 5px;
	padding-bottom: 5px;
	width:225px;
	display: none;
}
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    #logo {
		display: none;
	}
	#logoretina {
		display: block;
	}
}



#inputpicker-wrapped-list .table th:first-child {
	width:130px
}