﻿.hidden {
    display: none !important;
    visibility: hidden !important;
}

.submit-progress {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 6em;
    padding-top: 2.3em;
    /* The following rules are the ones most likely to change */
    width: 20em;
    /* Set 'margin-left' to a negative number

     that is 1/2 of 'width' */
    margin-left: -10em;
    padding-left: 2.1em;
    background-color: black;
    color: white;
}

.submit-progress-bg {
    background-color: lightgray;
    opacity: .5;
}

.bg-lightgray {
    background-color: #f1f1f1 !important;
}
.bg-yellow {
    background-color: yellow !important;
}
.edit-title-bar {
    margin-bottom: 10px;
    border-radius: 7px 7px 7px 7px;
}

.edit-table th, td {
    padding: 3px 7px 0px 7px;
}

.edit-table td:first-child {
    border-radius: 7px 0 0 7px;
}

.grid-nav-bar {
    border-radius: 7px 7px 7px 7px;
}

.grid-table th {
    border-top: none !important;
    border-bottom: 1px;
}
.form-group {
    padding: 0px 7px 0px 7px;
    margin-bottom: 0.3rem;
}

.icon {
    color: #0366d6;
}

.textbox-control_column {
    height: 24px;
}

.column-header {
    color: #0366d6!important; 
    cursor: pointer;
    text-decoration: none;
}

a.column-header:hover {
    text-decoration: underline!important;
}
.btn-edit {
    top: -2px!important;
    width: 40px
}
.button-control_column {
    height: 24px;
    vertical-align: top;
    padding: 0rem .75rem;
    margin-bottom: 4px;
}

.button-anchor_tag {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
/*    text-decoration: underline;*/
    cursor: pointer;
}

/* Grid */
.grid-icon {
    cursor: pointer;
    color:#0366d6!important;
}

.control-label, .control-label_s, .control-label_l {
    width: 180px;
    clear: both;
    display: inline;
    float: left;
    height: 20px;
    font-size: 1.0rem;
}

.control-label_s {
    width: 150px;
}

.control-label_xs {
    width: 80px;
}

.control-label_l {
    width: 210px;
}

.control-label_column {
    margin-bottom: .3rem;
}

.sc-exthena {
    display: inline;
    padding: 0rem 0.3rem;
    width: 60%;
    height: 30px;
}
.danger-exthena {
    padding-left:180px;
}

.fc-exthena {
    display: inline;
    width: 50%;
    height: 32px;
}

.cc-exthena {
    vertical-align:middle
}

.thread td {
    padding:5px;
}

@media (min-width: 1400px) {
    .container-exthena {
    max-width: unset;
/*        max-width: 1340px!important;*/
    }
}

@media (max-width: 500px) {
    .container-exthena {
        padding: 0px 5px 0px 5px;
    }
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

table tr[data-row-active="0"] /*td:first-child + td*/ {
    background: #e9ecef;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 10px;
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-size: 0.9rem;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

    /* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0px; /* 0 width - change this with JavaScript */
    position: absolute; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 85px; /* Stay at the top */
    left: 0;
    background-image: linear-gradient(180deg, #70b3cb 0%, #c9e2eb 70%);
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    /* The navigation menu links */
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 20px;
        color: #0f3d4d;
        display: block;
        transition: 0.3s;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #f1f1f1;
        }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
    #main {
        margin-left: 0px;
        transition: margin-left .5s;
        padding: 0px 40px 0px 40px;
    }
    #mainmobile {
        margin-left: 0px;
        transition: margin-left .5s;
        padding: 0px 15px 0px 15px;
    }
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
    @media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
    }