

h1, h2, h3 {
	margin-bottom: 0;
}

a {
	color: inherit;
}	

label {
	margin-top: 10px;
}

input {
	margin-top: -10px;
}

body {
    background-image: url("../../img/bg.jpg");
    background-position: center top;
    background-size: cover;
    font-family: 'Iskra', sans-serif;
}

#wrapper {
    max-width: 960px;
    margin: 40px auto;
	box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.1);
    border-radius: 5px;
    background-image: url("../../img/inner-bg.png");
    padding: 10px !important;
    position: relative;
}
#inner {
    background-color: #fff;
    border-radius: 5px;
    margin: 30px auto;
    width: 95%;
    padding-top: 10px;
}
.hcontainer{
    background: #fff;
    margin: 0 auto;
    padding: 15px 0 0 0;
}
.title {
    position: relative;
    width: 100%;
}
.title h3 {
    display: inline-block;
    position: relative;
    padding: 0 10px 0 0;
    background: #fff;
    z-index: 200;
}
.title:after {
    content: '';
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 8px;
    z-index: 200;
    box-shadow: 0px 0px 0px 10px #fff;
}
.title .line {
    position: relative;
    height: 2px;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    display: inline-block;
    top: -25px;
    z-index: 100;
}

/*
Title 1
*/
.title1:after {
    background-image: url('../../img/icon_brand.jpg');
}
/*
Title 2
*/
.title2:after {
    background-image: url('../../img/icon_desc.jpg');
}
/*
Title 3
*/
.title3:after {
    background-image: url('../../img/icon_tag.jpg');
}

.login:after {
    background-image: url('../../img/icon_lock.jpg');
}

#logout {
	position: absolute;
	right: 35px;
	top: 130px;
	border: 1px solid #EEE;
	background-color: white;
	border-radius: 4px;
	cursor:pointer;
	padding: 4px 10px;
	opacity: 0.6;
	color: #BBB;	
}
#logout:hover {
	opacity: 1;
	color: black;
	border-color: silver;
}



h3 span{
    display:inline-block;
    position:relative;
}

h3 span:before{left:-1010px;}
h3 span:after{right:-1010px;}
input[type="text"] {
    float: right;
    margin-right: 100px;
    width: 45%;
}
.fourty-five{
    width:45%;
    float: left;
}
.clearing {clear: both;}
.right {float: right;}
#inner > * {margin:25px;}

.footer {
    background-color: #b5e75f /*#E8383A/*#c8fe2e*/;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 45px;
    margin: 25px -25px 0;
    padding: 25px 10px 10px;
}
.logo {
    position:relative;
    left:auto;
    top:auto;
    margin-top: 45px;
}


.textbox {
    font-family: Arial, Helvetica, sans-serif;
    background: rgba(255, 255, 255, 0.44);
    color: #333;
    border: 1px solid #A4A4A4;
    padding: 4px 8px 4px 4px !important;
    line-height: 1;
    width: 275px;
    height:25px;
}
.textbox:hover {
    border: 1px solid #FF00FF;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
}
.textbox:focus {
    border: 1px solid #4d90fe;
    outline: none;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    background: rgb(255, 255, 255);
}
.buttons {
    margin: 0 auto;
    width: 80%;
}
.button > img {
    margin-right: 117px;
    vertical-align: middle;
}
.button {
    border: 1px solid #ffffff;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background: -moz-linear-gradient(top, #ffffff, #ffffff);
    background: -ms-linear-gradient(top, #ffffff, #ffffff);
    background: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    padding: 10.5px 100px 10.5px 21px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    text-shadow: #9dadb8 0 1px 0;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
}
.button:hover {
    border: 1px solid #24c74a;
    text-shadow: #1e4158 0 1px 0;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background: -moz-linear-gradient(top, #ffffff, #ffffff);
    background: -ms-linear-gradient(top, #ffffff, #ffffff);
    background: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    color: #9dadb8;
}
.button:active {
    text-shadow: #1e4158 0 1px 0;
    border: 1px solid #ff00ff;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background: -moz-linear-gradient(top, #ffffff, #ffffff);
    background: -ms-linear-gradient(top, #ffffff, #ffffff);
    background: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    color: #1e4158;
}
.space{
    margin-right: 25px;
}
input[type=submit] {
     background-position: 0 0;
     background-repeat: no-repeat;
     border: 0 none;
     cursor: pointer;
     font-family: "open sans",sans-serif;
     font-size: 14px;
     height: 40px;
     outline: 0 none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
     width: 337px;
     margin-left: 25px;
 }
input.print { 
 	background-image: url("../../img/button_print.png");
}
input.delete { 
 	color: red;
 	background-image: url("../../img/button_delete.png");
}
input.upload { 
 	background-image: url("../../img/button_upload.png");
}
     
 
input[type=reset] {
    background-image: url("../../img/button_reset.png");
    background-position: 0 0;
    background-repeat: no-repeat;
     -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
   border: 0 none;
    cursor: pointer;
    font-family: "open sans",sans-serif;
    font-size: 14px;
    height: 40px;
    outline: 0 none;
    width: 337px;
}
