/* CSS Document */
body {
	background-color: #f1f1f1;
}
h1, h3 {
	color:#004a87;
}
.hidden {
	display: none;
}
.img_admin {
	max-width: 170px!important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #edfaff;
	color: #004a87;
}
.help-block {
	color: #ea5d0b;
}
.glyphicon-star {
    color: #c55a11!important;
}
.note-dropdown-menu {
	padding-left: 10px!important;
}
.btn-info {
    color: #fff!important;
}
.page-support p {
    margin-bottom: 0!important;
}
select.form-control[multiple], select.form-control[size] {
    height: auto;
    min-height: 240px;
}
.form-control:placeholder-shown {
    border: 1px solid #568202;
}
.file-preview {
    min-height: 400px;
}
.file-drop-zone {
    min-height: 350px;
}
.admin_actions_buttons td {
	border: none!important;
	padding:2px;
}
.table .btn {
	font-size: 10px;
}
.table td {
    text-overflow: ellipsis;
/*    white-space: nowrap;*/
    white-space: normal;
    overflow: hidden;
    vertical-align: middle;
}
.form-block {
	width: 50%;
	margin: 0 auto;
  background: #fff;
  padding: 60px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1); 
}

.table.table-center {
	text-align: center;
}
.table .header-column {
	background-color: #edfaff;
    text-align: right;
    color: #004a87;
}
.table td.no-border {
    border: none;
}
.table td.data_n {
	color: #806520;
    background-color: #fdf3d8;
    border-color: #fceec9;
}
.table td.data_old {
	color: #666666;
    background-color: #fdfdfd;
    border-color: ##fdfdfd;
}

.crf_steps {
	background: #fff!important;
}

.crf_steps img {
	max-height: 60px;
}

.crf_comment {
	font-weight: bold;
	font-style: italic;
}

.crf_steps .form-check-input {
    margin: 0;
    margin-top: -6px;
}