﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

#form-container {
    margin: 10px;
}

.long-title h3 {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

#fileuploader-container {
    border: 1px solid #d3d3d3;
    margin: 20px 20px 0 20px;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
/*@media screen and (max-width: 1200px) {*/
    /* Hide captions */
    /*.carousel-caption {
        display: none;
    }
}*/

.dx-datagrid-headers {
    color: #ffffff !important;
    background-color: #003666 !important;
}

.dx-treelist-headers {
    color: #ffffff !important;
    background-color: #003666 !important;
}


.dx-treelist-select-all .dx-checkbox {
    background-color: #003666 !important;
}

.login-form {
    margin-top: 60px;
    color: #5d5d5d;
    background: #f2f2f2;
    padding: 26px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#logo-index img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.custom-item {
    position: relative;
    min-height: 30px;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 700px) and (max-width: 2300px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
        }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }
}
