/* {box-sizing:border-box} */

body {background:#fffff;color:#black}

div.grid {
	height: 34px;
    padding: 8px;
    border-right: 1px solid gray;
	border-bottom:0;
	background:#fffff;
}

div.listitem div.grid:last-child {border-right:none}

#freezr_main div.listitem:nth-child(odd) div.grid {background:#f8fcfe}

div.listitem.V div.grid {background:#def8ad}
div.listitem.V:nth-child(even) div.grid {background:#d4f497}

div#listbar {background:none;line-height:40px;border:none}

div#freezr_main_item0 a {text-decoration:none;font-weight:bold;text-transform: capitalize;color:black}

div#listprint li {height:auto;line-height:24px}
div#listprint a:first-child {display:none}

.add {
    background-color: #ff0025;
    color: #ffffff;
    font-size: 14px;
    display:inline-block !important;
	width:20px; height:20px; line-height:20px;
	border-radius: 10px;
    text-transform: capitalize;
	font-weight:bold;
    cursor: pointer;
	padding:0px 6px;
    box-sizing: border-box;
	content:'+'
} .add:hover {text-decoration:none}

#listq {background:white;border:1px solid #174982 !important;height:32px !important;border-radius:20px !important;line-height:30px;padding:0px 12px !important;color:#174982;
		position:absolute;right:8px;top:4px}
//#btnq {position:absolute !important;display:block !important;right:-4px;background:transparent;color:transparent}
//#btnq::before {content:"";display:block;width:28px;height:28px;background-image:url('q.svg');position:absolute;top:5px;right:16px}

#listbar .btn {position:relative}

div.grid.lefttop input {
    display: none;
}

.btn {padding:3px 6px;border-radius:3px;border:none;cursor:pointer}

td * {box-sizing:border-box}

##listbar {display:none}

table tr th {border:none;color:#174982;line-height:30px}
table tr td {border:none;padding-bottom:10px;line-height:30px}
h1 {color:#ff0025;margin-bottom:10px;font-weight:normal;font-size:20px}

textarea, select, input[type="text"] {border:none;background:#ddf0f9;line-height:30px !important}
select {height:30px !important}

form > table {margin:20px}


@media screen and (max-device-width: 999px){
	#menu {display:none}	
	#main {top:0}
}