/* 
 * Rec 1 CSS for SECURE
 * @author Jake Grice
 * @created 10-13-2010
 */

span.toplink, span.login_links {
    display: -moz-inline-block;
    display: inline-block;
    margin: 0;
    font-size: 90%;
}

span.toplink a, span.toplink a:visited,
span.login_links a, span.login_links a:visited {
    color: #003356;
}

span.toplink a:hover, span.login_links a:hover {
    color: #0066AC;
}

span.login_links {
    
}

div.icon_link {
    background-color: #ccc;
    padding: 1px;
    height: 62px;
    float: left;
}

div.icon_link.col2 {
    width: 258px;
}

div.icon_link a {
    display: block;
    height: 50px;
    background: #ccc url("/rec2_dependencies/img/link_iconbg.png") 0 0 repeat-x;
    padding: 5px;
    margin: 0;
    border: 1px #fff solid;
    width: auto;
    color: #222;
    font-weight: normal;
    text-shadow: #fafafa 1px 1px 1px;
}

div.icon_link a div span {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    background-size: 32px;
    -o-background-size: 32px;
    -moz-background-size: 32px;
    -webkit-background-size: 32px;
    background-repeat: no-repeat;
    margin: 5px 15px 0 5px;
}

div.icon_link a div {
    float: left;
    max-width: 192px;
}

div.icon_link a div h3 {
    font-size: 90%;
    margin: 1px;
    line-height: 1em;
}

div.icon_link a div p {
    font-size: 80%;
    margin: 1px;
    padding: 0;
}

div.icon_link:hover {
    
}

div.icon_link:hover a {
    background-position: 0 -60px;
    color: #fff !important;
    text-shadow: #666 -1px -1px 1px;
}

.dialogBox {
    display: none;
}


/*********************************************
 *             Point of Sale                 *
 *********************************************/

#posDialog {
    font-size: 12px;
    overflow: hidden;
}

#pos-items-wrapper {
    position: relative;
    height: 100%;
    padding: 0; 
    border-top: 1px #DDD solid;
}

#pos-items, .pos-item-list {
    margin: 10px 0;
    border: 1px #DDD solid;
    background-color: #F5F5F5;
    padding: 5px;
    position: absolute;
    top: 40px;
    left: 10px;
    right: 10px;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

#pos-items .pos-item, .pos-item-list .pos-item {
    width: 200px;
    height: 48px;
    float: left;
    border: 1px #DDD solid;
    background-color: #FFF;
    margin: 5px;
    padding: 5px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.pos-item-list.mini .pos-item {
    width: 100px;
    height: 24px;
}


#pos-items .pos-item:hover, .pos-item-list .pos-item:hover {
    background-color: #EEE;
}

.pos-item-icon {
    position: absolute;
    right: 10px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 5000;
    width: 48px;
    height: 48px;
}

.pos-item-list.mini .pos-item-icon {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    top: 50%;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.pos-item-list.mini .pos-item-name {
    margin-left: 6px;
    margin-top: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 90px;
}

.pos-item-list.mini .pos-item-inner {
    bottom: 0 !important;
}

.pos-item-inner {
    position: absolute; 
    top: 5px; 
    bottom: 5px; 
    left: 5px; 
    right: 5px; 
    z-index: 9999;
    overflow: hidden;
}

.pos-item-name {
    float: left;
    width: 140px;
    font-weight: bold;
    font-size: 13px;
}

.pos-item.secondary .pos-item-name {
    font-weight: normal;
    color: #222;
}

.pos-item-price {
    float: right;
    width: 50px;
    text-align: right;
    font-weight: bold;
    font-size: 16px;
}

.pos-item-description {
    color: #444;
    font-size: 11px;
    float: left;
    width: 147px;
}

/* CART ITEMS */

#pos-cart-wrapper, #pos-payments-wrapper {
    position: relative;
    height: 100%;
}

#pos-cart, #pos-payments {
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 20px;
}

#pos-cart h3, #pos-payments h3 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    padding: 5px;
    text-transform: uppercase;
    background-color: #888;
    color: #FFF;
}

#pos-cart .cart-empty, #pos-payments .payments-empty {
    padding: 30px;
}

#pos-cart-items, #pos-payment-items {
    position: absolute;
    top: 0;
    bottom: 70px;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    
    border: 1px #DDD solid;
    background-color: #F5F5F5;
    border-top: none;
}

#pos-cart-items .item, #pos-payment-items .payment {
    cursor: pointer;
    clear: both;
    border-bottom: 1px #DDD solid;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
    min-height: 48px;
}

#pos-cart-items .item:hover, #pos-payment-items .payment:hover {
    background-color: #EEE;
}

