.file-input-wrapper {
	width: 200px;
	height: 40px;
	overflow: hidden;
	position: relative;
}
.file-input-wrapper > input[type="file"] {
	font-size: 200px;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}
.file-input-wrapper > .btn-file-input {
	display: inline-block;
	width: 200px;
	height: 40px;
}
.center{
	margin: 0 auto;
	width: -webkit-fit-content;
}
.img-gray {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	opacity: .20;
}

.btn-submit{
	background-color: #00A8B3;
	color: #ffffff;
}
.fit{
	width: -webkit-fit-content;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}

.modal {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
}
.modal-body {
	position: relative;
	overflow-y: auto;
	max-height: 400px;
	padding: 10px;
}

.modal-dialog{
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.dropdown-menu{
	z-index: 1120;

}
.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.42;
	border-radius: 15px;
}
.actionrow{
	margin-bottom: 10px;
	padding: 10px 10px;
	/*background-color: #ffffff; */
}
.bold{
	font-weight: bold !important;
}

.actionrow button{
	margin-left: 20px;
	margin-right: 20px;
	min-width: 90px;

}
.select2-container .select2-selection--single {
	height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px;

}
.select2-container--default .select2-selection--single {
    border: 1px solid #e2e2e4;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background-color: #93E6E0;
	color: #797979;
}

.error .select2-selection , .error .select2-container,
.error .select2-choice, .error .select2-choices {
	border-color: #a94442;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.error .select2-selection:focus , .error .select2-container:focus,
.error .select2-choice:focus, .error .select2-choices:focus{
	border-color: #843534;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;
}

.tab-bg-theme {
    background: #41cac0;
    border-bottom: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

/*Edit bootstrap*/
.panel-heading .nav {
    border: medium none;
    font-size: 20px;
    /*margin: 0px 0px;*/
}

.nav-tabs>li {
    margin-bottom: 0px;
}

.top, .bottom {
	padding: 15px;
	background-color: #F5F5F500;
	border: 0px solid #CCCCCC;
}

.sp-preview {
	width: 25px;
	height: 25px;
	margin-right: 0px;
}
.sp-replacer.sp-light{
margin-left: -32px;
margin-top: 4px;
padding : 0px;
border: none;
}

.showtext{
	color: #41cac0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

#div-loading
{
    display : none;
}
#div-loading.show
{
    display : block;
    position : fixed;
    z-index: 3000;
    background-image : url('../img/loading.gif');
    background-color:#000;
    opacity : 0.4;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}

.label-required{
	color: red;
}
