﻿/* Download */
@import "Download/download.less?qStr=3.0.0.2";

/* Custom Controls */
@import "Controls/custombuttons.less?qStr=2.0.6";
@import "Controls/htmlcontrols.less?qStr=2.0.6";

html {
    background-color: #ffffff;
    width: 98vw !important;
    margin: 0 0.8vw;
}

.navbar-inner, .navbar, .btn-navbar {
    border: 0px;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
    vertical-align: middle;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
}

body {
    .to-navbar-container {
        margin-left: auto;
        margin-right: auto;

        #to-logo {
            padding: 20px 0 20px 0;
        }
    }

    #to-guest-userguide {
        /*display: none;*/
        margin-top: 20px;
    }

    #to-userguide-container {
        position: relative;
        bottom: 8em;
        height: 0em;
    }

    .to-container {
        .navbar-content {
            padding: 20px 0 0 0;
        }

        .borderless td, .borderless th {
            border: none;
        }

        .nowrap {
            white-space: nowrap;
        }

        .vcenter {
            vertical-align: middle;
            float: none;
        }

        .fa {
            margin: 0 13px 0 5px;
        }
    }

    .table > tbody > tr > td {
        padding: 8px 0;
    }
}



.error-message,
.validation-summary-errors {
    color: Red;
    font-style: italic;
    font-size: 14px;
    padding-left: 15px;
}

.error-message {
    line-height: 18px;
    margin-top: 18px;
    margin-bottom: 18px;
    position: relative;
}

.field-validation-error {
    color: Red;
    font-style: italic;
    font-size: 12px;
    display: block;
    padding-top: 5px;
}

.download-installer-button ul {
    list-style-type: none;
    padding-inline-start: 0;
}

.download-installer-button a {
    font-size: 14px;
    width: 145px;
    height: 40px;
    padding: 0px;
}

.download-installer-button ul li a {
    white-space: initial;
}

.download-installer-button ul li {
    margin: 5px;
}

@media only screen and (max-width: 850px) {
    .download-installer-button {
        padding-top: 20px !important;
    }
}

@media only screen and (min-width: 850px) {
    .download-installer-button ul li {
        display: inline;
    }
}