﻿.mt5
{
    margin-top: 5px;
}
.mt10
{
    margin-top: 10px;
}
.mt20
{
    margin-top: 20px;
}
.mt30
{
    margin-top: 30px;
}
.mt40
{
    margin-top: 40px;
}
.mt50
{
    margin-top: 50px;
}
.mb5
{
    margin-bottom: 5px;
}
.mb10
{
    margin-bottom: 10px;
}
.mb15
{
    margin-bottom: 15px;
}
.mb20
{
    margin-bottom: 20px;
}
.mb30
{
    margin-bottom: 30px;
}
.mb40
{
    margin-bottom: 40px;
}
.mb50
{
    margin-bottom: 50px;
}

.mr10
{
    margin-right: 10px;
}
.mr20
{
    margin-right: 20px;
}
.mr30
{
    margin-right: 30px;
}
.mr40
{
    margin-right: 40px;
}
.mr50
{
    margin-right: 50px;
}

.ml10
{
    margin-left: 10px;
}
.ml20
{
    margin-left: 20px;
}
.ml30
{
    margin-left: 30px;
}
.ml40
{
    margin-left: 40px;
}
.ml50
{
    margin-left: 50px;
}

.pt10
{
    padding-top: 10px;
}
.pt20
{
    padding-top: 20px;
}
.pt30
{
    padding-top: 30px;
}
.pt40
{
    padding-top: 40px;
}
.pt50
{
    padding-top: 50px;
}


.pb5
{
    padding-bottom: 5px;
}
.pb10
{
    padding-bottom: 10px;
}
.pb15
{
    padding-bottom: 15px;
}
.pb20
{
    padding-bottom: 20px;
}
.pb25
{
    padding-bottom: 25px;
}
.pb30
{
    padding-bottom: 30px;
}
.pb40
{
    padding-bottom: 40px;
}
.pb50
{
    padding-bottom: 50px;
}

.pr10
{
    padding-right: 10px;
}
.pr20
{
    padding-right: 20px;
}
.pr30
{
    padding-right: 30px;
}
.pr40
{
    padding-right: 40px;
}
.pr50
{
    padding-right: 50px;
}

.pl10
{
    padding-left: 10px;
}
.pl20
{
    padding-left: 20px;
}
.pl30
{
    padding-left: 30px;
}
.pl40
{
    padding-left: 40px;
}
.pl50
{
    padding-left: 50px;
}

.fl
{
    float: left;
}
.fr
{
    float: left;
}
.displaynone {
    display: none;
}
.clear{clear: both;}
.dblock {display: block !Important;}
.InlineBlock {
    display: inline-block !Important;
}
.InlineBlock100WidthLeft{display: inline-block; width: 100%;text-align:left;}
.InlineBlock100WidthCenter{display: inline-block; width: 100%;text-align:center;}
.TextAlignCenter{text-align: center;display:inline-block;}
.TextAlignLeft{text-align: left;display:inline-block;}
.TextAlignRight{text-align: right;display:inline-block;}
.TextAlignJustify{text-align: justify ;display:inline-block;}
.TextBold {
    font-weight: bold;
}

