.transition {
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s
}

.clear {
    float: none;
    clear: both
}

.details-form h1, .details-form h2, #shortcode_reports h1 {
    color: #555;
    background-color: #F4F4F4;
    font-size: 1.1em;
    margin: .5em 0;
    padding: .3em .5em;
    clear: both;
    font-weight: bold
}

.details-form {
    background-color: #f7f7f7;
    margin-bottom: 0
}

.details-form ul {
    padding-left: 30px;
    margin: 0
}

.details-form ul li {
    list-style: none;
    padding: 4px
}

.details-form ul li label {
    float: left;
    width: 100px;
    font-weight: bold;
    padding-top: 3px
}

.details-form ul li select, .details-form ul li input[type="text"], .details-form ul li textarea {
    width: 320px
}

.datagrid-row a {
    color: #000;
    font-weight: bold;
    text-decoration: underline
}

.datagrid-row-over a {
    color: #00438a
}

.datagrid-row-selected a {
    color: #fff
}

body {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0
}

.clear {
    clear: both;
    float: none
}

a {
    text-decoration: underline;
    color: #827572;
    font-weight: bold
}

a:hover {
    text-decoration: none
}

form {
    margin: 0
}

#tblGrid {
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 12px
}

#tblGrid td {
    padding: 2px 6px;
    border-bottom: solid 1px grey;
    border-left: solid 1px grey
}

#tblGrid td:last-of-type, #tblGrid tr th:last-of-type {
    border-right: solid 1px grey
}

#tblGrid tr th {
    text-align: left;
    border-bottom: solid 1px grey;
    border-top: solid 1px grey;
    padding: 2px 8px;
    border-left: solid 1px grey
}

#tblGrid tr.row-alt td {
    background-color: #FAFAFA
}

#tblGrid tfoot td, #tblGrid tfoot td:last-of-type {
    border: none
}

a.delete {
    display: block;
    height: 16px;
    width: 16px;
    background: transparent url(../images/cross-script.png) no-repeat
}

a.edit {
    display: block;
    height: 16px;
    width: 16px;
    background: transparent url('../images/pencil.png') no-repeat
}

a.edit:hover, a.delete:hover {
    background-position: left -16px
}

a.add-page {
    display: block;
    border: solid 2px #BD212F;
    border-radius: 5px;
    font-weight: bold;
    width: 140px;
    height: 26px;
    padding: 10px 0 0 0;
    color: #BD212F;
    text-align: center;
    text-decoration: none
}

.row td {
    padding: 3px 5px;
    cursor: default;
    font: 11px tahoma, arial, verdana, sans-serif
}

#tblGrid tr.row:hover td {
    background-color: #EFEFEF;
    border-color: #ddd
}

th.clickable {
    cursor: pointer
}

th.clickable:hover {
    text-decoration: underline
}

h1, h2, #shortcode-form h2, #new_type_form h2 {
    color: #666;
    background-color: #F4F4F4;
    font-size: 1.1em;
    margin: .5em 0;
    padding: .3em .5em;
    clear: both;
    font-weight: bold
}

input.error {
    border: solid 1px red
}

label.error {
    color: red;
    font-size: 13px
}

.popup_form ul {
    padding: 0 20px
}

.popup_form ul li {
    list-style: none;
    padding: 11px
}

.popup_form ul li label {
    float: left;
    width: 100px;
    font-weight: bold;
    padding-top: 3px
}

.popup_form ul li select, .popup_form ul li input[type="text"], .popup_form ul li textarea {
    width: 220px
}

.popup_form input[type="submit"] {
    border: solid 3px #4682B4;
    color: #4682B4;
    width: 100px;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin: 0 0 0 110px
}

.popup_form ul li label.error {
    width: 200px;
    margin-left: 100px
}

.refresh_bttn {
    float: right;
    background: transparent url(../images/refresh.png) no-repeat;
    width: 24px;
    height: 24px
}

.event_shortcodes-container {
    padding: 0 20px
}

.short-container {
    padding: 6px 0
}

.short-container input {
    width: 200px
}

.tools-panel {
    height: 30px;
    padding: 0;
    margin: 0
}

.tools-panel li {
    float: left;
    list-style: none;
    padding-right: 10px
}

#pager a {
    float: left;
    padding: 4px;
    margin: 3px;
    text-decoration: none
}

#pager a:hover {
    text-decoration: underline
}

#pager a.selected {
    border: solid 1px #827572;
    padding: 3px
}

.refer-dialog-container {
    background-color: #f2f0f0;
    font-size: 13px
}

.refer-dialog-container ul li {
    list-style: none;
    height: 36px
}

.refer-dialog-container ul li label {
    font-weight: bold;
    float: left;
    width: 55px;
    padding-top: 5px
}

.refer-dialog-container ul li label.error {
    position: absolute;
    width: auto
}

.refer-dialog-container ul li input {
    width: 250px;
    margin-right: 10px
}

.refer-dialog-container ul li div.text-preview {
    height: 230px;
    width: 488px;
    margin-right: 10px;
    padding: 5px;
    background: #fff;
    border: solid 1px #ABADB3;
    overflow-y: scroll
}

.refer-dialog-container ul li textarea {
    height: 240px;
    width: 500px;
    margin-right: 10px;
    padding: 5px;
    display: none
}

.refer-dialog-container .success-sent {
    display: none;
    height: 510px
}

