
#main {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	border: 1px solid #dedede;
	border-radius: 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	min-height: 450px;
	width: 1000px; 
	position: relative;
	display: block;
	color: #666; 
	padding: 5px 5px 50px;
}
.container {
width: 970px;
}
#menu {
	border: 1px solid #dedede;
	border-radius: 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	height: 56px;
	width: 1000px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#main .sender, .receipient {
	height: 150px;
	width: 90%;
	display: block;
	position: relative;
	top: 0px;
	background: rgb(247, 247, 247);
	border: 1px solid rgba(147, 184, 189,0.8);
	box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7), 
        0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	border-radius: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 6%;
	padding-bottom: 60px;
	padding-left: 10px;
}
input {
  outline: none;
}
#login{
	position: relative;
	top: 0px;
	width: 88%;
	padding: 18px 6% 60px 6%;
	margin: 0 0 35px 0;
	background: rgb(247, 247, 247);
	border: 1px solid rgba(147, 184, 189,0.8);
	box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7), 
        0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	border-radius: 5px;
	display: block;
}
#login{
    z-index: 22;
}
#wrapper h1{
    font-size: 48px;
    color: rgb(6, 106, 117);
    padding: 2px 0 10px 0;
    font-family: 'FranchiseRegular','Arial Narrow',Arial,sans-serif;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
}
 
/** For the moment only webkit supports the background-clip:text; */
#wrapper h1{
    background:
    -webkit-repeating-linear-gradient(-45deg,
        rgb(18, 83, 93) ,
        rgb(18, 83, 93) 20px,
        rgb(64, 111, 118) 20px,
        rgb(64, 111, 118) 40px,
        rgb(18, 83, 93) 40px);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
 
#wrapper h1:after{
    content:' ';
    display:block;
    width:100%;
    height:2px;
    margin-top:10px;
    background:
        linear-gradient(left, 
            rgba(147,184,189,0) 0%,
            rgba(147,184,189,0.8) 20%,
            rgba(147,184,189,1) 53%,
            rgba(147,184,189,0.8) 79%,
            rgba(147,184,189,0) 100%);
}
::-webkit-input-placeholder  {
    color: rgb(190, 188, 188);
    font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder{
    color: rgb(190, 188, 188);
    font-style: italic;
} 
#wrapper input:not([type="checkbox"]){
    width: 92%;
    margin-top: 4px;
    padding: 10px 5px 10px 32px;   
    border: 1px solid rgb(178, 178, 178);
    box-sizing : content-box;
    border-radius: 3px;
    box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
    transition: all 0.2s linear;
}
#wrapper input:not([type="checkbox"]):active,
#wrapper input:not([type="checkbox"]):focus{
    border: 1px solid rgba(91, 90, 90, 0.7);
    background: rgba(238, 236, 240, 0.2);  
    box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
} 
@font-face {
    font-family: 'FontomasCustomRegular';
    src: url('fonts/fontomas-webfont.eot');
    src: url('fonts/fontomas-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fontomas-webfont.woff') format('woff'),
         url('fonts/fontomas-webfont.ttf') format('truetype'),
         url('fonts/fontomas-webfont.svg#FontomasCustomRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
/** the magic icon trick ! **/
[data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color: rgb(106, 159, 171);
    position: absolute;
    left: 10px;
    top: 35px;
    width: 30px;
}
#main .sub_cont .Insert {
	width: 60px;
	cursor: pointer;
	background: rgb(61, 157, 179);
	font-family: 'BebasNeueRegular','Arial Narrow',Arial,sans-serif;
	color: #fff;
	font-size: 24px;
	border: 1px solid rgb(28, 108, 122);
	margin-bottom: 10px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	-moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

#main  .sub_cont {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	height: 100px;
}

#main input[type="file"]{
/*	width: 30%;
*/	border: 1px solid rgb(178, 178, 178);
	box-sizing : content-box;
	border-radius: 3px;
	box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	transition: all 0.2s linear;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 4px;
	float:left;
}
#main input:not([type="checkbox"]):active,
#main input:not([type="checkbox"]):focus{
    border: 1px solid rgba(91, 90, 90, 0.7);
    background: rgba(238, 236, 240, 0.2);  
    box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
} #wrapper {
	display: block;
	height: 700px;
	width: 500px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
}
#main .other {
	display: block;
	height: 415px;
	width: 98%;
	position: relative;
	top: 0px;
	border: 1px solid rgba(147, 184, 189,0.8);
	box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7), 
        0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	border-radius: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	background-color: #C8DFDF;
}
#main .leftdiv, .rightdiv {
	display: block;
	width: 50%;
	position: relative;
	float: left;
}
.leftdiv .rightdiv label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: middle;
	width: 50px;
	text-align: right;
}
fieldset ol {
  margin: 0;
  padding: 0;
}
fieldset li {
	list-style: none;
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
fieldset {
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
legend {
  padding: 0 2px;
  font-weight: bold;
}
.other label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: baseline;
	width: 70px;
	text-align: right;
}
nav {
	//background-color: #fff;
	color: #888;
	display: block;
	//overflow: hidden;
	width: 65%;
	text-align: right;
	float: right;

}
#menu .logo {
	background-image: url("../images/logo_orbit.png");
	background-repeat: no-repeat;
	width: 30%;
	height:56px;
	float: left;
	display: block;
	margin-left: 10px;
}