.pos-cart-head-wrapper {
    position: relative;
    height: 24px;
    border: 1px #DDD solid;
    border-bottom: none;
    
    background-image:-moz-linear-gradient(top,#f3f3f3,#e3e3e3);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f3f3f3),color-stop(1,#e3e3e3));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#f3f3f3,EndColorStr=#e3e3e3);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#f3f3f3,EndColorStr=#e3e3e3);
    
}

.pos-cart-head {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    bottom: 0;
}

.pos-cart-head div.th {
    float: left;
}

.pos-cart-head div.th span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pos-cart-foot {
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
}

.pos-cart-foot .info-key {
    width: 25%;
    text-align: right;
}

.pos-cart-foot .info-value {
    width: 25%;
    text-align: right;
}

.pos-cart-item-field {
    padding: 0 !important;
    float: left;
}

.price-key {
    padding: 0 !important;
    margin: 0;
    width: 40px;
    display: block;
    color: #666;
    font-size: 10px;
    float: left;
    text-align: left !important;
}

.price-value {
    padding: 0 !important;
    float: right;
    display: block;
}

.pos-cart-item-field span {
    padding: 3px 6px;
    display: block;
}

.pos-cart-item-icon, .pos-cart-payment-icon {
    position: absolute;
    left: 10px;
    opacity: 0.2;
    filter: alpha(opacity=20);
    z-index: 5000;
    width: 48px;
    height: 48px;
    top: 50%;
    margin-top: -24px;
    background-repeat: no-repeat;
}

.pos-cart-item-wrapper, .pos-cart-payment-wrapper {
    position: relative;
    z-index: 9999;
}

.pos-cart-item-name {
    width: 48%;
    font-size: 13px;
    font-weight: bold;
}

.pos-cart-item-qty {
    width: 10%;
    text-align: center;
}
.pos-cart-item-price {
    width: 30%;
    text-align: right;
}
.pos-cart-item-actions {
    width: 10%;
    text-align: right;
}

.pos-cart-payment-type {
    width: 60%;
    font-size: 13px;
    font-weight: bold;
}

.pos-cart-payment-amount {
    width: 28%;
    text-align: right;
}

.pos-cart-payment-actions {
    width: 10%;
    text-align: right;
}

.pos-cart-item-info p {
    padding: 0;
    margin: 3px 6px;
    color: #444;
    font-size: 11px;
    font-weight: normal;
}





div.ui-list {
    width: 440px;
    background-color: #222;
    padding: 1px;
    
    background-image:-moz-linear-gradient(top,#111111,#444444);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#111111),color-stop(1,#444444));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#111111,EndColorStr=#444444);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#111111,EndColorStr=#444444);
}

div.itemContainer > p {
    color: #fff;
    margin: 10px 20px;
}

div.ui-list div.itemContainer {
    height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 1px;
}

div.ui-list div.item {
    /*
    max-width: 428px;
    min-width: 400px;
    */
    border: 1px #888 solid;
    background-color: #666;
    color: #fff;
    padding: 5px;
    margin: 0 1px 1px 0;
    cursor: default;
    text-shadow: #4A4A4A -1px -1px 1px;
    
    background-image:-moz-linear-gradient(top,#777777,#555555);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#777777),color-stop(1,#555555));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#777777,EndColorStr=#555555);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#777777,EndColorStr=#555555);
}

div.ui-list div.item.alt1 {
    background-image:-moz-linear-gradient(top,#62d140,#3eaa1d);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#62d140),color-stop(1,#3eaa1d));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#62d140,EndColorStr=#3eaa1d);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#62d140,EndColorStr=#3eaa1d);
    border: 1px #3eaa1d solid;
    text-shadow: #2d8d10 -1px -1px 1px;
    color: #fff;
}

div.ui-list div.item.headers {
    font-weight: bold;
    color: #333;
    background-color: #EEE;
    font-size: 120%;
    margin: 0;
    text-shadow: #fff 1px 1px 1px;
    border-color: #fff;
    
    background-image:-moz-linear-gradient(top,#FAFAFA,#D0D0D0);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#FAFAFA),color-stop(1,#D0D0D0));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#FAFAFA,EndColorStr=#D0D0D0);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#FAFAFA,EndColorStr=#D0D0D0);
}

div.ui-list div.item.headers span.info {
    width: 150px;
}
div.ui-list div.item.headers span.qty {
    width: 75px;
}

.ui-list img.icon32, .itemContainer img.icon32 {
    max-width: 32px;
    max-height: 32px;
    min-width: 32px;
    min-height: 32px;
    width: 32px;
    height: 32px;
    margin: 3px 5px 0 5px;
    display: block;
    float: left;
}

img.icon16, .icon16 {
    width: 16px;
    height: 16px;
    margin: 0;
    display: block;
    float: left;
}

img.icon16.footprint32 {
    margin: 0 21px 0 5px;
}

img.icon24 {
    max-width: 24px;
    max-height: 24px;
    min-width: 24px;
    min-height: 24px;
    width: 24px;
    height: 24px;
    margin: 3px 5px 0 5px;
}

div.ui-list div.item span.info{
    width: 175px;
    display: block;
    float: left;
    margin: 3px 0 0 0;
}

div.ui-list div.item span.qty{
    width: 50px;
    display: block;
    float: left;
    margin: 3px 0 0 0;
}

div.ui-list div.item span.price{
    width: 100px;
    display: block;
    float: left;
    margin: 3px 0 0 0;
}

div.ui-list div.item span.price.editable {
    cursor: pointer;
}

div.ui-list div.item span.action{
    max-width: 60px;
    display: block;
    float: left;
    margin: 3px 0 0 0;
}

div.ui-list div.item span.action a {
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    float: left;
}

div.ui-list div.item span.action a.img {
    max-width: 32px;
    max-height: 32px;
}

div.ui-list div.item h4 {
    text-align: left;
    font-size: 110%;
    margin: 2px 0;
    padding: 0;
    color: #FFF !important;
    display: block;
}

div.ui-list div.item p {
    text-align: left;
    font-size: 90%;
    margin: 2px 0;
    padding: 0;
    color: #FFF !important;
    display: block;
}



div.ui-list div.item.list-button {
    cursor: pointer;
}

div.ui-list div.item.list-button:hover {
    background-image:-moz-linear-gradient(top,#555555,#333333);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#555555),color-stop(1,#333333));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#555555,EndColorStr=#333333);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#555555,EndColorStr=#333333);
    text-shadow: #4A4A4A -1px -1px 1px;
}

div.ui-list div.item.list-disabled {
    background-image: none;
    background-color: #999;
    color: #333 !important;
    text-shadow: #CCC 1px 1px 1px;
}

div.ui-list div.item.list-disabled h4, div.ui-list div.item.list-disabled p {
    color: #333 !important;
}
















/* ITEM TABS */

#posDialog #items > div {
    padding: 2px;
}

#posDialog div.itemList {
    height: 240px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#posDialog div.itemList div.item {
    width: 85px;
    border: 1px #AAA solid;
    background-color: #FAFAFA;
    color: #000;
    padding: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    float: left;
    text-align: center;
    cursor: pointer;
    margin: 4px;
    
    background-image:-moz-linear-gradient(top,#FEFEFE,#DADADA);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#FEFEFE),color-stop(1,#DADADA));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#FEFEFE,EndColorStr=#DADADA);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#FEFEFE,EndColorStr=#DADADA);
}

#posDialog div.itemList div.item:hover {
    background-color: #EEE;
    background-image:-moz-linear-gradient(top,#FEFEFE,#CCCCCC);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#FEFEFE),color-stop(1,#CCCCCC));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#FEFEFE,EndColorStr=#CCCCCC);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#FEFEFE,EndColorStr=#CCCCCC);
}

#posDialog div.itemList div.item:active {
    background-color: #E5E5E5;
    
    background-image:-moz-linear-gradient(top,#BBBBBB,#CCCCCC);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#BBBBBB),color-stop(1,#CCCCCC));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#BBBBBB,EndColorStr=#CCCCCC);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#BBBBBB,EndColorStr=#CCCCCC);
}

#posDialog div.itemList div.item img.icon32 {
    float: none;
    margin: 0 auto;
}

#posDialog div.itemList div.item span.action{
    max-width: 60px;
    display: block;
    float: left;
    margin: 3px 0 0 0;
}


#posDialog div.itemList div.item h4 {
    text-align: center;
    font-size: 110%;
    margin: 2px 0;
    padding: 0;
}

#posDialog div.itemList div.item p {
    text-align: center;
    font-size: 90%;
    margin: 2px 0;
    padding: 0;
}



/* TOTAL/SUBTOTAL */
#posDialog div.smallTotal {
    font-size: 120%;
    margin: 2px 0;
    padding: 0;
    line-height: 1em;
    font-weight: bold;
}

