.square * {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*.list-block {
    margin: 0px;
}*/

.hide {
    display: none !important;
}


.zero {
    margin: 0px !important;
    padding: 0px !important;    
}

.zero-t {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.zero-tb {
    margin-top: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.img-circle{border-radius:50%}

.avtar {
    width: 90%;
    height: auto;
    max-width: 250px;
}


.block, .clearfix {
  clear: both; 
}

.borderless {
	border: 0px !important;
    outline: none;
}

.valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


.zero-border {
    border: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.12), 0 0px 0px rgba(0, 0, 0, 0.24);
}