

.navbar-brand{
    padding: 0px;
    width: 100%;
    max-width: 500px;
    font-family: Helvetica Neue;
    font-size: 70px;
    margin-top: 35px;
    margin-left: 15px;
}

.navbar-brand-img{
    float: left;
}

.navbar-brand img{
    width: 100%;    
    height: auto;
    max-width: 255px;
    max-height: 108px;
}

#navbar_title_text{
    margin-top: 7px;
    margin-left: 15px;
    font-size: 20px;
    color: #FFFFFF;
}

.navbar-inner{
    height: 100px;
    line-height: 50px;
    padding-top: 0px;
}


.box-header{
    height: auto;
    min-height: 35px !important;
    overflow: auto;
}

.box-header h2{
    white-space: normal;
}
.well{
    padding-bottom: 0px;
}

#logo_footer img{
    width: 100%;
    max-width: 100px;
}



.color-white{
    color: #FFFFFF !important;
}
.color-blue{
    color: #526474 !important;
}

.color-black{
    color: #000000 !important;
}

.color-red{
    color: #c10a1e !important;
}

.color-green{
    color: #1C6E3A !important;
}


.text-strong{font-weight: bold;}

.error_box{text-align: left !important;}

.hidden_form{
    display: none;
}


textarea{
    display: block !important;
    width: 100% !important;
    min-height: 150px !important;
}

/*
====================
====login page======
====================
*/
#logo_header{
    width: 100%;
    max-width: 183px;
    height: auto;
    float: left;
    margin-left: 5px;
    margin-top: 0px;
    display: block;
    line-height: 30px;
}

#logo_login{
    display: inline-block;
    width: 100%;
    margin-top:50px;
    margin-bottom: 50px;
}


.grid-paginator{text-align: center;display: block; width: 100%;}

.table_cell_alert_red, #tblList .table_cell_alert_red a{
    background-color: red !important;
    color: #fff !important;
}

.table_cell_alert_grey, #tblList .table_cell_alert_grey a{
    background-color: #CBC5C4 !important;
    color: #000 !important;
}

.table_cell_alert_yellow, #tblList .table_cell_alert_yellow a{
    background-color: yellow !important;
    color: #000 !important;
}

.table_cell_alert_green, #tblList .table_cell_alert_green a{
    background-color: #1BFA32 !important;
    color: #000 !important;
}

.glyphicon-info-sign{
    cursor: pointer;
}

.modal-dialog {
    width: 100%;
    max-width: 1300px;
    margin: 30px auto;
}

#position_image{
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}