﻿/* Overrides Bootstrap navbar css, to prevent it from collapsing */

@media (min-width: 100px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}

@media (min-width: 100px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
}


@media (min-width: 100px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
}


@media (min-width: 100px) {
    .navbar {
        border-radius: 4px;
    }
}


@media (min-width: 100px) {
    .navbar-header {
        float: left;
    }
}

@media (min-width: 100px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

        .navbar-collapse .navbar-nav.navbar-left:first-child {
            margin-left: -15px;
        }

        .navbar-collapse .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }

        .navbar-collapse .navbar-text:last-child {
            margin-right: 0;
        }
}


@media (min-width: 100px) {
    .container > .navbar-header,
    .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}


@media (min-width: 100px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

@media (min-width: 100px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}


@media (min-width: 100px) {
    .navbar > .container .navbar-brand {
        margin-left: -15px;
    }
}

@media (min-width: 100px) {
    .navbar-toggle {
        display: none;
    }
}

@media (min-width: 100px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

@media (min-width: 100px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}


@media (min-width: 100px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0;
        }
}


@media (min-width: 100px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}


@media (min-width: 100px) {
    .navbar-text {
        margin-right: 15px;
        margin-left: 15px;
    }
}

/* General custom css */

.table-header {
    position: fixed;
    top: 65px;
    height: 200px;
    width: 100%;
    background-color: white;
    right: 0;
    left: 0;
    border-radius: 0;
    border-width: 0 0 1px;
    padding-right: 0;
    padding-left: 0;
}

.table-body {
    margin-top: 70px;
    overflow: auto;
}

.btn-simple .caret {
    margin-left: 10px;
}

.position-category-button {
    margin-left: 10px;
    margin-top: 10px;
}

#categories-navbar-header {
    padding-left: 10px;
}

#edit-categories-select-button {
    margin-left: -142px;
}

.gray-menu-item {
    color: lightgrey;
}

.position-edit-icon {
    z-index: 0;
    position: fixed;
    right: 30px;
    top: 120px;
}

.position-loading-icon {
    z-index: 100000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.configure-launch-dialog-page-icon {
    float: left;
    margin-left: 259px;
    cursor: pointer;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    font-family: "Roboto";
    font-size: 100%;
    font-weight: 400;
    z-index: 100; /* Sit on top */
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 600px;
    height: 200px;
}

.password-generator-dialog {
    font-family: "Roboto";
    font-size: 100%;
    font-weight: 400;
    z-index: 100; /* Sit on top */
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    /*border: 1px solid #888;*/
    width: 400px;
    height: 515px;
    /*box-shadow: 0 0 30px #333;*/
    margin-top: 50px;
}

.settings-dialog {
    font-family: "Roboto";
    font-size: 100%;
    font-weight: 400;
    z-index: 100; /* Sit on top */
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    /*border: 1px solid #888;*/
    width: 400px;
    height: 315px;
    /*box-shadow: 0 0 30px #333;*/
    margin-top: 50px;
}

img.resize {
    max-width: 20%;
    max-height: 20%;
}

.position-password-generator-image {
    margin-left: 293px;
    margin-top: -25px;
}

.position-password-generator-password-length-textbox {
    margin-top: -45px;
}

#password-generator-ok-button {
    margin-left: 45px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-dialog-top-line {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    width: 100%;
    margin-top: 10px;
    display: normal;
}

.modal-content-body-text {
    width: 95%;
    margin-top: 15px;
    font-size: 100%;
}

.mdl-button .mdl-js-button .mdl-button--fab .mdl-js-ripple-effect i {
    color: #9c27b0;
}

.position-sync-onscreen-button {
    position: fixed;
    z-index: 5100;
    right: 20px;
    top: 100px;
}

.position-top-onscreen-buttons-container {
    margin-bottom: -160px;
    margin-top: 40px;
}

.position-add-record-onscreen-button {
    position: fixed;
    z-index: 5000;
    right: 20px;
    top: 100px;
}

.position-edit-record-onscreen-button {
    position: fixed;
    z-index: 5000;
    right: 20px;
    top: 155px;
}

.position-save-record-onscreen-button {
    position: fixed;
    z-index: 10000;
    right: 20px;
    bottom: 140px;
}

.position-clear-changes-onscreen-button {
    position: fixed;
    z-index: 10000;
    right: 20px;
    bottom: 85px;
}

.position-introduction-video-onscreen-button {
    position: fixed;
    z-index: 10000;
    right: 20px;
    bottom: 85px;
}

.position-help-onscreen-button {
    position: fixed;
    z-index: 10000;
    right: 20px;
    bottom: 30px;
}


.position-bottom-onscreen-buttons-container {
    margin-bottom: -160px;
    margin-top: 40px;
}

.position-note-value-hidden-icon {
    margin-left: 125px;
    margin-bottom: -35px;
    z-index: 0;
    font-size: 250%;
    display: none;
}

.hide-element {
    display: none;
}

.position-message-list-in-error-notifications {
    margin-left: 55px;
    margin-top: -20px;
}

.position-message-in-error-notification {
    margin-left: 85px;
    margin-top: -20px;
}

.position-message-in-info-notification {
    margin-left: 75px;
    margin-top: -20px;
}

#create-edit-password{
        position: absolute;
            z-index: 100;
    margin-top:-45px;
    display:none;
}

#password-value-display{
   margin-left:0px; 
   margin-top:-65px;
   font-size: 225%
}

.position-first-inline-ad-in-index-view {
    position: relative;
    top: 22px;
}