/* Space out content a bit */
body {
    padding: 25px 15px 15px 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.footer {
    padding-left: 15px;
    padding-right: 15px;
}

/* Custom page header */
.header {
    border-bottom: 1px solid #e5e5e5;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 19px;
}

/* Custom page footer */
.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
    .container {
        max-width: 1430px;
    }
}

.container-narrow > hr {
    margin: 30px 0;
}
/*.container {
    padding-bottom: 5px;
}*/
/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .header,
    .footer {
        padding-left: 0;
        padding-right: 0;
    }

    /* Space out the masthead */
    .header {
        margin-bottom: 30px;
    }

    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
}

.main-view {
    padding-top: 40px;
}

.panel-content-large {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.panel-content-large {
    padding: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
}


/*.main-container {
    margin: 0 200px;
}*/
.width100 {
    width: 100%;
}
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    text-align: center;
}
.opaque30 {
    opacity: .3;
    cursor: wait !important;
}
.wait {
    cursor: wait !important;
}
.panel {
    overflow: visible !important;
}

.align-left {
    text-align: left !important;
}
.align-right {
    text-align: right;
}

.tabs.am-fade .tab-pane {
    opacity: 1;
    transition: opacity .3s ease;
    min-height: 60px;
}
.tabs.am-fade .tab-pane .active-add{
    display: block;
    opacity: 0;
}
.tabs.am-fade .tab-pane .active-add-active{
    opacity: 1;
}
.tabs.am-fade .tab-pane .active-remove{
    display: none;
}

/* Striped animated progress bar */
.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
}
.progress-striped .progress-bar,.progress-bar-striped {
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size:40px 40px;background-size:40px 40px;
}

.modal-backdrop {
    opacity: 0.5;
}

/* Sortable list */
.sortable-list {
    list-style: none outside none;
    margin: 10px 0 30px;
    padding-left: 0;
}

.sortable-item {
    width: 200px;
    padding: 5px 10px;
    margin: 5px 0;
    border: 2px solid #444;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    cursor: move;
}

.columns-list {
    padding-left: 0;
}

.pointer {
    cursor: pointer;
}

.table-filter-input {
    height: 30px;
    width: 90px;
}

.even {
    background-color: #f9f9f9;
}

.no-decoration {
    text-decoration: none;
}

.overflow-x-scroll {
    overflow-x: scroll;
}
.overflow-y-scroll {
    overflow-y: scroll;
}

/* Accordion */
.accordion-toggle:hover {
    text-decoration: none;
    cursor: pointer;
}

/* Logos */

.icon-company-mcd {

    background:url('/app/images/icons/mcd-logo-small.jpg');
}


/* COWS */
.cows-button {
    position: relative;
    top: -7px;
    margin-right: -7px;
}
.panel-heading {
    padding: 14px 15px;
}
.move {
    cursor: move;
}
.tooltip {
    z-index: 100000;
}

#new-user-modal label {
    margin-top: 15px;
}


.quick-logo {
    padding: 11px 15px 0 15px;
}

.active a.pointer {
    background-image: linear-gradient(#346, #767, #678, #567, #245, #134);
    border-left: 1px solid #555;
    border-right: 1px solid #555;
}

input[type=checkbox].large-input, input[type=radio].large-input
{
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.6); /* IE */
    -moz-transform: scale(1.6); /* FF */
    -webkit-transform: scale(1.6); /* Safari and Chrome */
    -o-transform: scale(1.6); /* Opera */
    padding: 6px;
}

.small-input {
    width: 50px;
}

.large-input {
    width: 300px;
}

.indent5 {
    margin-left: 5px;
}
.indent10 {
    margin-left: 10px;
}
.indent18 {
    margin-left: 18px;
}

.clear5 {
    margin-top: 5px;
}
.clear10 {
    margin-top: 10px;
}
.bold {
    font-weight: bold;
}
/** Node Preview */
.node-preview .qid {
    font-size: 1.1em;
    font-weight: bold;
}
.node-preview .instruction {
    font-style: italic;
    color: rgb(128,128,128);
}
.node-preview .folder {
    color: rgb(79,129,189);
    font-size: 1.3em;
}
.node-preview .options {
    font-style: italic;
    color: rgb(227,108,10);
    font-weight: bold;
}
.node-preview .node-filter {
    font-style: italic;
    color: rgb(227,108,10);
    font-weight: bold;
    font-size: 0.9em;
}
.node-preview .node-body {
    margin: 0 0 30px 0px;
}
.node-preview .answers {
    margin-top: 5px;
}
.node-preview .answers * {
    margin: 0 0 0 10px;
}
.edit-button {
    visibility: hidden;
    #color: white;
}
.edit-mode {
    #border: 1px dotted grey;
}
.hovered .edit-button {
    visibility: visible;
    #color: black;
 }
.ta-editor {
    min-height: 150px;
    height: 150px;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
    margin: 0px 0;
}
.text-editor {
    min-height: 150px;
}
#node-form-modal {
    overflow-y: auto;
    height: 780px;
    width: 1200px;
}
.node-preview {
    margin: 5px 8px 5px 0px;
}
.container {
    width: 100%;
    float: left;
}
@media (min-width: 1200px) {

}


@media (min-width: 768px) {
    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }
    .sidebar-nav .navbar ul {
        float: none;
    }
    .sidebar-nav .navbar ul:not {
        display: block;
    }
    .sidebar-nav .navbar li {
        float: none;
        display: block;
    }
    .sidebar-nav .navbar li a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}
