/*	-------------------------------
	COMMON CSS
---------------------------------- */

img{
    border: none;
    max-width: 100%;
}
hr{
    border: 0;
    margin-bottom: 0.2%;
    background-color: #ededed;
    height: 1px;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-justify{
    text-align: justify;
}
.red{
    color: red;
}
.green{
    color: green;
}
.orange{
    color: orange;
}
.grey,
.wz-inactive{
    color: #666;
}
.clearfix{
    clear: both;
}
.no-padding{
    padding: 0 !important;
}
.no-margin{
    margin: 0 !important;
}
.go-left{
    float: left;
    position: relative;
}
.go-right{
    float: right !important;
    position: relative;
}
.no-border{
    border: 0 !important;
}
.alt-border{
    box-shadow: inset 1px -1px 1px #444, inset -1px 1px 1px #444;
}
.alt-border2{
    box-shadow: inset 1px -1px 1px red, inset -1px 1px 1px red;
}
.row:before,
.row:after{
    content: "";
    display: table;
}
.row:after{
    clear: both;
}