body {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Standard */
}

.zl_container {
    font-family: "Ubuntu", Sans-serif;
    font-weight: 400;
}

.zl_container h3 {
    text-align:center;
    margin:50px 0 50px 0;
}


.zl_container ol li label {
    padding-left: 20px;
    margin-bottom: 0;
}

.zl_login {
    text-align: center;
    max-width: 300px;
    margin: auto;
}


.zl_login input {
    margin: 10px 0 10px 0;
    border-radius: 50px;
    max-width: 300px;
}

.zl_login .zl_login_input {
    margin: 10px 0 10px 0;
    border-radius: 50px;
    max-width: 300px;
}


.zl_login input[type=text]:focus {
    border: 1px solid #0076B2;
  }


/*.zl_login input[type="submit"]{*/
div.zl_button,
input.zl_button {
    width: 300px;
    /*background-color: #0076B2;*/
    background-image: linear-gradient(271deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
    border-radius: 50px;
    border: none;
    color: #FFF;
    margin: auto;
    text-align: center;
    box-shadow: 6px 6px 25px 0px rgba(0, 0, 0, 0.35);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    padding: 18px 45px 18px 45px;
    background-color: transparent;
}

input.zl_button:active {
    transform: scale(0.98); 
            /* Scaling button to 0.98 to its original size */ 
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24); 
            /* Lowering the shadow */ 
}

input.zl_button:hover {
    background-image: linear-gradient(271deg, #0c0c0c 0%, #474747 100%);
}

.zl_button_a {
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
}

.zl_questions {
    margin: 20px 0 20px 0;
}

.zl_questions li {
    margin-bottom: 20px;
}

.zl_questions label {
    line-height: 25px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding-top:10px;
}

.zl_questions label:hover {
    cursor: pointer;
}

.zl_questions label input {
    margin-right: 10px;
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}

.zl_q input[type="submit"] {
    /* text-align: center; */
    display: block;
    margin: 0 auto;
}

.sm_liblog {
    text-align: center;
}

.sm_liblog input[type="password"] {
	width:200px;
}


.zl_table_report thead th {
    background-color: #ebebeb;
}

.sm_inputfilter {
    display: flex;
    align-items: center;
}
.sm_inputfilter input#sm_filterclear {
    position: absolute;
    right: 10px;
}


.sm_biblist {
    border: 1px solid gray;
    padding: 10px;
    min-height: 150px;
	height:150px;
	overflow-y: auto;
}

.sm_biblistrow {
    display: flex;
    /* width: 100%; */
    justify-content: space-between;
    padding: 5px 0 5px 5px;
    border-radius: 0 10px 0 10px;

}


.sm_biblistrow:nth-child(odd) {
    background-color: #ebebeb;
}

.sm_biblistrow:hover {
	background-color: #008BD2;
	color:#FFF;
}

.sm_fopen {
    width: 100px;
	text-align:center;
}

.sm_fopen button {
	padding: 0 10px 0 10px;
}

.sm_bibbox h3 {
    text-align: center;
    font-size: 20px;
}


#sm_baddata {
	width:100%;
	color:#FFF;
	background-color:red;
	margin-bottom:10px;
	text-align:center;
	font-size:24px;
	line-height:48px;
}

.sm_counters {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zl_report_h2 {
    text-align: center;
    margin-bottom: 30px;
}

div.zl_table_report tr:hover {
    /*border-color: blue;*/
    background-color: #e0fcff;
}

.zl_report_top_info {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

input#date-filter {
    font-size: 15px;
    width: 220px;
}

.daterangepicker .calendar-table th, 
.daterangepicker .calendar-table td {
    white-space: nowrap !important;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px !important;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
    padding: 0 !important;
}


a.button {
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
}

a.button:hover {
    color: #fff;
    background-color: #c36;
    text-decoration: none;
}