table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

th, td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}
.deleteFile {
	color: red;
    float: right;
	cursor: pointer;
}
.second-section {
	margin-bottom: 30px;
}
#myBtnbp {
	margin-left: 30px;
    color: #fff;
    display: inline-block;
    background: #47acad;
    border: 1px solid #a3c3c3;
    border-radius: 8px;
    padding: 5px 15px 8px 15px;
    outline: 0;
}
#bpbtnfooter {
	margin: 0 10px 18px;
    color: #fff;
    display: inline-block;
    background: #47acad;
    border: 1px solid #a3c3c3;
    border-radius: 8px;
    padding: 5px 15px 8px 15px;
    outline: 0;
}
.modal-footer {
	padding: 2px 16px;
    color: white;
    text-align: left;
    border-top: 0 !important;
}
.bpimgstep3 {
	width: 100px !important;
}
.bppimg {
	float: left !important;
    margin: 0px 25px 0 10px !important;
}
.modal-body strong {
	font-weight: bold;
    color: #9ce;
}
.modal-body {
	padding: 25px 16px;
}
.bpiconleft {
	display: inline-block;
    width: 121px;
    vertical-align: top;
}
.bprighttxt {
	display: inline-block;
    width: calc(100% - 125px);
}
.modal-header h2 {
	font-family: Lato!important;
    font-size: 32px!important;
    font-weight: 700!important;
    line-height: 42px!important;
    color: white;
}
.modal-header .close {
	position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.modal-header {
	padding: 2px 16px;
    background-color: #1f3d5c;
    color: white;
}
.modal-content {
	position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #1f3d5c;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    max-height: 80%;
    overflow: scroll;
}
.modal {
	display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 50000;
}
.right-block h2{
	font-size: 32px!important;
}
.right-block p{
	font-size: 18px!important;
}
.submit-button {
	text-align: center;
    margin-top: 50px;
}
.submit-checkout {
	background: none repeat scroll 0 0 #1e3c5d;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    padding: 10px 15px;
}
#first_class, #urgent {
	display: block;
	 position: relative;
    top: 5px;
}
.content-cover h4 {
	font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.speed-type {
     cursor: pointer;
}


.speed-type:hover .content-cover {
	display: block;
}

.content-cover {
	display: none;
}
.speed-type.selected {
	border: 4px solid #000000;
	background: #1e3c5d;
        background: #47acad;
}
.speed-type:hover {
	background: #555;
	border: 4px solid #555;
}
.speed-type:hover .content {
	height: 0;
	visibility:hidden;
}
.speed-type.active .content-cover {
	height: 0;
	visibility:hidden;
}
.speed-type.active .content {
    height: auto;
    visibility: initial;
}
.content {
	height: 235px;
}
.speed-type h3 {
	color: white;
	font-size: 22px;
	font-weight: 700;
	font-family: "Lato",Helvetica,Arial,sans-serif;
}
.speed {
	display: flex;
    justify-content: space-between;
	margin-top: 30px;
}
.speed-type {
	transition: all .5s;
	width: 30%;
    background: #9ce;
	text-align: center;
	padding: 25px 15px;
    color: white;
	height: 235px;
background: rgba(31, 61, 92, 0.3);
}
.firstdollar {
	font-size: 60px;
	margin-bottom: 15px;
}
	.translation-type.disable{
		background-color: rgb(238, 238, 238);
	}
	.responsive-accordion-icons {
		transition: all .3s;
	}
	.responsive-accordion-icons.active {
		transform: rotate(180deg);
	}
	.notarization-check span {
		font-size: 18px;
		position: relative;
		top: -2px;
	}
	.notarization-check {
		margin-top: 10px;
	}
	.notarization-detail.active {
		display: block;
	}
	.notarization-detail {
		display: none;
		border: 1px solid #DDD;
		padding: 20px;
	}
	.notarization-detail p { 
		margin: 0!important;
	}
	.notarization.active {
		background: #eeeeee;
		font-weight: 600;
	}
	.notarization {
		cursor: pointer;
		padding: 0 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #7f7f7f;
	}
	.quantity {
		padding: 0 20px;
		border-bottom: 1px solid #7f7f7f;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.tran {
		margin-left: 0;
	}
	#CT-detail p, #AT-detail p, #PT-detail p {
		margin: 15px 0;
	}
	#CT-detail, #AT-detail, #PT-detail {
		visibility: hidden;
		height: 0;
	}
	#CT-detail.active, #AT-detail.active, #PT-detail.active{
		visibility: visible;
		height: auto;
	}
	/* .squaredOne */
	.squaredOne {
	  width: 20px;
	  height: 20px;
	  position: relative;
	  background: #fcfff4;
	  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	}
	.squaredOne label {
	  width: 20px;
	  height: 20px;
	  position: absolute;
	  left: 0px;
	  cursor: pointer;
	  background: white;
	  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 1);
	}
	.squaredOne label:after {
	  content: '';
	  width: 16px;
	  height: 16px;
	  position: absolute;
	  top: 2px;
	  left: 2px;
	  background: #000;
	  opacity: 0;
	  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
		box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	}
	.squaredOne label:hover::after {
	  opacity: 0.3;
	}
	.squaredOne input[type=checkbox] {
	  visibility: hidden;
	}
	.squaredOne input[type=checkbox]:checked + label:after {
	  opacity: 1;
	}

	/* end .squaredOne */
	.check_transaction {
		width: 20px;
		height: 20px;
	}
	.icon-tsg-document::before, .icon-tsg-business:before, .icon-tsg-certificate:before{
		font-size: 30px;
		margin-right: 15px;
	}
	.translation-type {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 24px 40px;
		margin: 15px 0;
		color: white;
		cursor: pointer;
		background-color: rgb(153, 204, 238);
	}
	.submit-document {
		margin-top: 15px;
	}
	.first-section #email{
		margin-top: 10px;
		padding: 7px 5px;
		width: 100%;
	}
	.first-section{
		margin-bottom: 20px;
		margin-top: 20px;
		padding: 10px 15px;
		border: 1px solid #dedede;
	}
	.icon-services {
		border-bottom: 1px solid #000;
		padding-bottom: 10px;
	}
	.left-block h2{
		font-family: Lato;
		font-size: 32px;
		font-weight: 700;
		line-height: 42px;
	}
	.outstanding-status a {
		color: #47acad;
		font-weight: 400;
	}
	.outstanding-status a:hover {
		font-weight: 600;
	}
	.outstanding {
		border-bottom: 1px solid #e3e5e7;
	}
	#file {
		margin-top: 15px;
		width: 100%;
		height: 100px;
		padding: 30px 25%;
		background: #F8F8F8;
		border: 5px dashed #DDD;
	}
	.first-section p{
		 margin-bottom: 10px;
		 margin-top: 10px;
		font-size: 20px;
	}
	#submit {
		display: block;
		margin: 0 auto;
		margin-top: 30px;
		background: #47acad;
		padding: 10px 25px;
		color: white;
		font-weight: 600;
		border: none;
		border-radius: 5px;
		transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
	}
	#submit:hover {
		background: #2C8282;		
	}
	#file:hover {
		border: 5px dashed #38a002;
	}
	.result {
		margin-top:20px;
	}
	.result p {
		margin:10px 0;
	}
	.alert {
		padding: 15px;
		margin-bottom: 20px;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.alert-dismissable, .alert-dismissible {
		padding-right: 15px;
	} 
	.alert-danger {
		color: #a94442;
		background-color: #f2dede;
		border-color: #ebccd1;
	}
	@media screen and (max-width: 767px) {
		.speed-type {
			width: 45%;
		}
		#urgent {
			left: 0%!important;
		}
		.speed-type {
			height: 270px;
		}
	}

