@charset "utf-8";
/* CSS Document */

.color01{ background:#F8F8F8}
.cursor{ cursor:pointer}

.disable_drop_select{
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}
@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        display:none;
		font-size:12px
    }

    #printSection, #printSection * {
        display: inline;
    }

    #printSection {
        position:absolute;
        left:0;
        top:0;
    }
	.Flabel{ height:34px}
	
	.headerShade{ background:#3c8dbc !important;}
}

.msdisabledp::-ms-expand {
    display: none;
}

.pagination {
  margin: 2px 0 2px 0;
}

.innertable{ width:100%; margin:0; padding:0;}
.innertable tr{  margin:0; padding:0;}
.innertable tr td{  margin:0; padding:0;}
.innertable tr td select{  margin:0; padding:0; background:red; height:21px}

.angular-with-newlines {
    white-space: pre-wrap;
}