/*
* @Author: ofim26
* @Date:   2017-06-16 15:57:32
* @Last Modified by:   Tuten
* @Last Modified time: 2017-11-07 09:35:18
*/
.form-item-container{
	box-shadow: none;
}
label{
	font-weight: 400;
}
.input-file-container {
	float: left;
	height: 40px;
	position: relative;
	text-align: center;
	width: 30%;
} 
.input-file-trigger {
	border-radius: 0 5px 5px 0;
	border: 1px solid #dddddd;
	color: #3d3d3d;
	cursor: pointer;
	display: block;
	font-size: 1em;
	padding: 9px 0px;
}
.input-file {
	cursor: pointer;
	height: 40px;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.input-file:hover + .input-file-trigger,
.input-file:focus + .input-file-trigger,
.input-file-trigger:hover,
.input-file-trigger:focus {
	background: #f5f5f5;
	color: #343434;
}
.file-return {
	background-color: #eeeeee;
	border-radius: 5px 0 0 5px;
	border-right: none;
	border: 1px solid #dddddd;
	float: left;
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
	height: 40px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 70%;
}
.file-return span{
    white-space: pre;
}
.file-return:not(:empty) {
	border-right: none;
	float: left;
	font-size: 14px;
	padding: 8px 10px;
}
@media (max-width: 600px){
	.input-file {
		left: -35px;
	}
}
/*.notif-awer-notarri {*/
/*	width: 100%;*/
/*	text-align: right;*/
/*	display: block ruby;*/
/*}*/
/*.servi-state {*/
/*	background-color: #009DE9 !important;*/
/*	border: 2px solid #009DE9 !important;*/
/*	box-sizing: border-box !important;*/
/*	border-radius: 4px !important;*/
/*	color: white !important;*/
/*}*/

/*.servi-state:hover {*/
/*	background-color: #0085C6 !important;*/
/*}*/

/*.servi-state:disabled {*/
/*	background-color: rgba(0, 157, 233, 0.65) !important;*/
/*	border: 2px solid rgba(0, 157, 233, 0.65) !important;*/
/*	color: white;*/
/*}*/
/*.not-arrive {*/
/*	background-color: #FF4A55  !important;*/
/*	border: 2px solid #FF4A55 !important;*/
/*	box-sizing: border-box !important;*/
/*	border-radius: 4px !important;*/
/*	color: white !important;*/
/*}*/

/*.not-arrive:hover {*/
/*	background-color: #c43a45 !important;*/
/*}*/

/*.not-arrive:disabled {*/
/*	background-color: rgba(0, 157, 233, 0.65) !important;*/
/*	border: 2px solid rgba(0, 157, 233, 0.65) !important;*/
/*	color: white;*/
/*}*/
