
/*
    Note: It is best to use a less version of this file ( see http://css2less.cc
    For the media queries use @screen-sm-min instead of 768px.
    For .omb_spanOr use @body-bg instead of white.
*/

@media (min-width: 768px) {
    .omb_row-sm-offset-3 div:first-child[class*="col-"] {
		margin:0px;
    }
}

table.receipttable {
	background:#ffffff;
	border:0px solid #dddddd;
	font-size:14px!important;
}
table.receipttable td {
	padding:5px 20px;
	font-weight:normal!important;
	text-shadow:none!important;
	color:#444444!important;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace!important;
}
table.receipttable td h4, table.receipttable td address {
	text-align:center;
		padding:0px !important;
	margin:0px !important;
}
table.receipttable td p.details {
	border-top:1px dashed #666666;
	border-bottom:1px dashed #666666;
	text-align:center;
	min-width:100%;
	padding:5px 0px;
	margin:0px;
}
table.receipttable td span.discount {
	color:#96251d;
}
table.receipttable td.total {
	border-top: 1px double #666666;
	padding:20px;
	font-weight:bold!important;
}
.omb_login .omb_authTitle {
    text-align: center;
	line-height: 300%;
}

.omb_login h3.omb_authTitle {
	margin:0px!important;
	padding:0px!important;
}
	
.omb_login .omb_socialButtons a {
	color: white; // In yourUse @body-bg 
	opacity:0.9;
}
.omb_login .omb_socialButtons a:hover {
    color: white;
	opacity:1;    	
}
.omb_login .omb_socialButtons .omb_btn-facebook {background: #3b5998;}
.omb_login .omb_socialButtons .omb_btn-twitter {background: #00aced;}
.omb_login .omb_socialButtons .omb_btn-google {background: #c32f10;}


.omb_login .omb_loginOr {
	position: relative;
	font-size: 1.5em;
	line-height:1.5em;
	/*color: #aaa;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;*/
}
.omb_login .omb_loginOr .omb_hrOr {
	background-color: #cdcdcd;
	height: 1px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.omb_login .omb_loginOr .omb_spanOr {
	display: block;
	left: 50%;
	color:#333;
	text-align: center;
	margin:0px 0px;
	padding:0px;
}			

.omb_login .omb_loginForm .input-group.i {
	width: 2em;
}
.omb_login .omb_loginForm  .help-block {
    color: red;
}

.invoice-title h2, .invoice-title h3 {
    display: inline-block;
}

.table > tbody > tr > .no-line {
    border-top: none;
}

.table > thead > tr > .no-line {
    border-bottom: none;
}

.table > tbody > tr > .thick-line {
    border-top: 2px solid;
}
@media (min-width: 768px) {
    .omb_login .omb_forgotPwd {
        text-align: right;
		margin-top:10px;
 	}		
}