/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 0px;
  margin-bottom: 100px;
}

.container-fluid{
	margin-top: -20px;
}

@media (min-width: 0px) { 
	.navbar-brand{
		height:150px;
		width:200px;
	} 
}

@media (min-width: 992px) { 	
	.navbar-brand{
		height:150px;
		width:224px;
	}

}

@media (max-width: 575px) {
	.hidden-xs-down {
	    display: none!important;
	}
}

/*
 * Typography
 */

h1 {	
  margin-bottom: 20px;
  padding-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  text-align: center;
}

p{
	white-space: pre-wrap;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef82;
    opacity: 1;
}

.background-login{
	background-image:url(../images/background_login.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.layer {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.title {
	padding-top: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}

.title-header {
	text-align: center!important;
	margin-bottom: 10px;
}

.textarea {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 40px;
}

.signature {
	border:1px solid #CED4DA;
	height:200px;
	width:100%;
}

.modal-content {
	padding-left:30px;
}

.btnSubmit {
	margin-top: 45px !important;
	margin-bottom: 20px;
	display: block;
	margin-left: auto;
    margin-right: auto;
}

.logo{
	height: 150px;
	display:flex;
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.navbar-custom {
    background-color: #fff;
}

#grad1 {
	padding: .75rem 1.25rem;
	/*background-color: #f0f3f5;*/
	border-bottom: 1px solid #c8ced3;
	margin-top: 50px;
	font-weight: 500;
	font-size: 18px;
}

.border{
	border-top: 1px solid #eee !important;
  	border-bottom: none !important;
  	border-left: none !important;
  	border-right: none !important;
	padding-top: 20px;
	margin-left: 20px;
}

.menuHome{
	text-align: center;
	padding-top: 40px;
	border-right: solid;
	border-top: solid;
	border-color: white;
	background-color: rgb(246, 246, 232);
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	  background-color: #B03117;
	  color: #fff !important;
	  cursor: pointer;
}

.radio{
	margin-bottom: 30px;
}

.delete{
	height: 28px;
	cursor: pointer;
	float: left;
	display: flex;
    align-items: center;
    color: #dc3545;
}

.login{
	background-color: #2A2E43; 
  color: #fff;
	width: 360px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:20px;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
	border-radius: 1rem;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-signin {
  max-width: 400px;
  margin: 0 auto;
}

.btn-login, .btn-login:focus, .btn-login:active{
	background-color:#B03117;
	border-color: #B03117;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	box-shadow: none;
	margin-bottom: 10px;
}

.btn-login:hover{
	background-color:#F8B355;
}

.nounderline:hover{text-decoration: none;}

 .control-label:after {
	content: " *";
	color: #B03117;
}

/*LOADIND SPINNER*/
#loading {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: flex;
   justify-content: center;
   align-items: center;
   opacity: 0.7;
   background-color: #fff;
   z-index: 99;
   text-align: center;
}

#loading-image {
  position: block;
  margin: auto;
  z-index: 100;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 170px;
  bottom: 0;
  left: 0;
  /*z-index: 1000;*/
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  border-right: 1px solid #eee;
}

/* Sidebar navigation */
.sidebar {
  padding-left: 0;
  padding-right: 0;
}

.sidebar .nav {
  margin-bottom: 0px;
}

.sidebar .nav-item {
  width: 100%;
}

.sidebar .nav-item + .nav-item {
  margin-left: 0;
}

.sidebar .nav-link {
  border-radius: 0;
  font-size: 14px;
  color: #000;
}

.sidebar .nav-link.active{
  background-color: #B03117;
}

.sidebar .nav-link.active i{
  color: #fff;
}

.sidebar .nav-title {
  padding: 0.75rem 1rem;
  font-size: 90%;
  font-weight: 700;
  /*color: #e4e7ea;
  border-bottom: 1px solid black;*/
  text-transform: uppercase;
  text-align: Left;
}

.sidebar i {
  display: inline-block;
  width: 1.09375rem;
  margin: 0 1.3rem 0 0;
  font-size: 18px;
  color: #B03117;
  text-align: center;
  /*display: none;*/
}

/*
 * Dashboard
 */

 /* Placeholders */
.placeholders {
  padding-bottom: 3rem;
}

.placeholder img {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}