#page{
/*    display: table; need fix when create fotter at bottom
    height: 100%; */
    width: 100%;
}
#top-page{
    width: 100%;
}
.footer,footer,
#footer{
    font-size: 13px;
    display: block;
    width: 100%;
}
#footer-frame{
    display: table-row;
    height: 1%;
}
/* other style */
.checkbox{
    margin: 0;
}
.new-row input{
    clear: both;
    display: block;
}
.simple-page{
    padding: 75px 0 0;
}
.test-box{
    min-height: 500px;
}
.example{
    border: 1px solid #000;
    width: 12px;
    height: 12px;
    float: left;
    margin: 3px 0 0 10px;
}
.ui-dialog{
    position: absolute;
}
.ui-dialog-content{
    overflow: auto;
}
.ui-dialog .ui-dialog-titlebar{
    position: relative;
    padding-right: 30px;
}
.ui-dialog .ui-dialog-titlebar-close{
    position: absolute;
    right: 10px;
    top: 10px;
}
.layout-content{
    background: #fff;
}
.menu-row .tab-content{
    float: left;
}
.menu-row .nav-tabs{
    float: left;
    margin: 0;
    border: 0;
}
.menu-row .left-nav{
    float: left;
}
.menu-row .right-nav > *{
    float: left;
    margin: 0 0 0 10px;
}
.menu-row .right-nav{
    float:right;
}
.menu-row a.home{
    float: left;
    margin: 0 10px 0 0;
    padding: 8px 12px;
    font-size: 14px;
}
.menu-row.navbar{
    width: 100%;
    float: left;
    height: 44px;
}
.clearfix-my:after{
    content: "";
    display: block;
    clear: both;
}

.form-signin .input-prepend{
    margin-bottom: 10px;
}
.wb{
    background-color: #FFF;
}
.scroll-holder{
    overflow: auto;
    max-height: 575px;
}
#oro_user_group_form_roles{
    height: 67px;
}

.version-container {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1em;
}

.progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Start: Progress bar */
#progressbar {
    display:block;
    padding-top: 25vh;
    margin-right:auto;
    margin-left:auto;
    text-align:center;
    width:300px;
}
#progressbar .progress .bar {
    width: 0%;
    height: 18px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -ms-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(top, #149bdf, #0480be);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -ms-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

#progressbar .progress-striped .bar {
    background-color: #0480be;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

#progressbar .progress.active .bar {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    -moz-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
@-webkit-keyframes progress-bar-stripes {
    from { background-position: 0 0 }
    to { background-position: 40px 0 }
}

@-moz-keyframes progress-bar-stripes {
    from { background-position: 0 0 }
    to { background-position: 40px 0 }
}

@keyframes progress-bar-stripes {
    from { background-position: 0 0 }
    to { background-position: 40px 0 }
}
/* End: Progress bar */
.dropdown-toggle:focus {
    outline: 0;
}
.loading-indicator:before {
    display: inline-block;
    background: url(../img/loader-16.gif);
    width: 16px;
    height: 16px;
    content: "";
    margin-right: 4px;
}

.user-status-list {
    list-style: none;
    display:table;
    table-layout:fixed;
    margin: 0 0 10px;
}
.user-status-list li {
    height: 25px
}
.user-status-list .list-group-item {
    width:100%;
    display:table-row;
}
.user-status-list .list-group-item-text {
    display:table-cell;
}
.oro-multiselect-holder .float-holder span.validation-failed {
    padding-top: 4px;
}
