/* CSS Document */
@font-face {
    font-family: 'DINComp';
    src: url('/fonts/DINComp.eot');
    src: url('/fonts/DINComp.eot?#iefix') format('embedded-opentype'),
         url('/fonts/DINComp.woff') format('woff'),
         url('/fonts/DINComp.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'DINComp-Bold';
    src: url('/fonts/DINComp-Bold.eot');
    src: url('/fonts/DINComp-Bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/DINComp-Bold.woff') format('woff'),
         url('/fonts/DINComp-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body, button, input, select, textarea {
	margin: 0;
    font-family: Nunito,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #606975;
    text-align: left;
    background-color: #f1efef;
}
a {
	color: #606975;
}
a:hover{
	color:#e8a725;
	text-decoration:none;
}
.warper{
	max-width:667px;
	width:100%;
	margin:0 auto;
	background: #fff;
	padding: 20px;
}
.warper p{
	text-align:justify;
}
.warper .btn-warning{
	background-color: #3b6997;
	border-color: #3b6997;
	border-radius: 2px;
    display:block;
	width:49%;
	padding:.6rem 1.5rem;
	margin:0 auto;
	margin-bottom:20px;
}
.warper .btn-warning:hover{
	background-color:#e9aa2e;
	border-color: #e9aa2e;
}
.order_list{
	max-width:992px;
}
.confirm{
	max-width:400px;
	width:100%;
	margin:0 auto;
}

.modal-dialog .inner_edit_title h4{display: inline-block;color: #fff;font-size: 18px;letter-spacing: .5px;}
 .modal-dialog .inner_edit_title .close{font-size: 24px;opacity: 1;}
 .modal-dialog {max-width: 900px;box-shadow: 0px 15px 66px rgb(45, 45, 45);width: 100%;top: 24%;margin:0 auto;}
 .modal-dialog .inner_edit_title {background: #3b6997;padding: 25px 24px 50px 21px;color:#FFFFFF;}
 .modal-dialog .inner_edit_title .nav-tabs{border-bottom: 0;}
.box-title {width: 100%;display: table;margin: 0px;}
.modal-dialog .detail_popup_table {background: #fff;margin-top: -3.5em;box-shadow: 2px 5px 16px 2px rgba(16, 16, 16, 0.18);}
.box-primary .nav {padding-left: 0;margin-bottom: 10px;list-style: none;}
 .modal-body {display: inline-block;width: 100%;position: relative;padding: 30px;}
@media(max-width:414px){
	.warper .btn-warning{
		width:80%;
	}	
}

