﻿@charset "utf-8";

#asp .ephox-chameleon-toolstrip {
    background-color: #1c447d ! important; 
}

#asp .ephox-chameleon-toolbar {
    box-shadow: none ! important;
}

#asp .ephox-polish-editor-container :last-child.ephox-chameleon-toolbar-group {
    background-color: transparent;
}

#asp .ephox-polish-editor-container .ephox-chameleon-toolbar-group {
    border-color: #fff;
}

.aw-breadcrumbs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    color: #1c447d;
    font-family: 'Open Sans';
    font-size: 18px;
}

#page input[type=radio], #page input[type=checkbox] {
    margin-right: 5px;
}

.aw-breadcrumbs::after {
    content: '';
    display: block;
    clear: both;
}

.aw-breadcrumbs li {
    float: left;
    width: 25%;
    line-height: 75px;
    border: 1px solid #ccc;
    border-left: none;
    text-align: center;
}

.aw-breadcrumbs a {
    text-decoration: none;
    display: block;
}

.aw-breadcrumbs li:first-child {
    border-left: 1px solid #ccc;
}

.aw-breadcrumbs li:last-child {
    border: none;
    line-height: normal;
}

.aw-breadcrumbs .price {
    font-weight: bold;
    font-size: 24px;
}

.aw-breadcrumbs li:last-child > div {
    border: 1px solid #ccc;
    width: calc(100% - 10px);
    float: right;
    text-align: center;
    background-color: whitesmoke;
    height: 77px;
    padding-top: 6px;
}

.aw-breadcrumbs li:last-child div span {
    color: #808080;
    font-size: 12px;
}

.aw-breadcrumbs li.active {
    background-color: whitesmoke;
}

.underlinedcell {
	font-weight: bold;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.floatright {
    float: right;
}
.red {
    color: red;
}

.colorbox{width:10px; height:10px; display:inline-block; margin-right:6px;}
.grey{background-color:rgb(67, 67, 72);}
.blue{background-color:rgb(124, 181, 236);}
.green{background-color:#75b24b;}

.button {
    border: none;
    border-radius: 6px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.button.blue {
    color: #fff;
    padding: 0 10px;
}

.button.blue a {
    color: #fff;
    padding: 10px;
    line-height: 200%;
}

.smallbutton {
    background-color: whitesmoke;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 75%;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.inputicon {
    position: relative;
}

.completed {
    position: absolute;
    right: 10px;
    top: -3px;
    font-family: "FontAwesome";
    color: green;
    font-size: 16px;
    display: none;
}

.creditcards img {
    opacity: 0.4;
}

ul.creditcards:after {
    content: '';
    display: block;
    clear: both;
    margin-bottom: 10px;
}

.list-inlineblock {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .list-inlineblock li {
    display: inline-block;
    margin-right: 10px;
    }

.smallbutton > a {
    color: #808080;
    text-decoration: none;
    padding: 0 10px;
    display: block;
}

.smallbutton .icons2 {
    opacity: 1;
    margin-right: 5px;
}

.smallbutton:hover {
    background-color: #ccc;
}

.smallbutton:hover a {
    color: #000;
}

.stockbox {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px 20px;
    display: inline-block;
    float: right;
    font-size: 11px;
    text-align: center;
}

.stockbox h1 {
    font-family: 'Times New Roman';
    font-size: 48px;
    text-align: center;
    margin: 5px;
    font-weight: normal;
}

.stockbox .icons2 {
    opacity: 1;
}

.up,h1.up {
    color: #1db24b !important;    
}

.down,h1.down {
    color: red !important;    
}

#popup, #popupsharelink {
    border: 1px solid #ccc;
    padding: 10px;
    position: absolute;
    z-index: 100;
    background-color: #fff;
    display: none;
    width: 250px;
    overflow: visible;
}

#popup.right, #popupsharelink.right {
top: 30px;
right: 0;
}

#popup.left {
    top: 30px;
    left: 0;
}

#popup .inputdiv, #popupsharelink .inputdiv {
    border: 1px solid #ccc;
    width: auto;
    margin-bottom: 3px;
}

    #popup .inputdiv a,  #popupsharelink .inputdiv a {
    color: #808080;    
    }

#popup input, #popupsharelink input {
    border: none;
    background-color: transparent;
}

