/* 
    Created on : 15 Dec, 2015, 1:12:40 PM
    Author     : suby
*/
.userLogin{
    width: 350px;
}
.brand_text{
    width: 280px;
}
#brand_div {
    width:350px;
}
#time_hide{
    //display: none;
}
.brand-box {
    position: relative;
    min-height: 150px;
    border: 1px solid;
    margin-bottom: 15px;
    padding: 10px;
}
.brand-box .brand-edit {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.brand-box .brand-delete {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.form-error{
    clear: both;
    margin-left: 16.66666667%;
    padding-left: 15px;
}
#login_div .form-error, #forgot_password_div .form-error {
	position:absolute;
	margin-top:38px;
	margin-left:0 !important;
	padding:0 !important;
	white-space:nowrap;
}
.bottom-right-data .form-error{
    margin-left: 33%;
}
img.onthelist-brand-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width:100%;
    max-width: 110px;
    max-height: 82px;
}
img.onthelist-edit-brand-logo{
    width: 100%;
    max-width: 200px;
}
.events-image-preview{
    margin-top: 5px;
}
.events-image-preview img{
    max-width: 120px
}
.vspace{
    margin-bottom:15px;
    margin-left: 1px;
    margin-bottom: 10px;
}
.note-div{
    padding: 10px;
    border: 1px solid #ccc;
}