.alert {
	padding: 5px;
	font-size: 11px;
	margin: 10px;
}

.alert li {
	margin-left: 15px;
	padding: 0;
}

.footer {
	font-size: 11px;
	color: #AAA;
}

#cm-menu .cm-logo {
    display: block;
    height: 50px;
    background: url(../img/bee-logo-sm2.png) no-repeat 5px center transparent;
    background-size: 200px 40px;
    padding-top: 14px;
    padding-left: 80px;
    padding-right: 10px;
    line-height: 13px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
}

/*.cm-menu-items li.active a {
    -webkit-box-shadow: inset 3px 0 0 #FF9F06;
    box-shadow: inset 3px 0 0 #FF9F06;
    color: #333;
}

a {
    color: #FF9F06;
    text-decoration: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #FF9F06;
}

#cm-submenu-popover a:hover, #cm-submenu-popover a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #FF9F06;
} */

.readonly-data {
	border-bottom: 1px dashed #DDD;
	padding: 2px 0px;
	margin-top: 5px;
}

.readonly-data-noborder {
	margin-top: 7px;
}

.cut-text { 
	text-overflow: ellipsis;
  	overflow: hidden; 
  	width: 250px; 
  	height: 2em; 
  	white-space: nowrap;
}

.cut-text-big { 
	text-overflow: ellipsis;
  	overflow: hidden; 
  	width: 500px; 
  	height: 2em; 
  	white-space: nowrap;
}

.not-readed {
	font-weight: bold;
}

.hide-btn {
	display: none;
}

.modal{
    display: block !important; /* I added this to see the modal, you don't need this */
}

/* Important part */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.bootstrap-timepicker-widget.dropdown-menu {
    z-index: 1051 !important;
}

.loader {
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #1fab29; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.panel-bg > .panel-heading {
	background-color: #F5F5F5;
}

.panel-bg-lightgreen > .panel-heading {
	background-color: #DCF8E8;
}

.panel-bg-lightorange > .panel-heading {
	background-color: #FAEAAB;
}

.with-errors {
	font-size: 11px;
}

/*** table style ***/
.row-yellow-light {
	background-color: #FBEEBB;
}

.row-yellow-light:hover {
	background-color: #F9E184;
}

.btn-primary:hover {
	background-color: rgba(221, 221, 221, 0.1);
}

.row-green-light {
	background-color: #D2F79B;
}

.row-green-light:hover {
	background-color: #B8F260;
}

.row-red-light {
	background-color: #FCCFC2;
}

.row-red-light:hover {
	background-color: #FAA389;
}

.btn-primary:hover {
	background-color: rgba(221, 221, 221, 0.1);
}

.acl_warning {
	display: block;
	width: 100%;
	background: url(../img/warning.png) no-repeat center top;
	padding-top: 260px;
	margin: 140px auto;
}

.acl_warning p {
	display: block;
	width: 100%;
	color: #F00;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
}