

.file-input .file-caption {
	height: 40px;
	border-radius: 0
}

.file-input .file-caption-name {
	line-height: 40px;
	height: 40px;
	background: #ffffff !important;
	border-radius: 5px
}
.file-input .file-caption.icon-visible .file-caption-name {
	padding-left: 20px;
}
.file-input .input-group-btn .btn-file {
	display: none;
	height: 40px;
	line-height: 26px;
	background: var(--web-btn-color);
	border-color: var(--web-btn-color);
	width: 110px !important;
	border-radius: 0
}
.file-input.file-input-new .input-group-btn .btn-file {
	display: inline-block;
}


.file-input .input-group{
	width: 100%;
	position: relative;
}

.file-input .input-group-btn {
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	width: 110px;
}
.file-input .file-caption-icon {
	top: 12px;
}


.file-input .fileinput-remove {
	border: 0;
	height: 40px;
	line-height: 26px;
	background: #333333;
	color: #ffffff;
	width: 110px !important;
}




.popConfirm {
	padding: 0;
	max-width: 630px;
	width: 100%;
	border-radius: 10px;
	max-height: calc(100vh - 40px);
	overflow: hidden;
	overflow-y: auto;
}
.popConfirm::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}
.popConfirm::-webkit-scrollbar-thumb {
	background-color: #da2028;
}
.popConfirm .titlePop{
	text-align: center;
	padding: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.popConfirm .titlePop h2{
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	text-transform: uppercase;
}
.popConfirm .contentPop {
	padding: 20px 25px 20px;
	color: #333333;
}

.popConfirm .contentPop .thumbPop{
	margin-top: 20px;
	text-align: center;
}



/*Bootstrap Calendar*/
.datepicker-dropdown {
	z-index: 9999 !important;
}
.datepicker {
	border-radius: 0;
	padding: 0;
}
.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
	padding: 10px;
	display: list-item;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
	background: #3546b3;
	color: #ffffff;
	border-radius: 0;
}
.datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
	border-radius: 3px;
}
.datepicker-days table thead tr:nth-child(3n+0) {
	text-transform: uppercase;
	font-weight: 300 !important;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.7);
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
	padding: 11px 13px;
}
.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
	border-radius: 0;
}
.datepicker td, .datepicker th {
	border-radius: 50%;
	padding: 0 12px;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
	background: #3546b3;
	color: #ffffff;
	border-radius: 0;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
	background-image: none;
}
.datepicker .prev, .datepicker .next {
	color: rgba(255, 255, 255, 0.5);
	transition: 0.3s;
	width: 37px;
	height: 37px;
}
.datepicker .prev:hover, .datepicker .next:hover {
	background: transparent;
	color: rgba(255, 255, 255, 0.99);
	font-size: 21px;
}
.datepicker .datepicker-switch {
	font-size: 24px;
	font-weight: 400;
	transition: 0.3s;
}
.datepicker .datepicker-switch:hover {
	color: rgba(255, 255, 255, 0.7);
	background: transparent;
}
.datepicker table tr td span {
	border-radius: 2px;
	margin: 3%;
	width: 27%;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
	background-color: #3546b3;
	background-image: none;
}
.dropdown-menu {
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.datepicker-dropdown.datepicker-orient-top:before {
	border-top: 7px solid rgba(0,0,0,.1);
}