/*** common.css ***/
/** convenience, default **/

/* convenience */
.sm-l {
    float: left;
}

.sm-r {
    float: right !important;
}

.sm-b {
    font-weight: bold !important;
}

.sm-ct {
    text-align: center;
}

.sm-tal {
    text-align: left;
}

.sm-tar {
    text-align: right;
}

.sm-di {
    display: inline;
}

.sm-dib {
    display: inline-block;
}

.sm-db {
	display: block;
}

.sm-vh {
    visibility:hidden;
}

.sm-oh {
	overflow: hidden;
}

.sm-wsp {
	white-space: pre;
}

/* center must have a fixed width */
.sm-c {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

ul.sm-clear-ul {
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
}

.sm-mt {
    margin-top: 10px !important;
}
.sm-pt {
    padding-top:10px;
}

.sm-pts {
    padding-top:5px;
}

.sm-pls {
	padding-left:5px;	
}

.sm-p {
    padding: 6px;
}

.sm-mts {
    margin-top: 4px;
}

.sm-mb { 
    margin-bottom: 10px !important;
}

.sm-mbs { 
    margin-bottom: 5px !important;
}

.sm-mbb { 
    margin-bottom: 25px !important;
}

.sm-ml {
    margin-left: 10px;
}

.sm-mls {
    margin-left: 4px;
}

.sm-mlb {
    margin-left: 25px;
}

.sm-mr {
    margin-right: 10px;
}

.sm-mrs {
    margin-right: 5px;
}

.sm-mrb {
    margin-right: 25px;
}

.sm-green-text {
	color: #289900;
}

.sm-red-text {
	color: #DA0013;
}

.sm-button-fix {
    padding: 5px 10px !important;
}

.sm-bor-rad {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sm-bor {
	border: 1px solid #bbbbbb;
}

.sm-bor-bottom {
    border-bottom: 1px solid #bbbbbb;
}
.sm-link, .sm-link:hover {
	color: #11ADD9;
	text-decoration: none;
	cursor: pointer;
}
.sm-link:hover {
	text-decoration: underline;
}
/* FF dotted line fix */
:-moz-any-link:focus {
  outline: none;
}

/* Opera Fix */
body:before {
    content:"";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

.sm-table-style td {
    padding: 0px;
}

hr.sm-blue-line {
    background-color: #11ADD9;
}

hr.dotted {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px dotted;
    color: #BBBBBB;
    display: inline-block;
    margin: 10px 0;
    top: 0;
}

hr.line {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid;
    color: #BBBBBB;
    display: inline-block;
    margin: 5px 0;
    top: 0;
}

.sm-settings hr.space {
    margin: 20px !important;
}

.sm-settings hr {
    margin: 0px !important;
}

input[disabled] {
    background-color: #EEEEEE;
    border: 1px solid #BBBBBB;
}


/************* default ***********/
a:link, a:visited, a:active {
    color:#11ADD9;
    text-decoration:none;
}   

a:hover {
    color:#11ADD9;
    text-decoration:underline;
}

#termsAndConditions {
    height:150px;
    overflow:auto;
    border:1px solid #BBB;
    padding:4px;
}

.sm-invite-pending, .sm-invite-connected {
    cursor: default !important;
    font-weight: bold;
    text-align: center;
    float: left !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sm-invite-connected {
    background: #cccccc !important;
    border: 1px solid #BBBBBB !important;
    text-shadow: 1px 1px 0 #FFFFFF;
    color: #555555;
}

.sm-invite-pending {
    background: #cccccc !important;
}

.sm-invite-email {
    background-color: #fff; 
    padding:10px; 
    border: 1px dashed #bbbbbb;
}


.sm-ask-quantity h2 {
    font-size: 16px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}

#sm-sign-up-form-content h3 {
    margin-top: 8px;
    font-weight: normal;
}

.sm-data h4 {
    border-bottom: 1px dotted #bbbbbb;
    line-height: 1.5;
}

h1 a {
    margin-top: -9px;
    padding: 7px 18px !important;
}

.sm-form .sm-text {
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.25px;
    margin: 9px 8px 0 0;
}

.sm-form {
    overflow: hidden !important;
}

.sm-checkbox {
    margin: 0;
    position: relative !important;
    top: 0 !important;
    width: 13px !important;
}

.sm-checkbox-big {
    margin: 0 7px 0 0;
    top: 0.25em !important;
}

.sm-checkbox-form, .sm-radio-form {
    margin: 0 7px 0 0;
    top: 0 !important;
}

.sm-radio-fix {
    margin-left: 22px;
}

input.sm-small {
    width: 100px;
}

input.sm-smaller {
    width: 50px;
}

.sm-unread {
    background-color: #D5EBF2;
    display: inline-block;
    padding: 5px 0 5px 0;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.sm-unread img {
	margin-left: 5px;
}

input.sm-input-disabled, textarea.sm-input-disabled, select.sm-input-disabled {
	background-color: #CCC;
	color: #666;	
}

.sm-card-name {
 	font-size: 14px;
 	line-height: 1.5;
}