* {
	 margin: 0;
	 padding: 0;
	 box-sizing: border-box;
}
 .page {
	 background-color: #671516 ;
	 min-height: 100vh;
	 display: flex;
	 flex-direction: row;
}
 .page .logo-div {
	 width: 100%;
}
 .page .logo-div .logo {
	 width: 100%;
}
 
.page .page-content {
	 background: white;
	 width: 80vw;
	 overflow: auto;
}
img{
    width:100%;
}
.page .page-content.active { 
	 width: 100vw !important; 
}
 .page .page-content .page-image {
	 width: 100%;
	 min-height: 50vh;
	 height: 50vh;
	 overflow: hidden;
}
 .page .page-content .page-image img {
	 width: 100%;
}
 .page .page-content .page-body {
	 display: flex;
	 direction: row;
	 justify-content: space-around;
	 padding: 20px 0px;
}
 .page .page-content .page-body .content-section {
	 width: 57vw;
	 padding: 20px 10px;
    box-shadow: -3px 0px 7px 5px #f1f1f1;
    padding: 25px;
    border-radius: 5px;
}
 .page .page-content .page-body .news-section {
	 width: 18vw;
	 background-color: #ccc;
	 /*padding: 10px 10px;*/
	 max-height: 60vh;
	 min-height: 20vh;
	 overflow: auto;
    box-shadow: -3px 0px 7px 5px #f1f1f1;
    padding: 20px;
    border-radius: 5px;
    height: fit-content;
    
}

.page #sidebar {
    min-width: 20vw ;
    max-width: 20vw;
    padding: 15px;
    background-color: #671516 !important;
	/*width: 20vw !important;
	max-width: 20vw !important;*/
	/*overflow: hidden;*/
	transition: all 0.5s ease-in-out;
	/*height: 100vh !important;*/
	/*padding: 10px !important;*/
}
.page #sidebar ul{
	float: left;
	width: 100%;
}
.page #sidebar ul li>ul{
	     margin-left: 0px; 
}
.page #sidebar .list-sidebar li a, .page #sidebar .list-sidebar li a.collapsed.active {
	 display: block !important;
	 padding: 8px 5px !important;
	 color: #fff !important;
	 border-left: 0px solid #dedede !important;
	 text-decoration: none !important;
}
.page #sidebar .list-sidebar{
	border-top: 2px solid #ce211d;
    padding-top: 15px;
}
.page #sidebar .list-sidebar li a.active {
	 background-color: #000;
	 border-left: 5px solid #dedede;
	 transition: all 0.5s ease-in-out;
}
 .page #sidebar .list-sidebar li a:hover {
	 background-color: #000 !important;
}
.page #sidebar .list-sidebar li:hover{
	border-left: 2px solid #fff;
}

.page #sidebar .list-sidebar li.active{
	border-left: 2px solid #fff;
}
/*.page #sidebar .list-sidebar li.active a{*/
/*	border-left: 2px solid #fff;*/
/*	background-color: #000 !important;*/
/*}*/
/*.page #sidebar .list-sidebar li ul li.active a{*/
/*	border-left: 2px solid #fff;*/
/*	background-color: #000 !important;*/
/*}*/
.page #sidebar .list-sidebar li ul li.active{
    border-left: 5px solid #ce211d;
}
    
.page #sidebar .list-sidebar li{
	float: left;
    width: 100%;
}
 .page #sidebar .list-sidebar li a i {
	 padding-right: 5px;
}
.page #sidebar .dropdown-toggle::after{
	right: -10px !important;
}

.page #sidebar.active {
    margin-left: -20vw;
}
.page #sidebar .custom-menu{
	position: absolute;
    z-index: 1; 
    margin-right: -60px;
}
#sidebar{
	box-shadow: -1px 2px 13px 5px rgba(103,21,22,0.43);
}
#sidebar .custom-menu .btn.btn-primary {
    background: #671516;
    border-color: #d72720;
}

#sidebar .custom-menu .btn.btn-primary:hover{
	background: #d72720 !important;
    border-color: #671516 !important;
}
.page #sidebar .brand-panel > .info, .page #sidebar .brand-panel > .info > a {
	 color: #fff;
}
.page #sidebar .brand-panel > .info > p {
	 font-weight: 600;
	 margin-bottom: 9px;
}
.page #sidebar .brand-panel {
	     clear: left;
    display: block;
    float: left;
    width: 100%;
    /*margin-bottom: 15px;*/
    padding: 10px 0px;
    border-bottom: 1px solid;
}
.page #sidebar .brand-panel > .info {
	 padding: 5px 5px 5px 15px;
	 line-height: 1;
	 position: absolute;
	 left: 55px;
}
.page #sidebar .fliph .brand-panel {
	 display: none;
}

.footer{
	    float: left;
    text-align: center;
}

.page-heading{
	/*margin: 10px 0px 30px 0px;*/
    border-bottom: 3px solid #d1211f;
        margin-bottom: 30px;
}

.page-heading h2{
        border-bottom: 6px solid #671516;
    margin-bottom: 2px;
    width: auto;
}

.news-sec-title{
	    background: #671516;
    color: white;
    font-weight: bold;
    padding: 10px;
        text-align: center;
}

.news-data{
	padding: 15px 0px;
}

.news-data ul{
	text-decoration: none;
	padding: 0;
	    list-style: none;
}
.news-data ul li{
	border-left: 2px solid #671516;
    padding: 5px;
    background: #bbbaba;
    margin: 5px 0px;
}  

textarea.form-control{
	height: auto !important;
}


table{
    
    width: 100% !important;
    border: 1px solid #ccc;
    padding: 15px;     
  border-collapse: collapse ; 
    
}
table tr{
    width: 100% !important;
    border: 1px solid #ccc !important;
    padding: 15px !important; 
   
}
table td{ 
    border: 1px solid #ccc;
    padding: 15px; 
    
}

/*@media (max-width: 1024px){*/
@media (max-width: 1024px) and (min-width: 769px) {
	#sidebar {
	    margin-left: 0px;
	}
	.page .page-content .page-body .news-section{ 
	    padding:0px !important;
	}
}



@media (max-width: 768px){
    
	.page #sidebar {
	    min-width: 80vw;
	    max-width: 80vw;
	}
	.page #sidebar {
	    margin-left: -80vw;
	}
	.page #sidebar.active {
	     margin-left: 0vw; 
	}
	.page .page-content { 
	    width: 100vw; 
	    margin-left: 0;
	}
	.page .page-content .page-body {
	        display: grid;
	        padding:0px;
	}
	.page .page-content .page-body .content-section{
	    width: 100vw !important;
	}
	.page .page-content .page-body .news-section{
	    width: 100vw !important;
	    /*padding:0px !important;*/
	}
	.page .page-content .page-image {
        width: 100%; 
        height:auto;
        max-height: 50vh;
        min-height:10vh;
        overflow: hidden;
    }
}