h2
{
    color: #000000;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px;
    display:inline-block;
}

h2.left {
    margin-left: 1%;
    
}

h2.right {
    margin-left: 35%;
}


select {
    -webkit-appearance: menulist-textfield;
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 2px;
}

select.add {
    width: 11%;
    margin-left: 3%;
    margin-right: 3%;
}

select.show {
    width: 100%;
    margin-left: 4%;
    font-family: Consolas, monospace;
    height: 195px;
}

select.log {
    width: 100%;
    font-family: Consolas, monospace;
    height: 195px;
}

.lists-box-element > div {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-right: auto;
    margin-bottom: auto;
}


input.find {
    width: 250;
    margin-left: 9%;
    margin-right: 6%;
    margin-top: 2%;
    margin-bottom: 2%;
}

input.popup{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    width: 90%;
    height: 35px;
    margin: auto;

}
.largepopup{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    width: 90%;
    height: 180px;
    margin: auto;

}

.semilargepopup{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    width: 90%;
    height: 100px;
    margin: auto;

}



.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.popubbutton{
    display: inline-block;
    text-decoration: none;
    padding: 6px 12px 6px 12px;
    cursor: pointer;
    color: #FFFFFF;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    background: url('image/button.png') repeat-x;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -khtml-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    margin: auto;
}


/* The Modal (background) */
.modal {
    display: none; 
    position: fixed; 
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}


.modal2 {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-right: auto;
    margin-bottom: auto;
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}

.modal-edit-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 35%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



input.login {
    width: 350;
    height: 50;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
    margin-bottom: 1%;
}

.loginbutton{
    display: inline-block;
    text-decoration: none;
    padding: 6px 12px 6px 12px;
    cursor: pointer;
    color: #FFFFFF;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    background: url('image/button.png') repeat-x;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -khtml-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    margin: auto;
}

a.disabled {
    pointer-events: none;
    color: grey;
}

input[type=button]:disabled,input[type=submit]:disabled {
    background: #dddddd;
}

input[type=email] {
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 3px;
    margin: auto;
}

.agreement{
    display: inline;
}

.underlined{
    text-decoration: underline;
}

.notBold{
    font-weight: normal;
}

<!-- -->

	    table.show {
		    width: 100%;
		    margin-left: 4%;
		    font-family: Consolas, monospace;
			 height:195px;
			 max-height:195px;
			 overflow:auto;
		    background: #F8F8F8;
		    border: 1px solid #CCCCCC;
		    padding: 2px;
		}
	 	table.show tbody tr td{
		 	height:10px !important;
		 	margin-bottom:1px;
		 }
		 
		 
		 .fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color:#F8F8F8;;
   
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table thead th {
    color: gray;
    background: #f8f8f8;
}


.fl-table thead th:nth-child(odd) {
    color: gray;
    background: #f8f8f8;
}

.fl-table tr:nth-child(even) {
    background: #f8f8f8;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}
.blacklist-tree > tr ,
.whitelist-tree > tr,
.newlist-tree > tr,
.loglist-tree > tr,
.mailmessage-tree > tr,
.user-device-tree > tr
.deviceslist-tree > tr {
cursor:pointer;
}

.blacklist-tree > tr:hover ,
.whitelist-tree > tr:hover,
.newlist-tree > tr:hover,
.loglist-tree > tr:hover,
.mailmessage-tree > tr:hover,
.user-device-tree > tr:hover
.deviceslist-tree > tr:hover {
background-color:#38b0e3
}

.choosen-element{
background-color:#38b0e3 !important;
}
