.img-table {
	width: 32px;
	height: 32px;
}

.info-line>.row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.img-profile {
	width: 110px;
	height: 110px;
}

.btn-upload {
	width: 110px;
}

.hide-file-name {
	width: 0px;
	height: 0px;
}

.required:after {
	content:" *";
	color: red;
}

.box-light-background {
	background: #f5f5f5;
}

.box-header.custom-with-border {
    border-bottom: 1px solid #ddd;
}

.custom-panel-heading {
	padding: 0px !important;
	border-bottom: 0px solid black;
}


.custom-panel-heading>.nav-tabs>li>a {
    color: #000000 !important;
}

.custom-panel-heading>.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #337ab7 !important;
	font-weight: bold;
}

.custom-panel-heading>.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li>a:hover {
	color: #337ab7 !important;
	font-weight: bold;
}

.skin-blue .sidebar-form input[type="text"] {
	color: #fff;
}



 /*search button*/
 .has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
