﻿body {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

#footer {
    min-height: 30px;
    max-height: 30px;
}

.navbar {
    padding-left: 30px;
    padding-right: 30px;
}

.navbar-left {
    margin: 0;
    margin-left: 0;
    margin-right: 0;
}

.navbar-right {
    margin: 0;
    margin-left: 0;
    margin-right: 0;
}

.pagination-container {
    margin: 8px 8px;
    line-height: 10px;
}

.pagination {
    margin: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
}

.dl-horizontal {
    margin-top: 10px;
    margin-bottom: 10px;
}

.progress-bar {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

​ .row {
    margin: 0 0;
}

#submenu {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    /*border-top: 1px solid;*/
}

#toolbox {
    padding-left: 0;
    padding-right: 0;
}

#item-info {
    line-height: 50px;
    min-height: 20px;
    padding: 9px 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

/*.collapsing {
    -webkit-transition: none;
    transition: none;
}*/

.pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > a {
    cursor: default;
}

:disabled {
    cursor: inherit !important;
}

.table-hover tbody tr.clickable {
    cursor: pointer;
}

.navbar-form {
    margin: 8px -15px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: nowrap !important;
    width: 200px;
}

.dl-horizontal dd {
    white-space: normal !important;
    /*word-break: break-all;*/
    word-wrap: break-word;
    margin-left: 220px;
}

td {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    max-width: 350px !important;
}

.form-inline .form-control {
    width: 100%;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* Dropdown activates on mouse hover:*/
/*.dropdown:hover .dropdown-menu {
display: block;
}*/

/* .modal-transparent */

.modal-transparent {
    background: transparent;
}

    .modal-transparent .modal-content {
        background: transparent;
    }

.modal-backdrop.modal-backdrop-transparent {
    background: #ffffff;
}

    .modal-backdrop.modal-backdrop-transparent.in {
        opacity: .9;
        filter: alpha(opacity=90);
    }

/* .modal-fullscreen */

.modal-fullscreen {
    /*background: transparent;*/
    /*width: 100%;*/
}

    .modal-fullscreen .modal-content {
        /*background: transparent;*/
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.modal-backdrop.modal-backdrop-fullscreen {
    background: #ffffff;
}

    .modal-backdrop.modal-backdrop-fullscreen.in {
        opacity: .97;
        filter: alpha(opacity=97);
    }

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
    padding: 30px;
    margin: 0;
    width: 100%;
}

/*@media (min-width: 768px) {
    .modal-fullscreen .modal-dialog {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .modal-fullscreen .modal-dialog {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .modal-fullscreen .modal-dialog {
        width: 1170px;
    }
}*/

a > label {
    cursor: pointer;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.modal.fade .modal-dialog, .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.collapsing {
    transition: height 0.1s linear;
}

.table > thead {
    border-top: #ddd solid 2px;
}

.input-group {
    width: 280px;
}

.input-group-addon {
    width: 1%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.align-bottom {
    font-size: 0;
}

    .align-bottom > * {
        float: none;
        display: inline-block;
        /*font-size: 14px;*/
    }

        .align-bottom > *:last-child {
            vertical-align: bottom;
        }

.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.navbar .divider-vertical {
    height: 40px;
    margin: 5px 2px;
    border-left: 1px solid #cacaca;
}

.img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    /*margin-bottom: 10px;*/
}

.thumbnail {
    border: none;
    padding: 0;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}