@import url('https://fonts.googleapis.com/css?family=Roboto');

* {
	margin:0;
	padding:0;
}

body {
	font-family:Roboto, 'sans-serif';
	background:#f2f2f2;
}

.background-login {
	width:100%;
	height:100vh;
	background: #202a3e;
	background-size:cover;
	background-position:center;
}

.background-login a {
	color:#0e82ba;
}

.background-login .form {
	width: 350px;
	background: #fff;
	padding: 25px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -150px;
	margin-left: -200px;
	font-family:Roboto;
}

.background-login .form[data="register"] {
	width: 700px;
	margin-left: -350px;
}

.background-login .form .title-login {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 3px solid #6686c7;
}

.background-login .form .autorization-title {
	text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    color: #555;
}

.background-login .form form input {
	width: 330px;
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #ccc;
	outline:0;
}

.background-login .form form input:hover,.background-login .form form input:focus {
	border: 1px solid #555;
}

.background-login .form form input[type="submit"] {
	width: 348px;
	padding: 9px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #6686c7;
	font-weight: bold;
	font-family: Roboto;
	border: 0;
	cursor: pointer;
}

.background-login .form form input[type="submit"]:hover {
	background: #7598e0;
}

.background-login .form table {
	margin: 0 auto;
}

.background-login .form .table-r {
	float: right;
    margin-top: -45px;
}

.background-login .form td {
	font-size:13px;
	text-align:center;
	padding: 10px 10px 0;
}

.wrapper {
	max-width: 1200px;
	width:100%;
	margin:0 auto;
	position:relative;
	display:table;
}

.l_block {
	float:left;
}

.r_block {
	float:right;
}

.centered {
	margin:0 auto;
	text-align:center;
}

.inline {
	display:inline-block;
}

.w_33 {width:33%}

.w_10 {width:9.9%}
.w_13 {width:12.9%}
.w_15 {width:14.9%}
.w_20 {width:19.9%}
.w_25 {width:24.9%}
.w_30 {width:29.9%}
.w_35 {width:34.9%}
.w_40 {width:39.9%}
.w_45 {width:44.9%}
.w_50 {width:49.9%}
.w_55 {width:54.9%}
.w_60 {width:59.9%}
.w_65 {width:64.9%}
.w_70 {width:69.9%}
.w_75 {width:74.9%}
.w_80 {width:79.9%}
.w_85 {width:84.9%}
.w_90 {width:89.9%}

#header {
	position: relative;
	width: 100%;
	background: #6686c7;
	padding: 15px 0;
	color: #fff;
}

#header .log {
	font-size: 13px;
    color: #9cbdff;
    width: 500px;
    margin-top: 1px;
    text-align: right;
}

#header .log b {
	color:#fff;
	font-weight:normal;
}

#header .log span {
	display:inline-block
}

#header .log .logout {
	margin-left: 30px;
}

#header .log .logout button {
	border:0;
	background:none;
	cursor:pointer;
	color:#bcd2ff;
}

#header .log .logout button:hover {
	color:#fff;
}

sup {
	font-size:9px;
}

#body {
	margin-top:30px;
}

#body .contain {
	padding: 30px;
	background:#fff;
	border:1px solid #ccc;
}

#body .contain .title {
	padding: 20px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
	color:#555;
	margin-bottom:10px;
} 

#body .contain .title:first-letter {
	color:#6686c7;
}

#body .contain .menu {
	position:relative;
	width:100%;
	margin-bottom:10px;
}

#body .contain .menu ul {
	position:relative;
}

#body .contain .menu ul li {
	display:inline-block;
}

#body .contain .menu ul li a {
	margin:0 10px;
	padding:5px 15px;
	display:block;
	font-size:13px;
	border:1px solid #6686c7;
	color:#6686c7;
	text-decoration:none;
}

#body .contain .menu ul li:first-child a {
	margin-left:0px;
	margin-right:10px;
}

