@charset "utf-8";
/* CSS Document */
@import url("fontawesome-all.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');

.login {
	background-color: #fff;
	color: #ccc;
}
.form-signin {
	width: 100%;
    max-width: 400px;
    padding: 15px;
    margin: 0 auto;	
}
.TopMarginSpecial {
	margin-top: 100px;
}
.objectClass {
	width: 100%;
	max-height:100%;
	height: 800px;
}
.hamburger-div {
	width: 40px;
    margin-right: 10px;
}
.col-menu-left {
	width: 180px !important;
	max-width: 180px !important;
	padding: 0px !important;
	background: #343a40;
	
}
.col-menu-left-admin {
	width: 300px !important;
	max-width: 180px !important;
	padding: 0px !important;
	background: #343a40;
	padding-left: 10px;
	padding-right: 10px;	
}
#UserName {
	font-weight: bold;
}
.MainMenu {	
    padding-left: 8px;
}
.MainMenu li {
	margin-bottom: 10px;
}
.navbar  {
	padding-left: 10px;
}
.glyphicon-share-twitter, .glyphicon-share-facebook, .glyphicon-share-linkedIn {
	display: none !important;	
}
.mt-60 {
	margin-top: 60px;
}
.nav-item a {
	color: #fff;
}
.nav-item a:hover {
	color: #ccc;
}
.frame-area {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  box-sizing:border-box;
}
.height-100 {
	height: calc(100% - 61px) !important;
}
.comapnylink {
	color:#fff;
}
a.comapnylink:hover {
	color: #ffd2ad !important;
}
a.ViewLink {
	color: #fff;
}
a.ViewLink:hover {
	color: #fff;
	text-decoration: none;
}
.TitleHeader {
	color: #fff;
	font-size: 20px;
}
.DeleteButtonSelector {
	background-color: red;
	color: #fff;
}
.DeleteButtonSelector:hover {	
	background-color: red !important;
	color: #fff !important;
}
.DropdownSpecial {
	padding-bottom: 0px;
}
.dropdown-item {
	    padding: .25rem 0.5rem !important;
}
.show>.btn-light.dropdown-toggle { 

	box-shadow: none !important;
}
.btn-light:focus { 
box-shadow: none !important;
}

.btn-dki {
  color: #fff;
  background-color: #002F87;
  border-color: #002F87;
}

.btn-dki:hover {
  color: #fff;
  background-color: #002a79;
  border-color: #001c51;
}

@media only screen and (max-width: 850px) {
	.col-menu-left-admin {
		display: none;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100%;
	}
	
	.table td, .table th, .btn {
		font-size: 0.8rem;
	}	
	.navbar-expand-md .navbar-toggler {
    display: block;
	margin-left: auto;
}
}