.line
{
    margin-bottom: 10px;
    border-bottom-color: #e4e4e4;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.txtInput
{
    border: 1px solid #999999;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 5px;
    padding-left: 3px;
    height: 20px;
    text-align: left;
}

.txtInput_Segoe
{
    border: 1px solid #999999;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 5px;
    padding-left: 3px;
    font-family:'segoe ui', arial, sans-serif;
    font-size:12px;
    line-height:18px;
    height:20px;
    text-align: left;
    display: inline-block;
    background-color: #FFFFFF;
    color:#333333;
}
.txtInput_Segoe_Modern {
    width: 100%;
    padding: 6px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-sizing: border-box;
    resize: none;
    font-size: 12px;
    height: 30px;
    font-family: 'segoe ui', arial, sans-serif;
    background-color: #FFFFFF;
    color: #333333;
}
.PDQDropDown{
    width:202px;
    height:20px;
	border: 1px solid #999999;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    display:inline-block;
    background-color:white;
    text-align:left;
    margin:0px 0px 5px 0px;
    vertical-align:top;
    background: url('../../Images/Site/Icons/PDQDropdownArrow.png') no-repeat right white;
    overflow:hidden;
}

.PDQDropDown_Control{
    width:221px;
    height:18px;
    text-align: left;
    color:#333333;
    font-family:'segoe ui', arial, sans-serif;
    font-size:12px;
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    line-height: 1;
    background: transparent;
    display:inline-block;
    vertical-align:top;
    margin-top:1px;
}

.riSingle .riTextBox, .rfdTextbox.RadForm .riSingle input[type='text'].rfdDecorated {
    height:22px !important;
    line-height:15px !important;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

}
html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default { 
    border-color:#999999 !important;
}
html body .RadInput .riTextBox, html body .RadInputMgr {
    padding:0px 5px !important;
}


.lblInput
{
    display: inline-block;
    text-align: right;
    margin-right: 5px;
    vertical-align: top;
}
.lblInput_Segoe
{
    display: inline-block;
    text-align: right;
    font-family: "segoe ui", arial, sans-serif;
    font-size: 12px;
    line-height:16px;
    vertical-align:middle;
    color:#333333;
}
.lblInput_Segoe_Modern {
    display: block;
    text-align: left;
    font-family: "segoe ui", arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
    color: #333333;
    margin-bottom: 6px;
}


.lblNote
{
    font-family: Verdana;
    font-size: 11px;
    text-align: justify;
    display: inline-block;
    color: #618F94;
}
.Error, .CodeError
{
    text-align: left;
    font-size: 12px;
    color: #FF0000;
    height: auto;
	padding-left:5px;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom:5px;
	padding-right:5px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', 'sans-serif';
	opacity: 1;
}
.CodeError
{
    text-align: center;
}


.ShowBox
{
    border-style: none !important;
    background-position: 0px 0px;
    border-width: 0px;
    width: 15px;
    height: 15px;
    background-image: url('../../Images/Site/Icons/White/ArrowUpDown.png');
    background-repeat: no-repeat;
}
.ShowBoxBlack
{
    border-style: none !important;
    background-position: 0px 0px;
    border-width: 0px;
    width: 15px;
    height: 15px;
    background-image: url('../../Images/Site/Icons/Black/ArrowUpDown.png');
    background-repeat: no-repeat;
}
.HideBox
{
    border-style: none !important;
    border-width: 0px;
    background-position: 0px -15px;
    width: 15px;
    height: 15px;
    background-image: url('../../Images/Site/Icons/White/ArrowUpDown.png');
    background-repeat: no-repeat;
}
.HideBoxBlack
{
    border-style: none !important;
    border-width: 0px;
    background-position: 0px -15px;
    width: 15px;
    height: 15px;
    background-image: url('../../Images/Site/Icons/Black/ArrowUpDown.png');
    background-repeat: no-repeat;
}

.content .box .box-head
{
    background-image: none;
    background-repeat: repeat;
    float: left;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-repeat: repeat-x;
    background-color: #f5f5f5;
    padding: 3px 8px 4px 15px;
    z-index: 3;
}
.content .box .box-head .lblHead
{
    color: inherit;
    font-family: inherit;
    font-weight: 700;
    margin: 0;
    line-height: 27px;
}

.content .box .box-head h3
{
    font-size: 14px;
    float: left;
}

.content .box .box-content
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background-image: none;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position-x: 0;
    background-position-y: 0;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
}

.content .box .box-head::before, .content .box .box-head::after, .content .box .box-content::before, .content .box .box-content::after
{
    display: table;
    content: "";
}

.content .box .box-head::after, .content .box .box-content::after
{
    clear: both;
}
.lblInstructionsType
{
    border: 1px solid #e4e4e4;
    width: 205px;
    padding: 5px;
    display: inline-block;
    text-align: justify;
    color: #333333;
    z-index: 3;
    position: relative;
    font-size: 13px;
}

.lblInstructionsType_Segoe
{
    border: 1px solid #e4e4e4;
    width: 205px;
    padding: 5px;
    display: inline-block;
    text-align: Left;
    color: #333333;
    z-index:auto;
    position: relative;
    font-family:'segoe ui', arial, sans-serif;
    font-size:12px;
    line-height:15px;
}


.InstructionsTypeBox
{
    margin: 0px;
    display: inline-block;
    width: 765px;
    background-color: #C0C0C0;
    padding-right: 5px;
    padding-bottom: 5px;
}
.Instructions
{
    float: right;
    display: inline-block;
    text-align: right;
    margin-right: -224px;
    z-index: 3;
    margin-top: 10px;
}
.BoxInfo
{
    padding: 0px;
    margin: 0px;
    width: 230px;
    display: inline-block;
    float: right;
    text-align: right;
    z-index: 1;
    opacity: 0.94;
    filter: alpha(opacity=94);
    background-color: #FFFFFF;
}

.lblHead
{
    float: left;
    font-size: 16px;
}

