﻿
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 380px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: dashed;
        background: white;
        cursor: inherit;
        display: block;
        height: 50px;
    }

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

@media (min-width: 768px) {
    .navbar-nav.navbar-center, .navbar-header-center {
        margin-left: 50%;
        transform: translateX(-50%);
    }
}

/***************************************/
/* User-defined Styles                 */
/***************************************/

/* Datatables */
.dataTables_wrapper .dataTables_length {
    float: left;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}

.link-button {
    background: none;
    border: none;
    cursor: pointer;
    color: #337ab7;
}

    .link-button:focus {
        outline: none;
    }

.site-logo {
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
}

.settings-textbox {
    width: 450px;
    font-weight: normal;
}

/* Highlight login failures */
.login-failure {
    color: red;
}

.login-info {
    padding: 15px;
}

#loginform {
    background-image: url(../assets/img/Audit-Login_1.png);
    background-color: transparent;
    background-repeat: no-repeat;
    height: 768px;
}

.logoffButtonLink {
    color: #337AB7;
    background-color: transparent;
    border: none;
    height: 35px;
    width: 100%;
    text-align: left;
    padding: 0px;
}

    .logoffButtonLink:hover {
        color: #337AB7;
        text-decoration: underline;
        background-color: transparent;
    }

.control-label-normal {
    font-weight: normal;
}

.dellwyse-multiple-controls-inline {
    text-align: left;
    clear: both;
    float: left;
    margin-left: 5px;
    margin-bottom: 5px
}

.rounded-corners-text {
    border-radius: 4px;
    border: 1px solid #c2b0b0;
    padding: 2px;
    width: 75px;
    height: 28px;
}

.licenseError {
    color: red;
}

.licenseInfo {
    color: darkgoldenrod;
}

.licenseInfoExpired {
    color: orangered;
}

.licenseBrowse {
    background-color: white;
    border: 1px solid white;
    font-size: 12px;
}

.licenseUploadBtn {
    padding-top: 12px;
}

.button-color {
    background-color: #337ab7;
}