#body .contain .menu ul li a:hover {
	color:#fff;
	background:#6686c7;
}

#body .contain .btn-action {
	margin-bottom:20px;
}

#body .contain .btn-action a, .btn_print {
	padding: 10px 15px;
	background: #6686c7;
	color: #fff;
	display:inline-block;
	text-decoration: none;
	font-size: 16px;
	border: 0;
	cursor: pointer;
}

#body .contain .btn-action a:hover, .btn_print:hover {
	background: #7598e0;
}

#body .contain .table table {
	width:100%;
	font-size:13px;
}

#body .contain .apd_list table tr:nth-child(1){
	background:#f3f3f3
}

#body .contain .apd_list table tr:nth-child(1) td{
    font-size: 11px;
}

#body .contain .apd_list table tr td:nth-child(1){
    width:20px
}


#body .contain .apd_list table tr td:last-child{
    width:50px
}

#body .contain .apd_list table tr td:nth-child(2){
    width:50px
}
#body .contain .apd_list table tr td:nth-child(3){
    width:150px
}

#body .contain .apd_list table tr td:nth-child(4){
    width:100px
}

#body .contain .apd_list table tr td:nth-child(5){
    width:100px
}

#body .contain .apd_list table tr td:last-child {
    width:100px
}

#body .contain .apd_list table td{
    border: 1px solid #ececec;
    padding: 6px 5px;
    position:relative;
}
#body .contain .apd_list table td a {
    text-decoration: none;
    color: #6686c7;
}

#body .contain .apd_list table td a:hover {
	text-decoration: none;
}
#body .contain .apd_list table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin-top: 20px;
}

#body .contain .apd_list table td span.reset {
	text-decoration:underline;
	cursor:pointer;
}

#body .contain .apd_list table td span.reset:hover {
	color: #6686c7;
}

#body .contain .apd_list table td .block {
	position: absolute;
	padding: 10px !important;
	font-size: 12px;
	font-weight: normal;
	width: 200px;
	text-align: left;
	background: #f5f5f5;
	z-index: 2;
	border-radius: 0;
	top: 41px;
}

#body .contain .apd_list table td .block a {
	font-weight: normal;
	display: block;
	margin: 5px 10px;
	color: #555;
}

#body .contain .apd_list table td .block a:hover {
	color:#6686c7;
	text-decoration:none;
}

#body .contain .apd_list table td .block i {
	margin-right:3px;
	width:10px;
}

#body .contain .apd_list .enable {
	border: 1px solid #6686c7;
    color: #6686c7;
}

.overlay_delete {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height:100%;
	background:rgba(0,0,0,0.5)
}

.overlay_delete .mod {
	background:#fff;
	width:400px;
	height:160px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-175px;
	margin-top:-50px;
	box-shadow:0 0 10px rgba(0,0,0,.5);
}

.overlay_delete .mod .title {
	padding:10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	background: #5b77b1;
	margin-bottom:10px;
}

.overlay_delete .mod .content {
	padding:10px;
}

.overlay_delete .mod .content div {
	font-size:14px;
	margin-bottom:10px;
}

.overlay_delete .mod .content .check {
	font-size:12px;
	padding:5px;
	background:#ffeaea;
	border:1px solid #fb9393;
	line-height:1;
	margin-bottom:10px;
}

.overlay_delete .mod .content .check input {
	position:relative;
	display:inline-block;
	bottom:-1px;
	margin-left:5px;
}

.overlay_delete .mod .content .block_btn {
	position:relative;
	margin-top:10px;
}

.overlay_delete .mod .content .block_btn input {
	display:inline-block;
	width: 100px;
	height: 30px;
	background: #5b77b1;
	border:0;
	coloR:#FFF;
	margin-right:10px;
	cursor:pointer;
}
	
.overlay_delete .mod .content .block_btn input:hover {
	background:#000;
}