@media screen and (max-width: 1200px) {
		.speed-type {
			height: 270px;	
		}
	}
	@media screen and (max-width: 350px) {
		.speed-type {
			height: 295px;	
		}
	}
	@media screen and (max-width: 767px) {
		#first_class, #urgent {
			left: 0!important;
			margin: 0 auto;
		}
	}
	.deleteFile {
		cursor: pointer;
	}
	.height-wrapper {
		padding: 0;
	}
	.progress-bar {
		display: none;
		height: 25px;
		text-align: center;
		background: #47acad;
		margin: 15px 0;
		border-radius: 15px;
		transition: all .3s;
		color: white;
		font-weight: 600;
	}
	#estimateWord {
		display: flex;
		align-items: center;
	}
	#myModalbp1 .modal-footer {
		text-align: center;
		margin: 0;
	}
	.speed-type.selected {
		border: 4px solid #000000;
		background: #1e3c5d;
                background: #47acad;
                background: #0091b7;
	}
	/*.speed-type.active {
		background: #555;
		border: 4px solid #555;
    background: #47acad;
      background: #28B463;
}*/
	.submit-checkout:hover, .submit-checkout:visited, .submit-checkout:focus, .submit-checkout:active {
		background: #112438;
	}
	#first_class, #urgent {
		position: relative;
		top: 5px;
	}
	
	