#posDialog div.bigTotal {
    font-size: 160%;
    margin: 2px 0;
    padding: 0;
    line-height: 1em;
    font-weight: bold;
}

#posDialog div.totals {
    cursor: default;
    border: 3px #999 double;
    padding: 10px;
    background-color: #FAFAFA;
    text-shadow: #fff 1px 1px 1px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 65px;
}

#posDialog div.totals .key, #posDialog div.totals .value {
    float: left;
    display: block;
}

#posDialog div.totals .key {
    width: 150px;
}

#posDialog div.totals .value {
    width: 150px;
}

button.addPayment, button.userSearch, button#pos-activity-button {
    padding: 0 15px;
    margin: 0 10px 0 0;
}


div.touchScreen-list-clickable {
    padding: 8px 0;
    border-bottom: 1px #CCC solid;
    cursor: pointer;
}

div.touchScreen-list-clickable:hover {
    background-color: #FAFAFA;
}

div.touchScreen-list-clickable a.icon_button {
    margin: 0 6px 0 0;
}


/*
 SESSIONS PAGE
*/

.col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_1p5, .col_4p5, .col_7 { float: left; dipslay: block; }

.col_1 { width: 100px; }
.col_1p5 { width: 150px; }
.col_2 { width: 200px; }
.col_3 { width: 300px; }
.col_4 { width: 400px; }
.col_4p5 { width: 450px; }
.col_5 { width: 500px; }
.col_6 { width: 600px; }
.col_7 { width: 700px; }

