body {
	background: linear-gradient(225deg, #f2f1f0 25%, transparent 25%) -10px 0,
	linear-gradient(135deg, #f2f1f0 25%, transparent 25%) -10px 0,
	linear-gradient(315deg, #f2f1f0 25%, transparent 25%),
	linear-gradient(45deg, #f2f1f0 25%, transparent 25%);
	background-size: 5px 5px;
	background-color: #fff;}
h1,h2,h3,h4,h5{text-align: center;}
.column #content, #content {
	background-color: rgba(204, 139, 0, 0.01);
	margin:5px;
        height:500px;
	overflow: auto;
	display:block;
	}
.column #content span{display:block;}
.column #content h6{text-align:center;}
.column #content form {padding:10px;}
.column #content #data{
	display:block;
	margin:0 5px 0 5px;
	padding:0 3px 0 3px;
	background-color: rgba(72, 98, 162, 0.7);
	padding:3px;
	font-family: 'Abel', serif;
	font-weight: bold;
	}
.column #content #data a, .column #content #data a:visited, .column #content #data a:active{
	font-size:15px;
	color:#fff;
	display:block;
	width:100%;
	}
.column #content #data:hover{background-color:rgba(33, 183, 89, 0.3);}
.column #content #data a:hover{color:#000;font-weight:normal;}
.column #content form label span{display:inline-block;}
form input[type=text], form input[type=password]{
	height:30px;
	width:100%;
	}
form select{
	background-color: #e8dbfa;
	color: #000;}
form select:focus{background-color: rgba(204, 139, 0, 0.1);color:#000;}
#swaggo{
        display: block;
	border: none;
	height:auto;
        overflow: visible;
	}
#swaggo form{
	height: auto;
	border: 1px dotted #000;}
#swaggo form input[type=text], #swaggo form input[type=password], #swaggo form input[type=tel]{
	height:30px;
	width:100%;
	}
#swaggo form input[type=date]{
width: 50%;
}
.logout i{
	color:red;
}
.logout i:hover{
	color: #000000;
}
#navigation{
    padding: 0;
    margin: 0;
    };
#navigation nav{
    background: inherit;
    padding: 10px;
    margin: 0;
    }
#navigation nav ul{
    padding-left: 10px;
    background: rgba(233, 239, 248, 0.8);
    border-bottom: 0.5px dashed #cacaca;
    border-top: 0.5px dashed #cacaca;
    }
 #navigation nav ul li a:hover{
     text-decoration: none;
     font-weight: bold;
 }
 .gallery-thumbnail{
   display: block;
   width:100%;
   height: 100%;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center top;
   background-color:#f1f1f1;
   margin: auto auto;
 }
 .gallery-view{
   display: block;
   width:100%;
   height: 100%;
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center top;
   background-color:#f1f1f1;
   margin: auto auto;
 }
