#articlespace {
	padding-top: 20px;
}
#createbutton {
	margin-top: 20px;
}
hr {
  border-color: #000;
}

.no-padding-top {
	padding-top: 5px;
}

.color-indication-small {
	height: 15px;
	width: 15px;
	border-radius: 50%;
}

.color-indication {
	height: 30px;
	width: 30px;
	border-radius: 50%;
}

.color-indication-large {
	height: 50px;
	width: 50px;
	text-align: center;
	border-radius: 50%;
}

.color-indication-extralarge {
	height: 100px;
	width: 100px;
	text-align: center;
	border-radius: 50%;
}

/*Dashboard items*/

.icon {
	text-align: center;
}
.icon-color {
	color: #d73925;
}

.logo-company {
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: 10px;
}

@media (min-width: 992px) {
    .container{
        width: 945px;
    }
}

@media (min-width: 1200px) {
    .container{
        width: 1145px;
    }
}

@media (min-width: 1600px) {
    .container{
        width: 1545px;
    }
}

@media (min-width: 1800px) {
    .container{
        width: 1745px;
    }
}

@media (min-width: 2400px) {
    .container{
        width: 2345px;
    }
}

/* 
Sidebar
*/
.sidenav {
	margin-left: 25%;
    width: 50%;
	z-index: 1;
	background-color:  #ffffff;
	overflow-x: hidden;
	padding-top: 20px;
	text-align: center;
	align-content: center;
}



.main {
	margin-right: 20px; /* Same as the width of the sidenav */
	padding: 0px 10px;
  }

@media (min-width: 992px) { 
	.sidenav {
		width: 350px;
		position: fixed;
		z-index: 1;
		top: 50px;
		right: 0px;
		background: #ffffff;
		overflow-x: hidden;
		padding-top: 20px;
		text-align: left;
	}
	.sidenav ol{
		padding-left: 25px;
	}
	
	.main {
	margin-right: 350px; /* Same as the width of the sidenav */
	padding: 0px 10px;
	}

	.main li {
		padding-left: 10px;
	}
	
}
  
.sidenav a {
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	font-size: 16px;
	color: #222d32;
	display: block;
}
  
.sidenav a:hover {
color: #d73925;
}



@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}

/* loader CSS */
/* Center the loader */
#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #d73925;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	display: none;
  }
  
  @-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }

@media (min-width: 767px){
	.sticky-bar {
		position:-webkit-sticky; 
		position:sticky; 
		bottom:0px;  
	}
	
	.sticky-buttons {
		bottom:10px;  
	}
	
	.button-bar {
		background: #222d3221;
		border-radius: 10px;
	}
}

textarea {
	resize: none;
	height: 8em!important;
}


/* Select2 css */