.refer-title {
    color: #BE1E2D;
    background-color: transparent
}

.popup_form ul li .tier-container {
    float: left;
    width: 50%
}

.popup_form ul li .threshold-container {
    float: left
}

.popup_form ul li .tier-container input {
    width: 60px
}

.popup_form ul li .tier-container label {
    width: 90px
}

.popup_form ul li .threshold-container label {
    width: 160px
}

.popup_form ul li .threshold-container input {
    width: 160px
}

#product-form ul li {
    padding: 6px
}

#fRefer .add-recepients {
    float: left;
    width: 22px;
    height: 22px;
    background: transparent url(../images/green_plus.png) no-repeat;
    cursor: pointer;
    margin-top: 2px
}

.mailto-container label.error {
    margin-left: 30px
}

#email_list_container {
    display: none;
    background-color: #fff;
    border: solid 1px #ABADB3;
    position: absolute;
    width: auto;
    height: 170px;
    margin-left: 302px;
    z-index: 99
}

#email_list {
    overflow-y: scroll;
    width: auto;
    height: 140px
}

#email_list ul {
    padding: 5px
}

#email_list ul li {
    height: 20px
}

#email_list ul li input[type="checkbox"] {
    float: left;
    width: 16px;
    margin-right: 2px
}

#email_list ul li label {
    width: auto;
    padding: 0
}

#email_list_controls {
    height: 30px;
    text-align: center
}

.referral-stat-container {
    width: 800px;
    margin: 0;
    padding: 0 5px;
    color: #000
}

.referral-stat-container li {
    list-style: none;
    padding: 5
}

a.how-to-share {
    text-indent: -9999px;
    float: left;
    background: transparent url(../images/ShareURL_125.gif) no-repeat left top;
    width: 125px;
    height: 32px;
    margin: 0 6px 0 0
}

a.how-to-share:hover {
    background-size: 99%;
    background-position: 1px 1px
}

#shortcode_reports ul {
    padding-left: 10px
}

#shortcode_reports ul li {
    list-style: none;
    height: 20px;
    padding: 3px
}

#shortcode_reports ul li label {
    float: left;
    width: 220px;
    font-weight: bold;
    padding-top: 2px;
    margin: 0 0 0 6px
}

#shortcode_reports ul li label.error {
    float: right
}

#shortcode_reports ul li input {
    float: left
}

#shortcode_reports select {
    width: 245px
}

#shortcode_reports textarea {
    width: 240px;
    height: 40px
}

.popup_form h2 {
    text-align: center;
    margin-top: 0
}

.popup_form input[type="text"], .popup_form ul li select, .popup_form ul li input[type="text"], .popup_form ul li textarea {
    border: solid 1px #E4EFFF;
    padding: 2px 3px
}

#shortcode_reports ul li .reports-sub-block label {
    width: 50px;
    font-size: 90%;
    font-weight: bold;
    margin-bottom: 0
}

#availablePoints, #pointsToDate, #last_redeem {
    margin-left: 4px;
    margin-right: 24px
}

#assign_group_flow {
    width: 550px;
    overflow: hidden
}

#assign_group_flow ul {
    width: 1650px;
    padding: 0;
    margin: 0
}

#assign_group_flow li {
    list-style: none;
    display: block;
    float: left;
    width: 550px;
    height: 350px
}

#assign_group_flow li:first-of-type {
    line-height: 35px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px
}

#assign_group_flow li:last-of-type {
    line-height: 35px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    padding: 80px 20px 20px 20px
}

#assign_group_flow li select, #assign_group_flow li input {
    border-bottom: solid 1px grey;
    border-radius: 3px;
    font-size: 14px;
    padding: 2px 6px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 22px -6px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: inset 0 0 22px -6px rgba(0, 0, 0, 0.48);
    box-shadow: inset 0 0 22px -6px rgba(0, 0, 0, 0.48)
}

#assign_group_flow li.loading {
    background-color: #95B8E7
}

#assign_group_flow .loader {
    padding: 120px 0 0 270px
}

#assign_group_flow li.loading span {
    display: block;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    padding-top: 10px
}

#assign_group_submit {
    -moz-box-shadow: -2px 10px 27px -7px #276873;
    -webkit-box-shadow: -2px 10px 27px -7px #276873;
    box-shadow: -2px 10px 27px -7px #276873;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #599bb3), color-stop(1, #408c99));
    background: -moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -o-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99', GradientType=0);
    background-color: #599bb3;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 27px;
    text-decoration: none;
    text-shadow: 0 1px 0 #3d768a
}

#assign_group_submit:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #408c99), color-stop(1, #599bb3));
    background: -moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
    background: -webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
    background: -o-linear-gradient(top, #408c99 5%, #599bb3 100%);
    background: -ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
    background: linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3', GradientType=0);
    background-color: #408c99
}

#assign_group_submit:active {
    position: relative;
    top: 1px
}

#assign_group_error {
    color: red
}

#cust_email {
    margin: 0px;
    padding: 2px 3px;
    display: inline-block;
    font-size: 13px;
    border-radius: 3px;
    border: solid 1px #D4D4D4
}

#filter_date_container, #filter_date_till_container {
    display: inline-block
}

#selectedProducts .products-container {
    border: solid 1px gray;
    height: 80px;
    margin-top: 14px;
}

#selectedProducts a.add-product-btn {
    text-decoration: none;
}
