* {
    margin: 0;
    padding: 0;
    font-family: Roboto;
}
i {
    margin: 5px 10px;
    cursor: pointer;
    background: #CCC;
    padding: 4px;
    border-radius: 3px;
}
input, select {
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #CCC;
}
nav {
    text-align: center;
}
nav ul {

}
nav ul li {
    display: inline-block;

}
nav ul li a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0 0 3px 3px;
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #9fe4ff;
    color: #404040;
}
nav ul li a:hover {
    text-decoration: none;
    color: #f4f4f4;
    background: #2fb1e3;
}
table {
    width: 100%;
}
.hidden {
    display: none;
}
.wrap {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    overflow: auto;
}
.add-form {
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 20px;
    width: auto;
    float: left;
    max-width: 500px;
    margin: 0 10px 10px 10px;
}
.add-form input,.add-form select {
    margin-bottom: 5px;
}
.header {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.printers_table th {
    padding-bottom: 10px;
    border-bottom: 3px #5E5E5E solid;
}
.printers_table td {
    padding: 5px;
    border-bottom: 1px #CCC solid;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
#modal {
	display: none;
	width:100%;
	height:100%;
	position:fixed;
	text-align:center;
	top:0;
	z-index:999;
}
.modalBg {
        width: 100%;
        height: 100%;
        position: fixed;
        background: #000;
        opacity: 0.8;
        z-index: 1;
    }
.modalBg .close_button {
    position: absolute;
    top: 10px;
    right: 10px;
}
.modalBg .close_button i {
    font-size: 30px;
    color: #FFF;
    cursor: pointer;
}
.modalContainer {
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin: 0 auto;
    width: auto;
    top: 52%;
    display: inline-block;
}

.modalContent {
    background: #FFF;
    padding: 30px 50px;
    border-radius: 10px;
    max-width: 500px;
}
.modalContent .save_adv {
    text-align: center;
}
.modalContent img {
    width: auto;
    max-width: 95%;
    max-height: 95%;
    position: relative;

}
.modalContent .header2 {
    font-weight: 500;
    margin-bottom: 10px;
}
.modalContent .field,.modalContent .field_title {
    margin-bottom: 10px;
}
.count-input {
    width: 25px;
    text-align: center;
}
.button {
	background:#FFF;
	border-radius: 4px;
	border: solid 2px #dcd5cd;
	padding:13px 25px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.4px;
	text-align: center;
	color: #56341b;
	text-transform:uppercase;
}
.button:hover {
	background-color: #fbf7f5;
	cursor:pointer;
}
#enter_form {
	text-align:center;
	margin: 0 auto;
	width: 300px;
}
#enter_form input[type=radio]{
	margin-top: 10px;
}
#enter_form p {
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.29;
	color: #56341b;
	text-align: center;
}
#enter_form input[type="text"],#enter_form input[type="password"] {
	width: 274px;
}
#enter_form input[type="submit"] {
    /*background: none repeat scroll 0 0 #E64C65;
    padding: 5px 10px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    border: 0 none;
    border-radius: 3px;
    font-size: 16px;
    margin-top: 10px;*/
	width: 100%;
}
#enter_form input[type="submit"]:hover {
	/*background:#DD2946;
	cursor:pointer;*/
}
#enter_form .button {
    /*background: none repeat scroll 0 0 #11A8AB;
    padding: 5px 10px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    border: 0 none;
    border-radius: 3px;
    font-size: 16px;*/
    margin-top: 10px;
	margin-bottom: 10px;
}
#enter_form input[type="button"]:hover {
	/*cursor:pointer;
	background: none repeat scroll 0 0 #098F92;
	color: #FFF;*/
}