html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: PT Sans, Helvetica, Calibri, Arial,Helvetica;
	font-size: 14px;	
}

option {
	font-size: 10px!important;
}

#upper {
	position: fixed;
	width: 1px;
	height: 100%;
	top: 0; left: 0;
	z-index:1000;
}

:focus {
	outline: none;
}

img {
	border: none
}

a {
	text-decoration: none;
	color:#2c496c;
}

textarea {
	border:1px solid #d4d4d4;
}

.row {
	margin: 0;
}

.input-field label {
   color: grey !important;
   font-size: 14px;
}
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
	border: 2px solid #969696 !important;
}

label.active{
	color:green;
}



.list_icon {
	display:inline-block;
	position:absolute;
	top:13px;
	right:10px;
	pointer-events:none;
	font-size:25px;
	color:#a7a7a7;
}



#crumb {
	position:fixed;
	top:11px; left:165px;
/*	font-weight: bold;*/
	font-size: 16px;
	line-height:40px;
	color:#d6d6d6;
	z-index:1000;
	padding:0 0 0 20px;
	border-left: 1px solid #d6d6d6;
}

#notify{
	display:none;
}

#content{
	width:90%;
	margin:0 30px 30px 30px;
}

#toast-container {
  top: 10% !important;
  left: auto !important;
  right: 25%;
}

.chip{
	 position: relative;
	 padding-left: 37px;
 }
.chip span i{
	font-size: 20px;
	line-height: 32px;
}


.chip span.program i{
	font-size: 18px;
}
.chip span{
	left: 0;
	position: absolute;
	margin-right: 5px;
	display: inline-block;
	text-align: center;
	width: 32px;
	height: 32px;
	border-radius: 50rem;
	color: #fff;
	background: #009688;
}

.up{
	cursor: pointer;
	position: fixed;
	right: 35px;
	bottom: 75px;
	background: #9e9e9e;
	color: #fff;
	width: 35px;
	border-radius: 50rem;
	text-align: center;
	padding: 5px 0 0px;
}
.page_down{
	cursor: pointer;
	position: fixed;
	right: 35px;
	bottom: 30px;
	background: #9e9e9e;
	color: #fff;
	width: 35px;
	border-radius: 50rem;
	text-align: center;
	padding: 5px 0 0px;
}

.tabs .indicator{
	color:red;
	background-color:#004d40;
	padding:0px;
}

.tabs .tab a{
	color:#000;
	padding:0px;
}

.tl{
	color:#000;
}

/*
.active{
	color:green;
}
*/

.tabs .tab a:hover{
	background-color:#e0f2f1;
	color:#000;
}

.tabs .tab a:focus.active{
	background-color:#e0f2f1;
	color:#000;
} 

#tableResult td{
	border:1px solid #009688;
}




.tabs2 a {
	color:#000;
}
.tabs2 td {
	cursor:hand; cursor:pointer;
	text-transform: uppercase;
	color:#000;
	padding:10px;
}
.tabs2 td:hover {
	background-color:#e0f2f1;
	color:#000;
}



label[for] {
	color:grey;
}





._ {
    border-bottom:1px dashed #bbbbbb;
    cursor:hand; cursor:pointer;
}
._:hover {
    border-bottom:1px solid #bbbbbb;
}

._g {
    border-bottom:1px dashed grey;
    cursor:hand; cursor:pointer;
    color:grey;
}
._g:hover {
    border-bottom:1px solid grey;
    color:black;
}

._h:hover {
    border-bottom:1px solid grey;
}

.info_del {
	position:absolute;
	top:10px; right:10px;
	cursor:hand; cursor:pointer;
}
.info_del:hover {
	color:red;
}


.slide {
	cursor:hand; cursor:pointer;
	font-size:16px;
}






.paper {
    padding:20px 15px 5px;
    background-color:#fffffff0;
    box-shadow:0 2px 4px 0 rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.05);
    border-radius:3px;
    margin-top:30px;
}

.paper_line {
	height: 8px;
	box-shadow:inset 0 2px 3px 0 rgba(0,0,0,.17), inset 0 0 0 1px rgba(0,0,0,.05);
	background-color:#f8f8f8;
	border-radius:4px;
	margin:10px 0 20px;
}



.tbl_pad td {
    padding:3px 8px;
    border-bottom:1px solid #e2e2e2;
    vertical-align:top;
}
.tbl_pad tr td:first-child {
    padding:auto 8px auto 0;
}
.tbl_pad tr td:last-child {
    padding:auto 0 auto 8px;
}
.tbl_pad tr:last-of-type td, .tbl_pad tr:first-child td {
    border-bottom:none;
}



.student_photo {
	background-size:cover;
/*	filter:grayscale(100%) brightness(125%);*/
	/*opacity:0.9;*/
	background-repeat:no-repeat;
	background-position:center;
	box-shadow:inset 1px 1px 1px rgba(0,0,0,0.5), 1px 1px 1px rgba(255,255,255,0.8);
	border-radius:2px;
}
.student_ava {
	/*background-size:cover;*/
/*	filter:grayscale(100%) brightness(125%);*/
	/*opacity:0.9;*/
	background-repeat:no-repeat;
	background-position:center;
	box-shadow:inset 1px 1px 1px rgba(0,0,0,0.5), 1px 1px 1px rgba(255,255,255,0.8);
	border-radius:2px;
}




#left_menu {
	width:4px;
	min-width:4px;
	background-color:#40535d;
	box-shadow:1px 0px 2px #656565;
}

#lm_div {
	width:40px;
	height:100%;
	background-color:#40535d;
	box-shadow:1px 0px 2px #656565;
	position:fixed;
	top:0; left:-36;
	padding:70px 0 0 0;
	vertical-align:top;
	text-align:center;
	color:#ffffffc7 !important;
}

.titler {
	position:absolute;
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:2px;
	background-color:rgba(255,255,255,0.9);
	box-shadow:1px 2px 2px rgba(0,0,0,0.5);
	color:#4e4e4e;
	font-size:14px;
	font-family: PT Sans, Helvetica, Calibri, Arial,Helvetica;
	line-height:13px;
	padding:3px 5px;
}




.row_check, .row_check_all {
    width:10px; height:10px;
    cursor:hand; cursor:pointer;
    border:1px solid #cbcbcb;
    border-radius:2px;
    display:inline-block;
}
.check_in {
    background-color:#009688;
    border:1px solid #141414;
}




.hovr:hover {color:red !important;}
.hovw:hover {color:white !important;}
.hovbg:hover {background-color:rgba(0,0,0,0.05) !important;}
.w100 {width:100%;}
.w1 {width:1%;}
.h100 {height:100%;}
.h1 {height:1%;}
.wh100 {width:100%; height:100%;}
.curh {cursor:hand; cursor:pointer;}
.curd {cursor:default;}
.dib {display:inline-block;}
.hid {display:none;}
.rel {position:relative;}
.abs {position:absolute;}
.fix {position:fixed;}
.nw {white-space:nowrap;}
.b {font-weight:900;}
.tal {text-align:left;}
.tar {text-align:right;}
.tac {text-align:center;}
.vam {vertical-align:middle;}
.vat {vertical-align:top;}
.ovh {overflow: hidden;}

.fs12 {font-size:12px;}


