html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

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

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
    
    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: unset;
    }
}






.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

#gallery_1 img, .koss-img {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-right: 5px;
	width: 100%;
    min-height: 285px;
	/* height: 400px; */
}
#gallery_1 div {
	/* float: left; */
	text-align: center;
}

.koss-red {
color: #C0504D;
}

.koss-blue {
color: #4F81BD;
}


.badge_1 {
    display: block;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s eease-out;
    transition: 0.3s ease-out;
}
.badge_1 {
    border-radius: 8px 0px 0px 8px;
    border: 0.5px solid #4e69a2;
    border-right: 0px;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 150px;
    right: 0px;
    z-index: 100;
    background-color: #fff;
}

.logo_fb {
    fill: #4e69a2;
}

#container {
    max-width: 500px;
    margin: 20px auto 0 auto;
    background-color: #3a87ad;
    background-color: rgba(255,255,255,0.5);

    border: 7px solid #3a87ad;
    padding: 20px;
    border-radius: 10px;
}

#container .form-control {
    width: 60%;
    margin: 0 auto;
}

.navbar-inverse {
    background-color: #0e1893;
    border-color: #080808;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #0e1893;
}

#container.cfk-container {
    border: 3px solid #e54609;
}

.koss-center{
    text-align: center;
}



div#kossinstructs {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;

}

div#kossinstructs p {
    margin: 0 0 10px;
}

div#kossinstructs .row{
    text-align: initial;
}

div#kossinstructs p {
    text-align: unset;
    line-height: unset;
    padding: initial;
    margin: 0 0 10px;
}



.side-nav.fixed {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: fixed;
}
ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}
.side-nav {
    position: fixed;
    width: 300px;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}
.z-depth-4, .modal {
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);
}

main {
    flex: 1 0 auto;
}



#main {
    margin: auto 0;
    text-align: center;
}

footer {
    bottom: 0;
    /*position: fixed;*/
    width: 100%;
}

header {
    margin-bottom: unset;
}



header #logo {
    margin-left: 2rem;
}

table.responsive-table.centered.hover.striped {
    width: 100%;
    display: table;
}

/****************** */

div.koss-img img {
    cursor: pointer;
}

#container.filration-container {
    border: 3px solid #11e509;
}


/*************************************/
div#gallery_1 {
    display: grid;
    grid-gap: 30px;
    /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
    grid-template-columns: repeat(auto-fit, minmax(250px, 22%));
}


#gallery_1 div {
    /* word-wrap: break-word; */
    word-break: break-word;
}

.description {
    padding: 0 10px;
}


#container.zags-container{
    
    border: 7px solid #00ffaa;
}


#zags_birthday table th {
    vertical-align: text-top;
    /* position: relative;
    height: 200px; */
}

tr.center.bold {
    font-weight: 700;
    text-align: center;
}

.koss-img {
    margin: 0 auto;
}

span.small-text {
    font-size: x-small;
}




