.amba-link{
	color:#337AB7;
    cursor: pointer;
    padding: 10px !important;
}
.amba-history-col{
	vertical-align: top;
	display:inline-block;
	padding-top:3px;
	padding-bottom:3px;
}
.amba-history-col-num{
	width:8%;
}
.amba-history-col-name{
	width:57%;
}
.amba-history-col-status{
	width:32%;
}
.amba-history-row{
	border-top:1px solid #EEE;
}
#AmbassadorPage .nonVisible{
	position: absolute;
	left: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

#AmbassadorPage .uploadedImage {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

#AmbassadorPage .attachIcon {
	width: 17px;
	height: 15px;
	position: relative;
	top: -1px;
}

.complaints-form {
    display: flex;
    flex-direction: column;
	padding: 10px;
	font-size: 16px;
}

.complaints-form input[type="text"],.complaints-form input[type="tel"],.complaints-form input[type="email"] {
    padding: 5px 3px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgb(201, 201, 201);
    box-shadow: 1px 1px 2px rgb(0,0,0,0.3);
    border-bottom: 1px solid rgb(1,123,254);
}

.complaints-form label {
    margin-bottom: 5px;
}

.complaints-form input:focus{
    outline:none;
    box-shadow: 0px 3px 2px rgb(1,123,254,0.3);
    transition: 100ms ease-in-out;
} 

.complaints-form input[type="radio"]:focus{
    box-shadow: none;
}

.complaints-form__place {
    width: 30px !important;
    text-align: center;
    border-right: none;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.complaints-form__tel{
    width: 100% !important;
    border-left: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.complaints-form_telbox{
    display: flex;
}

.complaints-form__submit {
	border: none;
    text-decoration: none;
    color: white;
    background-color: rgb(1,123,254);
    width: 50%;
    align-self: center;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    transition: 100ms;
    margin-top: 20px;
}

.complaints-form__submit:hover{
    background-color: rgb(0, 104, 216);
}

