/* CSS Document */

.user-image-round {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-top: 2px;
}

.dep-name {
	font-weight:normal;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #DD4B39;
}
.has-error .form-control {
    border-color: #DD4B39;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #00A65A;
}

.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.info-box-number {
    display: block;
    font-weight: normal;
    font-size: 24px;
}

.login-box, .register-box {
    width: 360px;
    margin: 4% auto;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 5px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #DDD;
}

table.dataTable thead > tr > th {
    padding-right: 10px;
}

.info-box-number {
    display: block;
    font-weight: normal;
    font-size: 24px;
}

.info-box-number2 {
    display: block;
    font-weight: normal;
    font-size: 13px;
}

@media (max-width: 767px) {
	.info-box-content {
    padding: 5px 10px;
    margin-left: 46px;
	}
	.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
}
.progress-description, .info-box-text {
    display: block;
    font-size: 14px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
}

@media print 
{
  a[href]:after { content: none !important; }
  img[src]:after { content: none !important; }
}