﻿input {
	border-color: black transparent transparent black;
	border-style: solid;
	border-width: 0.1px;
	/*height: 22px;*/
	vertical-align: middle;
}
#report_button_div {
	height: 30px;
	/*background-color: cadetblue;*/
	background: repeating-linear-gradient(#d1d1d1,#787878)
}
#div_header {
	/*background: repeating-linear-gradient(#d1d1d1,#787878);*/
	width: 100%;
}
#tbl_header {
	background: repeating-linear-gradient(#d1d1d1,#fbfbfb);
	width: 100%;
	border: none;
}
#report_holder {
	overflow-y: scroll;
	height: 500px;
	border: groove;
	/*background-color: white;*/
	background:repeating-radial-gradient(white,#fbfbfb);
}
#btn_print {
	color: blue;
	width: 70px;
	height:auto;
	/*margin-left: 35px;
	margin-top: 15px;*/
	/*transform: translate(-50%, -50%);*/
	background: repeating-linear-gradient(darkgray,#fbfbfb);
	box-sizing: border-box;
	box-shadow: 0 2px 5px rgba(0,10,20,.8);
	border-radius: 5px;
}
#btn_view {
	color: blue;
	width: 70px;
	height: auto;
	/*margin-left: 35px;
	margin-top: 15px;*/
	/*transform: translate(-50%, -50%);*/
	background: repeating-linear-gradient(darkgray,#fbfbfb);
	box-sizing: border-box;
	box-shadow: 0 2px 5px rgba(0,10,20,.8);
	border-radius: 5px;
}

#btn_pdf {
	color: blue;
	width: 70px;
	height: auto;
	/*margin-left: 35px;
	margin-top: 15px;*/
	/*transform: translate(-50%, -50%);*/
	background: repeating-linear-gradient(darkgray,#fbfbfb);
	box-sizing: border-box;
	box-shadow: 0 2px 5px rgba(0,10,20,.8);
	border-radius: 5px;
}
#btn_excel {
	color: blue;
	width: 70px;
	height: auto;
	/*margin-left: 35px;
	margin-top: 15px;*/
	/*transform: translate(-50%, -50%);*/
	background: repeating-linear-gradient(darkgray,#fbfbfb);
	box-sizing: border-box;
	box-shadow: 0 2px 5px rgba(0,10,20,.8);
	border-radius: 5px;
}
#btn_empty {
    color: blue;
    width: 70px;
    height: auto;
    /*margin-left: 35px;
	margin-top: 15px;*/
    /*transform: translate(-50%, -50%);*/
    background: repeating-linear-gradient(darkgray,#fbfbfb);
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0,10,20,.8);
    border-radius: 5px;
}
#btn_print:hover {
	background: #03e9f4;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}
#btn_view:hover {
	background: #03e9f4;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}
#btn_pdf:hover {
	background: #03e9f4;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}
#btn_excel:hover {
	background: #03e9f4;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}
#btn_empty:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}
#btn_search {
	width: 90px;
	margin-left: 15px;
	margin-top: 5px;
	border: outset;
	background: repeating-linear-gradient(darkgray,#fbfbfb);
	color: blue;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0,10,20,.8);
}
#btn_search:hover {
	background: #03e9f4;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}
.btn_print {
	color: blue;
	width: 70px;
	height: auto;
	/*margin-left: 35px;
	        margin-top: 15px;*/
	/*transform: translate(-50%, -50%);*/
	background: repeating-linear-gradient(darkgray,#fbfbfb);
	box-sizing: border-box;
	box-shadow: 0 2px 5px rgba(0,10,20,.8);
	border-radius: 5px;
}

	.btn_print:hover {
		background: #03e9f4;
		color: #fff;
		border-radius: 5px;
		box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
	}

.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	border-top: 0 none;
	border-bottom: 0 none;
	/*background-color:#e4f1fb !important;*/
}

	.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column div {
		overflow: hidden;
		white-space: nowrap;
		text-align: center;
		border-top: 0 none;
		border-bottom: 0 none;
		/*background-color:#e4f1fb !important;*/
	}

.ui-jqgrid .ui-jqgrid-htable th div {
	word-wrap: break-word; /* IE 5.5+ and CSS3 */
	white-space: pre-wrap; /* CSS3 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: normal !important;
	height: auto;
	vertical-align: middle; /*text-top;*/
	padding-top: 5px;
	padding-bottom: 3px;
	/*background-color:#e4f1fb;*/
	color: #0070b7;
	font-weight: normal;
}
/*._grdg > tbody > tr:hover:not(._grcsssh) {
	background-color: #d1d1d1;
	color: #000;
}

._grdg > tbody > tr > td:hover:not(._grcsssh) {
	background-color:#d1d1d1;
	color:red;
}

._grcsssh {
	background-color: rgba(20,20,127,1);
	color: red;
}*/

.confirm-class .layui-layer-title {
    background-color: #0efa1a;
    display: none;
    color: #fff;
    //border: none;
}

.confirm-class .layui-layer-btn {
    float: left;
    width: 92%;
}

    .confirm-class .layui-layer-btn .layui-layer-btn0 {
        float: left;
    }

    .confirm-class .layui-layer-btn .layui-layer-btn1 {
        float: right;
    }
