

body,h1,h2,h3,h4,h5 {font-family: "Poppins", sans-serif}

html {
  height: 100%;
}

body {
	font-size: 16px;
	background-color: #737c88;
	padding: 0px;
	margin:0px;
	min-height: 100%;
}


/* --------------------------  member forms ---------------------*/


.m-form {
  	width: 320px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 60px auto;
	/*padding-bottom: 20px;*/
}
.m-form h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.m-form form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 10px;
}
.m-form form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 40px;
 	height: 40px;
  	background-color: #3274d6;
  	color: #ffffff;
}
.m-form form input[type="password"], .m-form form input[type="text"], .m-form form input[type="email"] {
  	width: 250px;
  	height: 40px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.m-form form input[type="submit"] {
  	width: 100%;
  	padding: 10px;
  	margin: 10px 16px 0px;
  	background-color: #3274d6;
 	border: 0;
  	cursor: pointer;
  	font-weight: normal;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.m-form form input[type="submit"]:hover {
	background-color: #1755b1;
  	transition: background-color 0.2s;
}




.eye {
	justify-content: center;
    align-items: center;
	font-size: 14px;
    width: 25px;
    height: 16px;
    color: #a1a1a1;
    display: block !important;
    margin: 14px 0px 0px -25px;
    cursor: pointer;
	
}

.footer {
	background-color: #435165ed;
	text-align: center;
	padding: 6px 0px 8px;
}

.footer a, .footer a:visited, .footer a:active {
	font-size: 12px;
	color:#d8d8d8;
	text-decoration:none;
}


.else-separator {
	text-align: center;
	margin-top: 10px;
}

#signup_button {
	width: 100%;
	padding: 10px 20px;
	background-color: #259b28;
	margin: 10px auto;
	font-weight: normal;
	text-align: center;
}

#signup_button:hover {
	background-color: #0f7412;
  	transition: background-color 0.2s;
}
.err_msg {
	font-size: small;
	text-align: center;
	color:#ff2626;
}
.fpw {
	    margin: 20px 0px 20px;
	
}



/* --------------------------   home ---------------------*/



.nav-img-block {
	float: left;
	margin: 4px 0px 0px 16px;
	opacity: 0.7;
}

.nav-img-block:hover {
	opacity: 1;
}	

.w3-bar-item {
    padding: 10px 16px !important;
}

.grdlh {
	cursor:pointer;
}
.grdlh:hover {
	color:#4CAF50;
}

.pr_ne {
	font-weight: 800;
    padding: 0px 30px 0px 30px;
	cursor: pointer;
}
.play_link {
	text-decoration: none;
}
.play_img {
	margin-bottom: 8px;
}
.play_img_h {
    height: 24px;
    margin: 0px 5px;
}
.play_img_b {
    height: 34px;
    margin: 0px 10px;
}

#login_small {
	
	background: no-repeat center/28px url("user_w.png");
	display: block;
    right: 10px;
    height: 42px;
    width: 42px;
    position: absolute;

}

#login {
	
	background: no-repeat center/44px url(user_g.png);
    display: block;
    right: 20px;
    height: 44px;
    width: 44px;
    position: absolute;
    top: 20px;
    cursor: pointer;

}

@media (min-width: 993px) {
.w3-modal-content {
    width: 600px;
}
}

.w3-modal {
   /* background-color: #73869f6e; */
}

.acc-cell {
	width: 50%;
	padding: 5px;
	border-bottom: 1px solid #ddd;
}

#npw {
	margin-top: 24px;
}

.acc-eye {
	justify-content: center;
	align-items: center;
	font-size: 16px;
	width: 28px;
	height: 20px;
	color: #a1a1a1;
	margin: -28px 0px 0px 0px;
	cursor: pointer;
	position: absolute;
	right: 24px;
}

.ferror {
	color: #ff2626;
	display:none;
}
.input-tip {
	font-size: smaller;
	padding-left:8px;
}

smaller {
    font-size: smaller;
	opacity: 0.7;
}	

.w3-blue {
	background-color: #3274d6 !important;
}    
.w3-blue.w3-button:hover   {
	background-color: #1755b1 !important;
	color: #fff !important;
} 
.w3-green {
	background-color: #259b28 !important;
}    
.w3-green.w3-button:hover {
	background-color: #0f7412 !important;
	color: #fff !important;
} 
.w3-red.w3-button:hover {
	background-color: #e51c0d !important;
	color: #fff !important;
}


.edit-2-button {
	width: 46%;
    display: inline-block;
}

.i-add {
	font-size: 1.4em;
    display: block;
    position: absolute;
    line-height: 1.8em;
    margin-left: auto;
    height: 2em;
    width: 2.2em;
    text-align: center;
}	

.i-inp {
		padding-left: 3em !important;
}

table {
	font-size: 80%;
}	

.edit-admin-device {
	cursor: pointer;
}

.dev-name-td {
	overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
}

.dev-id-td {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80px;
	cursor: pointer;
}

.edit-item-td {
	max-width: 40px;
	text-align: right !important;
    
}

.delete_member_button, .edit-group {
	    color: #ff0000b0;
}

.he-edit, .edit-group {
    cursor: pointer;
    margin-right: 5px;
    display: block;
    font-size: 1.4em;
}	 


.he-times {
	margin-right: -16px !important;
}

.he-trash-alt {
	margin: 0px 10px !important;
	    color: #ff0000b0;
}

.he-map-marker-slash {
	margin-right: 5px !important;
	    color: #ff0000b0;
}

.gr_edit_pw {
	margin: 0px 5px 0px 10px !important;
}


.gr_set_head {
	font-weight: bold;
	color: #555555;
}

.gr_set_item {
	cursor: pointer;
}

.notactive, .isactive, .posactive {
	margin-right: 7px;
    font-size: 1.3em;
    width: 25px;
}

.isactive {
	color: #008000b8;
}
.posactive {
	 color: #008000b8;
}	
.notactive {
	opacity: 0.4;
}

.num_code {
	color: green;
    font-family: monospace;
	float: right;
}	
	
h3 i {
	 padding: 0px 5px;
}

.device-th {
	text-align: right !important;  
	color: #209923;
}
.device-th i{
	margin: 2px 10px 0px 5px;
    display: inline-block;
    font-size: 1.4em;
    float: right;
}

.td-button {
	cursor: pointer;
    margin-right: 5px;
    display: block;
	float: right;
    font-size: 1.4em;
}

.td-button:hover { 
	opacity: 0.5;
}

.date_invite, .date_member {
	float: right;
	margin-right: 10px;
	color: #c2c2c2;
}

.button_not_active {
	filter: blur(1px) opacity(0.5);
}

.select-css {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right 1em top 50%, 0 0;
	background-size: .8em auto, 100%;
}
.select-css::-ms-expand {
  display: none;
}

.share_header {
	color: #1e1e1e;
	font-weight: bold;
	height: 40px;
	width: 100%;

}

.share_content {
	display: block;
    width: auto;
    border: 1px solid #cecece;
    font-size: 90%;
    margin: 10px 20px 0px 20px;
    padding: 20px;
}