.overlay_delete .mod .content .block_btn span {
	display:inline-block;
	width: 100px;
	height: 30px;
	background:#000;
	border:0;
	coloR:#FFF;
	margin-right:10px;
	cursor:pointer;
	vertical-align:top;
	text-align:center;
	line-height:2.5;
	font-size:13px;
}
	
.overlay_delete .mod .content .block_btn span:hover {
	background: #5b77b1;
}

#body .contain .info {
	padding:10px;
	font-size:13px;
	background: #fdfdfd;
	border: 1px solid #f2f2f2;
	margin-bottom:20px;
	display:inline-block;
	width: 528px;
}

#body .contain .add_element {
	margin-top:10px;
}

#body .contain .add_element label {
	display:block;
	margin-bottom:10px;
	font-size:13px;
}

#body .contain .add_element span {
	display:inline-block;
	margin-right:10px;
	width:225px;
}

#body .contain .add_element input {
	padding: 5px;
	vertical-align:top;
	width:300px;
	border: 1px solid #ddd;
}

#body .contain .add_element input[type="submit"] {
	background:#6686c7;
	border:0;
	color:#fff;
	width:180px;
	padding:10px;
	margin-top:20px;
	cursor:pointer;
	display:inline-block;
}

#body .contain .add_element input[type="submit"]:hover {
	background:#769ce8;
}

#body .apmessage {
    padding: 10px;
    margin-bottom: 30px;
    background: #fafafa;
    border: 1px solid #ddd;
    color: #555;
    font-size: 13px;
}

.prev {
	padding:10px;
	border:1px solid #ddd;
	display:table;
	width:500px;
	background: #fff;
}

.prev .qr {
	text-align:center;
	vertical-align:middle;
}

.prev .text {
	font-size:13px;
	vertical-align:middle;
}

.prev .text .name {
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:bold;
}

.prev .text .prop {
	margin-bottom:3px;
}

.table .block-title {
	margin-bottom:10px;
	font-weight:bold;
	text-transform:uppercase;
}

.prod i.fa-trash {
	cursor:pointer;
	opacity:0.5;
}

.prod i.fa-trash:hover {
	opacity:1;
}

a.disabled {
	opacity:0.2;
	cursor:default !important;
}

#print_form .message {
	padding: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    border: 1px solid #9e0000;
    background: #ffd1d1;
    color: #9e0000;
}

.search-form {
	padding: 10px;
    background: #f3f3f3;
    border: 1px solid #ececec;
}

.search-form span {
	display:block;
	margin-bottom:5px;
	font-size:12px;
}

.search-form input {
	width: 99%;
    padding: 7px 5px;
    border: 1px solid #ddd;
    border-radius: 1px;
}

.block-o {
	padding:20px;
	border:1px solid #ddd;
	margin-bottom:30px;
	position:relative;
}

.block-o .block-title {
	position:absolute;
	padding:8px;
	background:#fff;
	color:#aaa;
	font-weight:bold;
	font-size:13px;
	top: -15px;
}

.block-o {
	font-size:13px;
}

.block-o .import_files {
	font-size:13px;
}

.block-o .import_files .text ul{
	margin:15px 0;
	margin-left:20px;
}

.block-o .import_files .themplate {
	margin-bottom:15px;
}

.block-o .import_files .themplate a {
	font-size:14px;
	text-decoration:none;
	display:inline-block;
	padding: 7px 15px;
	border:2px solid #8e8e8e;
	color:#8e8e8e;
	margin-right: 10px;
}

.block-o .import_files .themplate a i {
	margin-right:13px;
}

.block-o .import_files .themplate a:hover {
	border:2px solid #222;
	color:#656565;
}


.block-o .import_files input[type="submit"] {
	background:#6686c7;
	border:0;
	color:#fff;
	width:180px;
	padding:10px;
	cursor:pointer;
	display:inline-block;
}

.block-o .import_files input[type="submit"]:hover {
	background:#769ce8;
}