﻿.table > tbody > tr > td {
    vertical-align: middle !important;
}
.progress {
    height: 20px !important;
}
.progress-bar {
    padding-top: 5px;
    font-size: 1.3em;
}
.unselectable {
    -webkit-touch-callout: none;
    user-select: none;
}
.progress-bar-disabled {
    background-color: #aaa;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal.fade {
    z-index: 10000000 !important;
}
body {
    padding-right: 0px !important;
}

.x_panel {
    box-shadow: 0 2px 4px 0 rgba(160, 216, 246, 0.2), 0 3px 10px 0 rgba(160, 216, 246, 0.19) !important;
}

.clickable { 
    cursor: pointer;
}

#opacity-loader {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.8);
    z-index: 99999999;
}

#brio-opacity-loader {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px; /* Half the height */
    margin-left: -50px; /* Half the width */
}

.submit-button-hz-form {
    margin-top: 25px;
}

@media (max-width: 1200px) {
    .submit-button-hz-form {
        text-align: center;
        margin-top: 15px;
    }
}

/*@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}*/