.group_container {}
.group_wrapper{ display: block; font-weight: bold; background-color: #F5F5F5; padding: 0; height: 28px; color: #222 !important; border-top: #DDD 1px solid; border-bottom: #DDD 1px solid;
    background-image:-moz-linear-gradient(top,#FAFAFA,#F0F0F0);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#FAFAFA),color-stop(1,#F0F0F0));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#FAFAFA,EndColorStr=#F0F0F0);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#FAFAFA,EndColorStr=#F0F0F0);
    text-shadow: #fff 1px 1px 1px;
 }
.col_header { font-weight: bold; font-size: 120%; }
.group { display: block; padding: 5px; height: 18px; }
.group em { font-size: 75%; }
.group_wrapper:hover { background-color: #EEE; color: #000 !important; }
.group.icon_button { float: right; width: 16px; margin: 0; }
a.icon_button:hover { background-color: #444 !important; }


/* .session { display: block; border-bottom: #F5F5F5 1px solid; height: 18px; overflow: hidden; } */
.session.icon_button  { float: right; width: 16px; padding: 0 5px; }

/*
.session.odd_row { background-color: #FAFAFA; }
*/

.indent { padding-left: 15px; }
a.inline.icon_button { width: 16px; height: 16px; display: -moz-inline-block; display: inline-block; margin: 2px 3px; padding: 0 1px 1px 0; vertical-align: top; background-color: #BBB; }
a.icon_button.error { background-color: #D00 !important; }
a.icon_button.transparent { background-color: transparent; }
.quicklist { border:1px solid #999; width:200px; padding:10px; margin-right:10px;
    background-color: #ddd; 
    background-image:-moz-linear-gradient(left,#dadada,#d5d5d5);
    background-image:-webkit-gradient(linear,left top,right top,color-stop(0,#dadada),color-stop(1,#d5d5d5));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#dadada,EndColorStr=#d5d5d5,GradientType=1);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#dadada,EndColorStr=#d5d5d5,GradientType=1);
    }
.quicklisttitle { font-weight:bold; width:100%; text-align:center; }
a.quicklistbutton {    float: left !important;    display: block;    margin: 5px auto !important; width: 170px !important;}
button.quicklistbutton { width: 200px; }
div.quicklists { width: 200px; display: block; float: right; }
div.quicklist form select {    font-size: 90%; margin-top: 2px; width: 100%; }
div.quicklist p { padding-top: 3px; }

div.clear {clear: both;}
span.clear {clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
span.clear_space{clear:both;display:block;overflow:visible;height:1px;padding-top:10px;margin-bottom:10px;border-bottom:1px #DDD solid;}


.good {color: #090 !important;}
.bad {color: #C00 !important;}
.neutral {color: #C60 !important;}
.grey, .gray, .muted { color: #999 !important; }

.small {font-size: 80%;}
.italic {font-style: italic;}



.selectable_icon {
    float: left;
    cursor: pointer;
    margin: 2px;
    padding: 2px;
}

.selectable_icon:hover {
    background-color: #444;
    color: #fff;
    border-color: #000;
}

.no_icon {
    width: 46px;
    height: 46px;
    text-align: center;
    border: 1px #CCC solid;
}

.prompt-freeform-text {
    width: 250px;
    height: 85px;
}

.prompt-date-request, .prompt-donation {
    width: 100px;
}

.space-right { margin-right: 5px !important; }

.trend-box {
    padding: 10px; border: 1px #A00 solid; margin-bottom: 20px;
    background-color: #FFFEFE;
}

#smallcart {
    z-index: 1000 !important;
}


#tooltip {
    font-size: 13px;
    text-align: center;
    position: absolute;
    display: none;
    
    width: auto;
    height: auto;
    overflow: visible;
    padding: 0;
    margin: 14px;
    z-index: 9997;
}

#tooltip #tooltip-bg {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 9998;
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

#tooltip #tooltip-inner {
    color: #FFF;
    text-align: center;
    padding: 6px 10px;
    position: relative;
    z-index: 9999;
}

#tooltip #tt {
    width: 13px;
    height: 13px;
    background-image: url("/rec2_dependencies/img/tt-s.png");
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#tooltip em {
    font-size: 11px;
    font-weight: bold;
    margin-right: 5px;
    color: #CCC;
    font-style: normal;
}


.inline-block {
    display: inline-block;
    vertical-align: bottom;
    *display: inline;
    zoom: 1;
}







/* REC1 MEGAMENU ABSTRACT CSS */

/*TOPNAV: The top menu-level links*/
ul.megamenu-topnav {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
}
/*TOPNAV LI elements*/
ul.megamenu-topnav > li {
    display: block;
    float: left;
}
/*TOPNAV link icons*/
ul.megamenu-topnav li a span.ui-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}


/*SUBNAV: The box that pops up when you move over a top-level link*/
div.megamenu-subnav {
    display: none;
    position: absolute;
    width: auto;
    height: auto;
    background-color: #FFF;
    border: 1px #000 solid;
    z-index: 49;
    list-style: none;
    padding: 10px 10px 10px 10px;
    margin: 0;
}

/*SUBNAV Column*/
ul.megamenu-subnav-col {
    margin: 0 10px 0 0;
    padding: 0 0 0 0;
    list-style: none;
    float: left;
    width: auto;
    border-right: 1px #CCC solid;
}
/*SUBNAV Column (last)*/
ul.megamenu-subnav-col.last {
    margin: 0;
    padding: 0;
    border-right: none;
}
/*SUBNAV Column (stretch)*/
div.megamenu-subnav.stretch ul.megamenu-subnav-col {
    float: none;
}
/*SUBNAV Column LI*/
ul.megamenu-subnav-col li {
    display: block;
    margin: 0;
    padding: 0;
}
/*SUBNAV Column TITLE LI*/
ul.megamenu-subnav-col li.megamenu-subnav-col-title {
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
}
/*SUBNAV Column LINK*/
ul.megamenu-subnav-col li a {
    color: #555;
}

ul.megamenu-topnav div.megamenu-subnav li.separator {
    height: 1px;
    border-bottom: 1px #CCC solid;
}


/*Megamenu STYLES*/

/*STYLE1: Parent li*/
ul.megamenu-topnav.style1 > li {
    position: relative;
    font-weight: normal;
    z-index: 51;
}

/*STYLE1: The top level links*/
ul.megamenu-topnav.style1 > li > a {
    color: #333;
    text-shadow: #FFF 1px 1px 1px;
    margin: 4px 4px 1px 1px;
    display: block;
    padding: 3px 15px;
    position: relative;
    z-index: 51;
}


ul.megamenu-topnav.style1.mini > li > a {
    margin: 4px 1px 0 1px;
    padding: 0 6px;
}

/*STYLE1: Top level link hover*/
ul.megamenu-topnav.style1 > li.hover > a {
    border: 1px #999 solid;
    background-color: #FFF;
    margin: 0 3px 0 0;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: none;
    z-index: 61;
}


ul.megamenu-topnav.style1.mini > li.hover > a {
    margin: 1px 0 0 0;
    padding: 2px 6px;
}

ul.megamenu-topnav.style1 div.megamenu-subnav {
    -moz-box-shadow:0px 1px 2px #666;
    -webkit-box-shadow: 0px 1px 2px #666;
    box-shadow:0px 1px 2px #666;
    border: 1px #999 solid;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    padding: 0;
    z-index: 60;
    text-shadow: none;
    text-align: left;
}
ul.megamenu-topnav.style1 div.megamenu-subnav ul.megamenu-subnav-col {
    border: none;
}

ul.megamenu-topnav.style1 div.megamenu-subnav ul {
    margin-top: 10px;
    float: none;
    width: 160px;
}

ul.megamenu-topnav.style1 div.megamenu-subnav li.megamenu-subnav-col-title {
    margin-left: 10px;
    margin-right: 10px;
}

/*STYLE1: The child links*/
ul.megamenu-topnav.style1 div.megamenu-subnav a {
    display: block;
    padding: 5px 20px 5px 8px;
}
ul.megamenu-topnav.style1 div.megamenu-subnav a:hover {
    background-color: #999;
    color: #FFF;
}
ul.megamenu-topnav.style1 div.megamenu-subnav a img {
    vertical-align: bottom;
    margin-right: 5px;
}



/*STYLE2: The top level links*/
ul.megamenu-topnav.style2 > li > a {
    text-shadow: #FAFAFA 1px 1px 1px;
    color: #222;
    
    background-color: #dfdfdf;
    background-image:-moz-linear-gradient(top,#f3f3f3,#e3e3e3);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f3f3f3),color-stop(1,#e3e3e3));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#f3f3f3,EndColorStr=#e3e3e3);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#f3f3f3,EndColorStr=#e3e3e3);
    
    border: 1px #CCC solid;
    margin: 2px 0;
    display: block;
    padding: 1px 5px;
    position: relative;
    z-index: 50;
    
    font-size: 12px;
}

/*STYLE2: Popup menu (subnav) */
ul.megamenu-topnav.style2 div.megamenu-subnav
{
    border: 1px #CCC solid;
    background-color: #f3f3f3;
    margin-top: -2px;
    
    color: #444;
    
    z-index: 60;
}

/*STYLE2: SUBNAV Column TITLE LI*/
ul.megamenu-topnav.style2 ul.megamenu-subnav-col li.megamenu-subnav-col-title {
    color: #222;
    font-weight: bold;
    font-size: 12px;
}
/*STYLE2: SUBNAV Column LINK*/
ul.megamenu-topnav.style2 ul.megamenu-subnav-col li a {
    color: #444;
    font-size: 12px;
    display: block;
    padding: 1px 5px;
}
ul.megamenu-topnav.style2 ul.megamenu-subnav-col li a:hover {
    background-color: #AAA;
    color: #FFF;
}



/*DRAG DROP*/
.draggable {
    display: none;
    width: 175px;
    height: auto;
    background-color: #587f94;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    cursor: move;
    padding: 10px;
    border: 3px #000 solid;
    z-index: 6500;
}

.has-draggable, .already-scheduled {
    cursor: move;
}

.draggable-hover {
    background-color: #587f94 !important;
    color: #FFF;
}

div.transparent-mask {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #eafee1;
    opacity: 0.65;
    display: none;
    top: -1px;
    left: -1px;
}





.rec1-action {
    font-size: 12px;
    padding: 3px 0 9px 0;
    margin-bottom: 6px;
    border-bottom: 1px #DDD solid;
    color: #333;
}

.rec1-action-info {
    font-size: 11px;
    color: #333;
    margin-left: 20px;
}

.rec1-action-date {
    font-size: 11px;
    color: #999;
    margin-left: 20px;
}

.rec1-action-icon {
    width: 16px;
    height: 16px;
    border: none;
    vertical-align: bottom;
    margin-right: 4px;
}

/***Breadcrumb Bar Styling***/
#breadcrumb-container {
    
    
    background: #cacaca url('/rec2_dependencies/img/bc_bg.png') repeat-x;
    height:30px;
    color:#9b9b9b;
    width:100%;
    overflow:visible;
    margin:0 0 15px 0;    
    padding:0px;
    -moz-box-shadow:0px 1px 1px #787878;
    -webkit-box-shadow: 0px 1px 1px #787878;
    box-shadow:0px 1px 1px #787878;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

#breadcrumb {
    overflow:hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    height: 30px;
    
    
}

#breadcrumb li  {
    float:left;
    height:30px;
    display:block;
    background: #cacaca url('/rec2_dependencies/img/bc_bg.png') repeat-x;
    background-position: 0 0;
}

#breadcrumb li.first a {
    background: none;
    margin-left: 0;
    padding-left: 10px;
}


#breadcrumb li a {
    height:30px;
    padding-right: 15px;
    display:block;
    text-decoration: none;
    color:#454545;
    text-shadow: #FFF 1px 1px 1px;
    padding: 7px 23px 6px 19px;
    margin-left: -9px;
    float: left;
    background: transparent url('/rec2_dependencies/img/bc_arrow.png') no-repeat;
    background-position: 0 0;
    white-space: nowrap;
}

#breadcrumb li span {
    background: transparent url('/rec2_dependencies/img/bc_arrow.png') no-repeat;
    background-position: 0 0;
    height: 30px;
    width: 10px;
    display: block;
    margin-left: -9px;
}


#breadcrumb li.hover a, #breadcrumb li.hover {
    background-position: 0 -30px;
}

#breadcrumb li.active a, #breadcrumb li.active, #breadcrumb li.stay-active a, #breadcrumb li.stay-active {
    background-position: 0 -60px !important;
    text-shadow: #CCC 1px 1px 1px;
}

#breadcrumb .breadcrumb-icon {
    border: none;
    margin: 0 6px 0 0;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    float: left;
}

#breadcrumb a:hover {
    color: #000;
}


/*** Widget Columns ***/
.widget {
    float: left;
    margin-right: 14px;
/*    background-color: #FFF;*/
}

.widget-header {
    -moz-box-shadow:0px 1px 1px #787878;
    -webkit-box-shadow: 0px 1px 1px #787878;
    box-shadow:0px 1px 1px #787878;
    
    
    padding: 0;
    margin: 0 0 5px 0;
    text-align: center;
    
/*    border: 1px #e5e5e5 solid;*/
    
    text-shadow: #FAFAFA 1px 1px 1px;
    font-size: 12px;
    font-weight: bold;
    color: #555;
    
    height: 25px;
    
    background-color: #dfdfdf;
    background-image:-moz-linear-gradient(top,#f3f3f3,#e3e3e3);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f3f3f3),color-stop(1,#e3e3e3));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#f3f3f3,EndColorStr=#e3e3e3);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#f3f3f3,EndColorStr=#e3e3e3);
}

.widget-header > span {
    display: block;
    padding-top: 5px;
}

.widget-content { 
    padding: 5px 10px; 
    background-color: #FFF;
}

.widget.scrolls .widget-content {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 400px;
}

.widget.last { margin-right: 0; }

.col1 {
    height: auto;
    width: 820px;
}

.col2 {
    height: auto;
    width: 401px;
}



.col3 {
    height: auto;
    width: 262px;
}

.breadcrumb-menu { float: right; }

.rec1-notice-info {
    color: #000;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    background-color: #cfddf5;
    border: 1px #96b0da solid;
    margin: 5px 0 10px 0;
}
.rec1-notice-info a {
    padding: 5px;
    color: #FFF;
    background-color: #96b0da;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    line-height: 3em;
    font-weight: bold;
}
.rec1-notice-info a:hover {
    background-color: #2c456f;
}

.rec1-notice-alert {
}



.link-table { margin: 0 auto; background-color: #CCC; }
.link-table-button {
    background-image:-ms-linear-gradient(top,#f3f3f3,#e3e3e3);
    background-image:-moz-linear-gradient(top,#f3f3f3,#e3e3e3);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f3f3f3),color-stop(1,#e3e3e3));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#f3f3f3,EndColorStr=#e3e3e3);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#f3f3f3,EndColorStr=#e3e3e3);
    cursor: pointer;
    text-shadow: #FAFAFA 1px 1px 1px;
    padding: 0;
    /*border-top: #FFF 1px solid; border-left: #FFF 1px solid;*/
    /*border-right: #CCC 1px solid; border-bottom: #CCC 1px solid;*/
    border: 1px #FFF solid;
}
.link-table-button:hover {
    background-image:-moz-linear-gradient(top,#909090,#666666);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#909090),color-stop(1,#666666));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#909090,EndColorStr=#666666);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#909090,EndColorStr=#666666);
    color: #fff !important;
    text-shadow: #666666 -1px -1px 1px;
}

.link-table-button-icon16 { width: 16px; }
.link-table-button-icon32 { width: 32px; }
.link-table-button-icon32 img { width: 32px; height: 32px; }
.link-table-button-icon48 { width: 48px; }

.link-table-button-label { text-align: left; padding-left: 0 !important; }
.link-table-button-label h3 { font-size: 14px; font-weight: bold; padding: 0; margin: 0; }
.link-table-button-label p { font-size: 11px; font-weight: normal; padding: 0; margin: 0; }
.link-table-button table td { padding: 10px; }
.link-table td { vertical-align: top; }

a.icon-link {
    color: #444;
    font-weight: bold;
    white-space: nowrap;
}

a.icon-link:hover {
    text-decoration: underline;
}

a.icon-link img {
    vertical-align: middle;
    border: none;
}

a.icon-link.mid img {
    vertical-align: middle;
}

.strong {
    font-weight: bold;
}

.module-title {
    font-weight: bold;
    font-size: 16px;
    color: #222;
    margin: 0 0 0 0;
}

.module-subtitle {
    margin: 0 0 20px;
    font-weight: normal;
    font-size: 13px;
    color: #999;
}

.info-key {
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    font-size: 12px;
    color: #000;
    margin-right: 10px;
    text-align: right;
    line-height: 25px;
    font-weight: bold;
}

.info-value {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    clear: right;
    font-size: 13px;
    color: #000;
    text-align: left;
    line-height: 25px;
}

.info-title {
    float: left;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 430px;
}

/*
    New widget stuff for rich controls
*/

.widget {
}

.toolbar {
}

.toolbar div {
    margin: 0 10px 10px 0;
    padding: 0;
    display: block;
    width: 80px;
    height: 32px;
    float: left;
}

.toolbar a {
    position: relative;
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    color: #000;
    text-align: center;
}

.toolbar a span {
    position: absolute;
    display: block;
    padding: 0 5px 5px 5px;
    bottom: 0;
    left: 0;
    right: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.toolbar.icon-16 div {
    height: 48px;
}

.toolbar.icon-32 div {
    height: 64px;
}

.toolbar div i {
    margin: 5px 0;
}
 

/*
Apply our standard theme-a gradient to any warranted items
*/
.toolbar.theme-a div {
    background-image: none;
    background-image:-moz-linear-gradient(top,#f3f3f3,#e3e3e3);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f3f3f3),color-stop(1,#e3e3e3));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#f3f3f3,EndColorStr=#e3e3e3);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#f3f3f3,EndColorStr=#e3e3e3);
    border: 1px #bbb solid;
}

.toolbar.theme-a div:hover {
    background-image:-moz-linear-gradient(top,#fafafa,#ebebeb);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(1,#ebebeb));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#fafafa,EndColorStr=#ebebeb);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#fafafa,EndColorStr=#ebebeb);
}

.toolbar.theme-a div:active,
.toolbar.theme-a div.selected {
    background-image:-moz-linear-gradient(top,#c4c4c4,#d6d6d6);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#c4c4c4),color-stop(1,#d6d6d6));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#c4c4c4,EndColorStr=#d6d6d6);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#c4c4c4,EndColorStr=#d6d6d6);
}

.toolbar.theme-a div.disabled {
    background-image: none;
    filter: none;
    -ms-filter: none;
    background-color: #999;
    color: #222;
    cursor: default !important;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.toolbar.theme-a div.disabled a {
    cursor: default !important;
    border-top: 1px #999 solid;
}

.toolbar.theme-a div:active a{
    border-top: 1px #ddd solid;
}

.toolbar.theme-a div a {
    border-top: 1px #fff solid;
}

.light {
    color: #CCC;
}

.space-l {
    margin-left: 15px;
}

h3 span.note, h2 span.note, h1 span.note {
    color: #777;
    margin-left: 10px;
    font-size: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ui-widget-header.static {
    padding: 0.3em 0.6em;
}

.heading-secondary {
    font-size: 80%;
    color: #555;
    margin-left: 0.6em;
}

/*
ICONS
*/


#rec1-status {
    position: absolute;
    top: 30px;
    z-index: 9999;
    left: 0;
    right: 0;
    height: 66px;
    display: none;
}

#rec1-status .rec1-status-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #0968b9;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#rec1-status .rec1-status-fg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 66px;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em auto;
}

h2.report-title {
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em auto;
}

/* 189832 weird css workaround for the space inside the inline <a> with <div> tags inside */
.ui-menu .ui-menu-item-wrapper:has(div) {
    display: block;
    margin-top: 3px;
}
.user-lookup-name {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.user-lookup-note {
    font-size: 11px;
    font-weight: bold;
    color: #777;
}

.user-lookup-address {
    font-size: 11px;
    color: #999;
}

.user-lookup-email {
    font-size: 10px;
    font-weight: bold;
    color: #999;
}

.ui-state-hover .user-lookup-address,
.ui-state-hover .user-lookup-email {
    color: #222;
}



.ui-loading-mask {
    display: none;
    position: absolute;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 2000;
    text-align: center;
}

.ui-loading-mask span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}

.ui-dropdown {
    display: none;
    position: absolute;
    background-color: #FFF;
    border: 1px #DDD solid;
    min-width: 50px;
    min-height: 50px;
    z-index: 500;
    box-shadow: rgba(0,0,0,0.4) 0 0 12px;
}

.ui-dropdown-scrollable {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 600px;
}

.ui-dropdown-section {
    border-bottom: 1px #DDD solid;
}

.ui-dropdown-section.last {
    border-bottom: none;
}

.ui-dropdown-section-contents {
    padding: 1em;
}

.ui-dropdown-header {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0.6em 0;
}

.ui-dropdown-tabs-left-col {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 25%;
    background-color: #EEE;
    border: none;
    border-right: 1px #DDD solid;
    margin-right: -1px;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 61;
}

.ui-dropdown-tabs-left-view {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    width: 75%;
    background-color: #FFF;
    border-left: 1px #DDD solid;
    margin-left: -1px;
    overflow-x: visible;
    overflow-y: scroll;
    z-index: 60;
}

.ui-dropdown-tabs-left-view .row {
    display: block;
}

.ui-dropdown-tabs-left-view .span1,
.ui-dropdown-tabs-left-view .span2,
.ui-dropdown-tabs-left-view .span3 {
    display: block;
    float: left;
}

.ui-dropdown-tabs-left-view .span1 {
    width: 25%;
}

.ui-dropdown-tabs-left-view .span2 {
    width: 50%;
}

.ui-dropdown-tabs-left-view .span3 {
    width: 75%;
}

.ui-dropdown-tabs-left-view .offset1 {
    margin-left: 25%;
}

.ui-dropdown-tabs-left-view .offset2 {
    margin-left: 50%;
}

.ui-dropdown-tabs-left-view .offset3 {
    margin-left: 75%;
}


.ui-dropdown-tab {
    padding: 1em;
    border: none;
    border-bottom: 1px #DDD solid;
    background-color: EEE;
    cursor: pointer;
}

.ui-dropdown-tab span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.ui-dropdown-tab.ui-state-hover {
    /* background-color: #F3F3F3; */
    
}

.ui-dropdown-tab.selected {
    background-color: #FFF;
    position: relative;
    margin-right: -1px;
    cursor: default;
}

.ui-dropdown-tab-view {
    display: none;
}

.ui-dropdown.ui-dropdown-pointer-large {
    margin-top: 13px;
}
.ui-dropdown.ui-dropdown-pointer-large:before{content:'';display:inline-block;border-left:13px solid transparent;border-right:13px solid transparent;border-bottom:13px solid #dddddd;position:absolute;top:-13px;left:9px;width:0;overflow:hidden;}
.ui-dropdown.ui-dropdown-pointer-large:after{content:'';display:inline-block;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #ffffff;position:absolute;top:-12px;left:10px;width:0;overflow:hidden;}

.ui-dropdown.ui-dropdown-pointer-small {
    margin-top: 7px;
}
.ui-dropdown.ui-dropdown-pointer-small:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #dddddd;position:absolute;top:-7px;left:9px;width:0;overflow:hidden;}
.ui-dropdown.ui-dropdown-pointer-small:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #ffffff;position:absolute;top:-6px;left:10px;width:0;overflow:hidden;}

.ui-dropdown.ui-dropdown-pointer-right:before {left: auto; right: 9px;}
.ui-dropdown.ui-dropdown-pointer-right:after {left: auto; right: 10px;}

.ui-dropdown.ui-dropdown-pointer-tab-unselected:after{content:' '; border-bottom-color: #f3f3f3;}
.ui-dropdown.ui-dropdown-pointer-tab-hover:after{content: '  '; border-bottom-color: #dadada;}

.ui-dropdown ul.ui-dropdown-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.ui-dropdown ul.ui-dropdown-links li {

    padding: 0.9em 1.3em;
    color: #333;
    cursor: pointer;
    display: block;
    zoom: 1;
}

.ui-dropdown ul.ui-dropdown-links li.ui-state-hover {
    border: none;
}

.ui-dropdown ul.ui-dropdown-links img,
.ui-dropdown ul.ui-dropdown-links i {
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
    float: left;
}

.ui-dropdown ul.ui-dropdown-links li .label {
    display: block;
    float: left;
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 0.6em;
}

.ui-dropdown ul.ui-dropdown-links li .label.full {
    width: auto;
}

.ui-dropdown ul.ui-dropdown-links li .note {
    float: left;
    /* width: 80px; */
    width: auto;
    color: #999;
    font-size: 11px;
    margin-left: 0.6em;
    display: block;
}


.ui-dropdown ul.ui-dropdown-links li.ui-state-hover .note {
    color: #333;
}

.ui-button-text img {
    vertical-align: text-bottom;
    margin-right: 0.3em;
}



/**
 *  PAGINATION
 */
 
.pagination {
  height: 40px;
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}


/** LABELS & BADGES **/


.ui-label,
.ui-badge {
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.ui-label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.ui-badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

a.ui-label:hover,
a.ui-badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.ui-label-important,
.ui-badge-important {
  background-color: #b94a48;
}

.ui-label-important[href],
.ui-badge-important[href] {
  background-color: #953b39;
}

.ui-label-warning,
.ui-badge-warning {
  background-color: #f89406;
}

.ui-label-warning[href],
.ui-badge-warning[href] {
  background-color: #c67605;
}

.ui-label-success,
.ui-badge-success {
  background-color: #468847;
}

.ui-label-success[href],
.ui-badge-success[href] {
  background-color: #356635;
}

.ui-label-info,
.ui-badge-info {
  background-color: #3a87ad;
}

.ui-label-info[href],
.ui-badge-info[href] {
  background-color: #2d6987;
}

.ui-label-inverse,
.ui-badge-inverse {
  background-color: #333333;
}

.ui-label-inverse[href],
.ui-badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .ui-label,
.btn .ui-badge {
  position: relative;
  top: -1px;
}

.btn-mini .ui-label,
.btn-mini .ui-badge {
  top: 0;
}

.ui-square-right {
    -webkit-border-top-right-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.ui-square-left {
    -webkit-border-top-left-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.ui-input-group {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
}

.ui-input-group input,
.ui-input-group button {
    /*vertical-align: top;*/
    height: auto;
}


button.openid-facebook {
    background: url(/rec2_dependencies/img/openid-facebook2.jpg) no-repeat;
    display: inline-block;
    margin: 0 auto 8px;
    text-indent: -9999px;
    width: 250px;
    height: 42px;
    *display: inline;
    zoom: 1;
}

button.openid-google {
    background: url(/rec2_dependencies/img/openid-google2.jpg) no-repeat;
    display: inline-block;
    margin: 0 auto;
    text-indent: -9999px;
    width: 250px;
    height: 42px;
    *display: inline;
    zoom: 1;
}

.ui-notice-block {
    margin: 0 0 1em 0;
    padding: 1em;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

.ui-notice-absolute {
    left: 0;
    right: 0;
    position: absolute;
    z-index: 51;
    font-size: 12px
}

a.ui-notice-dismiss {
    color: #000;
    font-weight: bold;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 5px;
    display: block;
    font-size: 16px;
    height: 16px;
    width: 16px;
    line-height: 16px;
}



/*======================================================
Contextual Backgrounds
========================================================*/

.bg-primary {
    background-color: #428bca;
    color: #FFF;
}

.bg-warning {
    background-color: #fcf8e3;
}

.bg-danger {
    background-color: #f2dede;
}

.bg-success {
    background-color: #dff0d8;
}

.bg-info {
    background-color: #d9edf7;
}


.pull-right {
    float: right;
}

.ui-dialog-titlebar .ui-button .ui-button-icon-primary {
    top: -1px;
    left: -1px;
}