#success, .red {
	border: 1px solid;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	top: 150px;
	z-index: 999;
	text-align: center;
	width: 400px;
	left: 175px;
}
#success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('success.png');
	
}
.red {
color: #D8000C;
background-color: #FFBABA;
background-image: url('error.png');

}
#fileupload {
background-color: #f2f2f2;
border: 1px solid #dedede;
border-radius: 4px;
box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
width: 460px;
margin-left: auto;
margin-right: auto;
margin-top:200px;
margin-bottom:30px;
padding:20px;
}
.ob-button {
	background-color:#702c90;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #6e2cf3;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:33px;
	line-height:33px;
	width:110px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #3a1470;
}.ob-button:hover {
	background-color:#6f2cea;
}.ob-button:active {
	position:relative;
	top:1px;
}
.table-container {
background-color: #f2f2f2;
border: 1px solid #dedede;
border-radius: 4px;
box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
width: 90%;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 100px;
padding:10px;
}
.spinner {
position: relative;
}
.btn-primary {
    background-color: #652CC8;
    border-color: #652C90;
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #652C90;
    border-color:#652C64;
    color: #fff;
}
.footer {
text-align: center;
margin-top: 20px;
color: #666;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}
.form-container {
border: 1px solid #dedede;
border-radius: 4px;
box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
width: 70%;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 100px;
padding:10px;
}
#history-table, #history-table-details{
background-color: white;
}
.scannumber, #scanhistory {
width: 30%;
text-align:left;
text-align:center;
font-size:large;
}
.scanloghead {
background-color: purple;
color:white;
text-align:center;
height:30px;
font-family: Verdana,Geneva,sans-serif;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #977EBD !important;
    color: #FFFFFF !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: rgb(101,44,144); !important;
    color: #FFFFFF !important;
}
.navbar-default {
background-color:#ffffff;
color:#ffffff;
border:none;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 40px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: #fff;
}
.receipt-wrapper{
width:600px;
margin-left: auto;
margin-right: auto;
font-family: verdana;
margin-top: 40px;
padding-bottom: 20px;
}
.receipt-header{
background-color: #216A8A;
color: #fff;
}
.receipt-body {
background-color: #29A4D9;
padding-top: 20px;
}
.receipt-button {
margin-bottom: 15px;
}
.hide-msg{
display: none;
position:fixed;
width:30%;
height:20%;
margin:-10% auto auto -15%;
top:50%;
left:50%;
z-index: 9999;
}