/*#body {
	font-family: "Lilita One", sans-serif;
  	font-weight: 400;
  	font-style: normal;
}*/

#top_fixed {
    background-color: #204460;
    color: white;
	padding-top: 4px;
	padding-bottom: 5px;
	z-index: 101;
    position: fixed;
}

#top_float a {
	color: white;
	text-decoration: none;
	float: right;
	padding: 5px;
}

#nav_list li a {
	text-decoration: none;
}

#nav_list :hover {
	background-color: #4a6b8e;
}

#left_menu {
    position: fixed;
	float: left;
	width: 13%;
	height: 100%;
	padding-top: 20px;
}

#right_pane {
    /*float: right;
    position: absolute;*/
    
	
	padding-top: 20px;
}

#nav_list li  {
	padding: 10px;
	font-size: 16px;
	font-weight: 500;
}

#nav_list li a {
	color: white;
}

#db_img {
	width: 80%;
}

#index_form {
    box-shadow: 0 2px 10px black;
    margin: 15% auto;
    border-radius: 5px;
    max-width: 50%;
    background-color: white;
    padding: 25px;
}

#menu {
	width: 25px;
    height: 5px;
    background-color: white;
    margin: 3px 0;
}

#wholecont {
    /* border: 1px solid lightgrey; */
    padding: 30px;
    -webkit-box-shadow: 10px 9px 43px -5px rgba(0,0,0,0.29);
-moz-box-shadow: 10px 9px 43px -5px rgba(0,0,0,0.29);
box-shadow: 10px 9px 43px -5px rgba(0,0,0,0.29);
}


#img_media {
    width: 30%;
}

#inline_input {
    
    height: 40px;
    border: 1px solid #0000001f;
}

#edit_img {
    width: 7%;
    height: 70px;
    object-fit: cover;
}

#cart_img {
    width: 35%;
    height: 55px;
    object-fit: cover;
}

i.fa.fa-close {
    position: absolute;
    right: 20px;
    background-color: red;
    color: white;
    padding: 10px;
    top: 5px;
}

#posts_imgs {
    width: 100%;
    height: 125px;
    object-fit: fill;
}

#edit_img22 {
    width: 20%;
    height: 65px;
    object-fit: cover;
}

#logologo {
    width: 40%;
    height: 100px;
    object-fit: contain;
}

#danger {
    position: fixed;
    z-index: 500;
    width: 35%;
    border-radius: 0;
    /* width: 50%; */
}

#brand_form {
    background-color: #0000000f;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px 0px;
	position: sticky;
    width: 100%;
    top: 76px;
}

#cat_icon {
    width: 3%;
	position:relative;
	left:10px;
	background-color:white;
}

#dshbrd_cnt {
    color: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 2px 1px 4px -1px black;
}

#cnt_head {
    font-size: 25px;
}

#demos {
    background-color: #204460;
    color: white;
    text-align: left;
    margin-top: 10px;
}

#logoindex {
    width: 20%;
    height: 135px;
    object-fit: contain;
    margin-top: 20px;
    margin-bottom: -131px;
}

#ttlvsts {
    border: 15px solid #204460;
    margin: auto;
    padding: 40px;
    /* border-radius: 100%; */
    font-size: 170px;
}

#visitsdate {
    font-size: 19px;
    position: absolute;
    left: 0;
    bottom: 65px;
    color: #0000005e;
    right: 0;
    font-family: fantasy;
}

#chkchk {
    position: absolute;
	z-index: 9
}

#myVideo {
    width: 110%;
    height: 125px;
}

#printbtn {
    background-color: red;
    color: white;
    position: fixed;
    bottom: 0;
    right: 0;
}

#top_log_fix {
    width: 12%;
    height: 55px;
    object-fit: unset;
}

#webdown {
    width: 100%;
    height: 600px;
    object-fit: contain;
}

#modbtn {
    position: relative;
    top: 35px;
}

#vwpost_img {
    width: 30%;
    margin-right: 10px;
    border-radius: 5px;
    object-fit: cover;
    height: 205px;
}

#picnumber {
    position: absolute;
    left: 40px;
    color: white;
    top: 25px;
}

#flotrght {
    float: right;
}

#view_list {
    padding: 12px;
    padding-bottom: 55px;
    /*height: 160px;*/
	font-size: 20px;
    box-shadow: 1px 1px 5px -1px black;
}

#nested_li li {
    display: inline-block;
    font-size: 12px;
    padding-right: 15px;
}

#nested_li2 li {
    font-size: 12px;
	padding-bottom:5px;
}

iframe {
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

#output {
    width: 25%;
    height: 150px;
    object-fit: contain;
}

#alldltbtn {
    position: absolute;
    top: 30px;
    right: 20px;
}

.dopdop {
    background-color: transparent;
    color: black !important;
    border: none;
    font-size: 12px;
    font-family: inherit;
}

#addedslidertxt {
    color: white;
    background-color: red;
    font-size: 10px;
    position: absolute;
    bottom: 14px;
    left: 15px;
    padding: 2px;
}











.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  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 */
  z-index: 99;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  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: 50px;
  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 {
  transition: margin-left .5s;
  padding: 20px;
}

/* 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;}

}

@media screen and (max-width: 767px) {
	#left_menu {
    position: fixed;
	float: left;
	width: 100%;
}
	
/*#right_pane {
    float: right;
    position: absolute;
    right: 0;
	max-width: 100%;
}*/
	
#index_form {
    box-shadow: 0 2px 10px black;
    margin: 15% auto;
    border-radius: 5px;
    max-width: 100%;
    background-color: white;
    padding: 25px;
}

.col-xs-6 {
	width:50%;
}

.col-xs-10 {
	width:10%;
}

.col-xs-12 {
	width:90%;
}

#db_img {
	display:none;
}

#edit_img22 {
    width: auto;
    height: 65px;
    object-fit: cover;
}

#danger {
    position: fixed;
    z-index: 500;
    width: 100%;
    border-radius: 0;
    /* width: 50%; */
}

#logologo {
    width: 50%;
    height: 100px;
    object-fit: cover;
}

#logoindex {
    width: 20%;
    height: 135px;
    object-fit: contain;
    margin-top: 20px;
    margin-bottom: -50px;
}

#ttlvsts {
    border: 15px solid #204460;
    margin: auto;
    padding: 40px;
    /* border-radius: 100%; */
    font-size: 80px;
}

#visitsdate {
    font-size: 19px;
    position: absolute;
    left: 0;
    bottom: 45px;
    color: #0000005e;
    right: 0;
    font-family: fantasy;
}

#myVideo {
    width: 98%;
    height: 125px;
}

#top_log_fix {
	display:none;
}

#modbtn {
    position: relative;
    top: 0;
}

#vwpost_img {
    width: 25%;
    margin-right: 10px;
    border-radius: 5px;
    object-fit: cover;
    height: 205px;
}

#output {
    width: 45%;
    height: 150px;
    object-fit: contain;
}

}

@media screen and (max-width: 990px) {
#top_log_fix {
    width: 20%;
    height: 55px;
    object-fit: unset;
}
}