@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
/* css */
body{
	padding: 0;
	margin: 0;
	background-color: #f0f0fd;
	font-family: 'Open Sans', sans-serif,"helvetica neue",Laksaman,'Century Gothic', Helvetica, Arial;
}
a{
	color: inherit;
	text-decoration: none;
}
a:hover{
	font-weight: 400;	
}
button, .button{
  display: inline-block;
  padding:1px 15px;
  font-family: 'Open Sans', sans-serif,"helvetica neue",Laksaman,'Century Gothic', Helvetica, Arial;
  border:none;
  background-color: #060;
  color: white;
  border-radius: 5px;
  height: 30px;
  font-size:15px;
  line-height: 28px;
  cursor: pointer;
  text-align: center;
  margin: 5px auto;
  outline:none;
}
button[name="delete"]{
  background-color: #a00;
}
.sticky{
  position: fixed;
}
.form{
  border:3px solid #ffaa66;
  margin:auto;
  width:100%;
  background: #fff;
  border-radius:5px;
  overflow: hidden;
  box-sizing: border-box;
  padding:20px;
}
.form h2{
  padding: 0;
  margin: 0;
  margin-bottom: 20px; 
}
.form input, .form select, .form textarea{
  width:100%;
  box-sizing: border-box;
  padding: 10px;
}
.form label{
  color:#444;
  padding:10px 0;
  display: block; 
}
.form button{
  padding: 5px 20px;
  height: auto;
}
  .oo-wiget h2{
    font-size:20px;
    color: #333;
    text-align: center;
  }
  .oo-wiget div b{
    color:#080;
  }
  .oo-wiget{
    border:1px solid #ccc;
    background-color: #fff;
    border-radius:5px;
    margin-bottom: 15px;
    padding:10px 20px 20px 20px;
    box-sizing: border-box;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
  }
  .oo-wiget .light{
    color:#666;
    height:220px;
    overflow: hidden;
  }
  .oo-wiget .footer{
    color:#444;
    border-top:5px solid #aaa;
    margin-top: 20px;
    padding-top: 20px; 
  }
  .oo-wiget .footer a{
    font-weight: bold;
  }
  .oo-wiget .footer a:hover{
    color:#060;
  }
  .profile-logo{
    padding: 20px 0;
  }
  .profile-logo div{
    width:100px;
    height: 100px;
    border-radius: 50px;
    background-color:#d66;
    box-sizing: border-box;
    font-size: 50px;
    padding:25px 0;
    font-weight: bold;
    text-align: center;
    color:#FFF; 
  }
  .icon{
    color:#888;
    font-size: 30px;
    vertical-align: middle;
  }
  table{
    width: 100%;
    border: none;
    border-collapse: collapse;
    position: relative;
  }
  tr:nth-child(odd) {
    background-color: #eee;
  }
  th, td{
    padding:10px;
    text-align: left;
  }
  .n-wiget{
    width: 31.33%;
    margin: 1%;    
    padding:0 !important;
    border: 1px solid #ccc;
      background-color: #fff;
      border-radius: 5px;
      margin-bottom: 15px;
      box-sizing: border-box;
  }
  @media all and (max-width: 500px){
    .n-wiget{
      width: 100%;
    }
  }
  .wiget-hdr{
    background-color:#0066002e;
    height:75px;
    padding:10px;
  }
  .wiget-hdr img.wiget-logo{
    max-width:90px;
    float: left;
    height:60px;
    padding:5px;
    margin-right:10px;
    border:1px solid #aaa;
    border-radius: 5px;
    background-color: #aaa;
  }   
  .wiget-hdr h2{
      cursor:pointer;
    font-size:13px;
    line-height: 20px;
    color:green;
    padding:0;
    margin:0;
    text-align:left !important; 
  }