* CSS Document */
@font-face {
	font-family:OpenSans-Regular;
	src: url("../fonts/OpenSans-Regular.ttf")
}
@font-face {
	font-family:OpenSans-Regular;
	src: url("../fonts/OpenSans-Regular.eot") /* EOT file for IE */
}
@font-face {
	font-family:OpenSans-Regular;
	src: url("../fonts/OpenSans-Regular.ttf")
}
@font-face {
	font-family:OpenSans-Regular;
	src: url("../fonts/OpenSans-Regular.eot") /* EOT file for IE */
}

*,::after,::before{box-sizing:border-box}
html, body {
  position: relative;
  height: 100%;
}
body, h1, h2, h3, h4, h5, h6, ul, li, p, ol, table, tr, td, a, img {
    margin: 0;
    padding: 0;
	box-sizing:border-box;
    font-family: OpenSans-Regular;
    font-size: 16px;
    color:#2e3037;
    margin: 0;
    padding: 0;
    box-sizing:border-box;
	outline:none;
}
.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
	position:relative;
}
.header {
    width: 100%;
    display: inline-block;
    padding: 20px 10px 20px 10px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 15px;
}
.header .container{
	max-width:1400px
}
.header .logo {
    /* width: 15%; */
    float: left;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
.header .logo a {
    color: #c2c4c3;
    font-size: 16px;
    text-decoration: none;
}
.header .logo a i{
	color:#995fb6;
}
.header ul {
    width: 50%;
    float: left;
}
.header ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}
.header ul li a{
	color:#c2c4c3;
	font-size:12px;
	text-decoration:none;
}
.header a.acnt {
    background: #e7c2e1;
    text-decoration: none;
    font-size: 14px;
    color: #9962b6;
    border: 1px solid #beadc7;
    border-radius: 3px;
    padding: 3px 15px;
    float: left;
    margin-right: 20px;
}
.header form{
	float:left;
}
.header form .progress{
	float:left;
}
.header form input{
	float:left;
	width:100px;
	height:28px;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
    content: 'Upload';
    display: inline-block;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    width: 100px;
    font-weight: 700;
    font-size: 10pt;
    text-align: center;
    overflow: hidden;
	background:#6e28bc;
	color:#fff;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.header p {
    color: #6e28bc;
    font-size: 14px;
    float: right;
    border-left: 1px solid #ccc;
    padding-left: 20px;
}
.header p i{
	color:#6e28bc;
}
.main{
	width:100%;
}
.brdcrmb{
	width:100%;
	margin-bottom:20px;
    background: #f4f5f7;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    padding: 20px;
    display: inline-block;
    border-radius: 5px;
}
.brdcrmb p{
	color:#919294;
	font-size:16px;
	float:left;
}
.brdcrmb .ritbrdcrmb{
	float:right;
	color:#919294;
	font-size:16px;
}
.misc{
	width:100%;
    background: #f4f5f7;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
}
.misc .inr-misc {
    border-right: 1px solid #e9e9e9;
    font-size: 18px;
    color: #e7c2e1;
    display: inline-block;
    width: 24.5%;
    text-align: center;
    padding: 40px 0;
}
.misc .inr-misc:last-child {
	border-right:none;
}
.misc .inr-misc span {
    color: #6e25bc;
    width: 100%;
    font-size: 24px;
    display: block;
	margin-top:10px;
}
.files{
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}
.files ul{
	width:100%;
	border:1px solid #f1f2f6;
	border-radius:10px;
}
.files ul li {
    list-style: none;
    padding: 15px;
    display: inline-block;
    border-bottom: 1px solid #f1f2f6;
    width: 100%;
}
.files ul li:first-child{
	background:#f7f8fa;
}
.files ul li span:last-child{
	float:right;
}
.files ul li:first-child span:last-child{
	width:235px;
}
.files ul li:first-child span{
	color:#cdbcc4;
}
.files ul li a{
	color:#6a30ab;
	font-size:16px;
	text-decoration:none;
}
.files ul li span a {
    text-decoration: none;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
}
.files ul li span a:first-child {
    background: #e7c2e1;
    color: #9962b6;
    padding: 5px 15px;
}
.files ul li span a:nth-child(2){
    background: #9f5db7;
    color: #fff;
}
.files ul li span a:last-child{
    background: #6a30ab;
    color: #fff;
}
@media only screen and (max-width: 1280px) {
	.header ul{
		width:auto;
	}
}
@media only screen and (max-width: 950px) {
	.header ul{
		width:80%;
		margin-bottom:20px;
	}
}
@media only screen and (max-width: 767px) {
	.header .logo{
		width:100%;
		border:none;
		padding:0;
		margin-bottom:20px;
		text-align:center;
	}
	.header a.acnt{
		margin-right:5px;
	}
	.header ul{
		width:100%;
		text-align:center;
	}
	.header p{
		padding-left:5px;
		border:none;
	}
	#progressBar{
		display:none;
	}
	.misc .inr-misc{
		width:49.5%;
		border-bottom:1px solid #e9e9e9;
	}
	.misc .inr-misc:nth-child(2){
		border-right:none;
	}
	.files ul li a{
		width:50%;
		float:left;
	}
	.files ul li span a{
		width:auto;
	}
}
@media only screen and (max-width: 480px) {
	.misc .inr-misc{
		width:100%;
	}
	.files ul li span a:first-child {
		margin-bottom: 5px;
		width: 112px;
		margin-right: 0;
		text-align: center;
	}
	.files ul li span a:nth-child(2){
		clear:both;
	}
	.files ul li:first-child span:last-child {
		width: 125px;
	}
}