.popup-box .popup-box-head
{
    background-image: url('../../Images/Site/TransGrade.png');
    background-repeat: repeat;
    float: left;
    background-repeat: repeat-x;
    background-color: #f5f5f5;
    z-index: 3;
    height:auto;
    padding-top:3px;
    padding-bottom:3px;
}
.popup-box .popup-box-head .lblHead
{
    color: white;
    font-family: inherit;
    font-weight: 700;
    margin: 0;
    line-height: 27px;
    margin-left:8px;
}


.TextAlignLeft{text-align: left;}
.TextAlignCenter{text-align: center;}
.TextAlignRight{text-align: right;}
.TextAlignJustify{text-align: justify;}

.PopupOnlineOrdering_Background
{
    position:fixed;
    background-color:#222222;
    filter:alpha(opacity=70);
    opacity:0.7;
    -moz-opacity: 0.7;
    top:0px;
    left:0px;
    right: 0px; 
    bottom: 0px;
    z-index: 20000000;
    display:none;
}

.PopupOnlineOrdering
{
    z-index: 20000001;
    display:none;

    position:fixed;
    top: 50%;
    left: 50%; 
}


/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& ICONS &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
.btnItemClose
{
    width: 12px;
    height: 12px;
    margin-right:8px;
    margin-top: 8px;
    border-style: none;
    border-width: 0px;
    border-color: transparent;
    background-color: transparent;
    overflow: hidden;
    cursor: pointer;
    float:right;
    background-image: url('../../Images/Site/Icons/White/Close.png') !important;
}

.CheckOutIcon, .CartIcon, .RemoveIcon, .AddressIcon, .ErrorIcon, .AddIcon, .InformationIcon, .QuestionIcon
{
    width: 20px;
    height: 20px;
    display: inline-block;
    float: right;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 4px;
    margin-right: 2px;
}


/*#popupMessageBox
{
    z-index: 19000000;
    width: 465px;
    height: 450px;
    display: none;
}*/


/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/

.pageFooterMessage 
{
    text-align: center;
    display: inline-block;
    color: #666666;
    width: 100%; 
    font-weight: bold;
    margin-left: 125px;
}

/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/

.ck-button {
    margin: 12px 10px;
    background-color: #dedede;
    border-radius: 4px;
    border: 2px solid #c5c5c5;
    font-size: 12px;
    overflow: hidden;
    float: none;
    cursor: pointer;
    width: 184px;
    display: inline-block;
    vertical-align: top;
}

.ck-button.isChecked {
    border-color: #9f9f9f;
    background-color: #9f9f9f;
}
.ck-button.isChecked.blue {
    border-color: #73caf5;
    background-color: #d7ebf8;
}
.ck-button.isChecked.green {
    border-color: #4ebd4a;
    background-color: #e1fac9;
}

.ck-button label {
    float: none;
    width: auto;
}

.ck-button label span {
    text-align: left;
    padding: 6px 25px 6px 6px;
    display: block;
    border-radius: 4px;
}

.ck-button input:checked + span {
    background: url(../../../Images/Site/check-green.gif) no-repeat #9f9f9f right center;
    background-size: 25px;
    color: #fff;
    font-weight: 400;
}

.ck-button.blue input:checked + span {
    background: url(../../../Images/Site/check-blue.gif) no-repeat #d7ebf8 right center;
    background-size: 25px;
    color: #06c;
}

.ck-button.green input:checked + span {
    background: url(../../../Images/Site/check-green.gif) no-repeat #e1fac9 right center;
    background-size: 25px;
    color: #4ebd4a;
    color: #000;
}

.qtyListBoxWrapper {
    margin: 12px 10px;
    background-color: #dedede;
    border-radius: 4px;
    border: 2px solid #c5c5c5;
    float: none;
    width: 184px;
    display: inline-block;
    vertical-align: top;
}

.qtyListBoxWrapper .PDQDropDown_Control {
    padding-left: 4px;
}

.qtyListBoxWrapper .lstModifierQty {
    margin: 0 0 0 4px !important;
    border-radius: 3px !important;
}

.qtyListBoxWrapper .lblModifier {
    margin: 2px 0 2px 6px !important;
    overflow: auto !important;
    width: 108px !important;
    height: auto !important;
    line-height: normal !important;
    background: none !important;
    border: none !important;
}

#themeChanger {
    margin: 4px 8px;
    padding: 8px 4px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 5px;
    z-index: 100;
}

#themeChanger span {
    margin: 0 4px;
    padding: 2px 8px;
    border: 1px solid #999;
    background: #ccc;
    border-radius: 3px;
}
#themeChanger span.active {
    background: #73caf5;
}