#popup input[type=text], #popupsharelink input[type=text] {
    padding: 5px;
    width: calc(100% - 30px);
    display: inline-block;
    vertical-align: middle;
    height: auto;
}
#popupsharelink input[type=text] 
{
    width: 100%;
}

#popup .close, #popupsharelink .close {
    position: absolute;
    right: 5px;
    bottom: 5px;
    border: none;
    background-color: transparent;
    color: red;
    font-family: FontAwesome;
    font-size: 125%;
    cursor: pointer;
    z-index: 100;
}

.states {
    display: none;
    border: 1px solid #ccc;
    padding: 10px;
    width: 300px;
    height: 420px;
    overflow-y: auto;
    margin-top: 10px;
}

.states ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#asp .tablepadding {
    border-collapse: collapse;
    padding: 0;
    width: auto;
}

#asp td.labels {
    padding-right: 10px;
    text-align: right;
}

.tablepadding td {
    padding: 5px 0px;
    border: none;
}

#asp .tablepadding input {
    margin-top: 0;
}

#asp label {
font-weight: normal;
}

#asp td {
    border: none;
}

/* Message Control */

.msgbox
{
    border: 2px dotted #FF0000;
    background-position: left bottom;
    padding: 10px;
    width: auto;
    background-image: url('/app_themes/admintheme/images/msgback.jpg');
    background-repeat: repeat-x;
    margin-bottom: 20px;
}

.msgbox h4
{
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
}
.msgbox div
{
    background-image: url('/app_themes/admintheme/images/msg32/OKShield.png');
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 50px;
}
.msgbox .error
{
    background-image: url('/app_themes/admintheme/images/msg32/ErrorCircle.png');   
}

.msgbox .info
{
    background-image: url('/app_themes/admintheme/images/msg32/InfoBox.png');   
}
/* End Message Control */

.pickuplinks h6 {
    background-color: whitesmoke;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    position: relative;
}

.pickuplinks h6:after {
    position: absolute;
    right: 10px;
    top: 5px;
    content: '';
    font-family: FontAwesome;
    opacity: 0.5;
}

.pickuplinks h6.ui-accordion-header-active:after {
    content: '';
    font-family: FontAwesome;
    opacity: 0.5;
}

.pickuplinks ul {list-style-type:none;padding-left:0px;margin-left:0px;}
.pickuplinks li .smallbutton {float:right;}
.pickuplinks li {border-bottom:solid 1px #ccc; padding-bottom:7px; padding-top: 7px;}
    .pickuplinks li:hover {
    background-color: whitesmoke;
    }
.sharelink_popup {
    color: #ffffff;
    border-radius: 3px;
    }

#popup .sharelink_popup a {color:#ffffff; padding: 0 4px;}

.articlepreview td {
    padding: 0;
}

.buttonlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.buttonlist li {
    padding-bottom: 5px;
}

.buttonlist input[type=radio]{
   margin-right: 5px; 
}

.continue {
    display: inline-block;
    vertical-align: middle;
}

.continue,.continue input[type=submit]  {
    color: #1c447d;
    font-size: 24px;
    line-height: 32px;
    margin: 10px 0;
    float: right;
    font-weight: bold;
    line-height: 24px;
    margin-left: 40px;
}

.continue input[type=submit] {
    background-color: transparent;
    text-transform: none;
    background-image: none;
    padding: 0;
    float: none;
    margin-top: -3px;
}

.continue input[type=submit]:after {
    content: '';
    font-family: FontAwesome;
    margin-left: 10px;
}

.continue:hover,input[type=submit].continue:hover {
    text-decoration: none;
    color: red;
}

.continue:after {
    content: '';
    display: block;
    clear: both;
}

.continue.icons2 {
    font-size: 32px;
    margin-left: 10px;
}

.clientlogo {
    float: right;
}

.clientlogo img {
    width: 50px;
}

.clientmenu {
    border-bottom: #ccc;
    padding-top: 30px;
}

.clientmenu li:after {
    content: '|';
    margin: 0 10px;
}

.clientmenu li:last-child:after {
    content: none;
}

.gray {
    background-color: whitesmoke;
}

h6.gray {
    padding: 10px;
    border: 1px solid #ccc;
}