.xflow_header_bg_color  { background-color: #f5f5f0; }
.xflow_color            { color: #f5f5f0;}
.xflow_txt_color        { color: #B3D335;}
.xflow_main_bg_color    { background-color: #f5f5f0;}

.panel-default > .panel-heading {
    background: #f5f5f0;
    margin-top: -5px;
    color: #662D91;
    border-top: 1px solid #ddd !important;
}

a { color: #662D91 !important; }

a.btn-primary {
        color: white !important;
    }
    
.admin_nav { color: #aaaaaa !important;}

.btn-primary {
    color: #fff;
    background-color: #662D91;
    border-color: #441e62;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #441e62;
    border-color: #000000; /*set the color you want here*/
}

.xflow_bg_color {
    background-color: #f5f5f0 !important;
}
.xflow_nav_color {
    color: #662D91 !important;
}

.TH_Header {
    background-color: #ebebe0;
    color: #662D91;
}

.panel-default > .genealogy-heading {    
    color: #000;
}

.genealogy-heading > a:link    {background-color:transparent; text-decoration:none}
.genealogy-heading > a:visited {background-color:transparent; text-decoration:none}
.genealogy-heading > a:hover   {background-color:transparent; text-decoration:underline}
.genealogy-heading > a:active  {background-color:transparent; text-decoration:underline}



/*******************************/
/*** xFlow Styles.dat start  ***/
/******************************/

.HeaderFont {
    color: #333333;
    font-weight: bold;
    font-size: 140%;
    border-bottom: 1px solid #7D77BB;
    margin: 0px 0px 10px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.BoxHeader {
    border: solid 1px #C9CEE5;
    width: 100%;
    background-color: #E7ECFF;
}
.BoxHeader.td {
    background-color: #E7ECFF;
}
.BoxFont {
    margin: 0px 0px 0px 10px;
    font-family: Arial, "Times New Roman", Times, serif;
    font-weight: bold;
}
.BodyFont {
    margin: 0px 0px 0px 0px;
    font-family: Arial, "Times New Roman", Times, serif;
    font-size: 100%;
    text-align: left;
}
center > div.BodyFont {
    display: inline-block;
    width: auto;
}
.BodyFontCenter {
    margin: 0px 0px 0px 0px;
    font-family: Arial, "Times New Roman", Times, serif;
    font-size: 80%;
    text-align: center;
}
.TableHeader {
    width: 100%;
    /*text-align: center;*/
}
/*** DIV arround table Header ***/

.TableHeaderCenter {
    text-align: center;
    width: 100%;
}
.TD_Header {
    background-color: #E7ECFF;
}
.TD_Header_Center {
    background-color: #E7ECFF;
    text-align: center;
}
.TD_BG_Color_A {
    background-color: #C9CEE5;
}
.TD_BG_Color_B {
    background-color: #E5E5E5;
}
/** This is used only in Category.htmlt in admin & in shop.pl for catagories **/

.item_list {
    border: 1px solid black;
    padding: 1px 1px 1px 1px;
    font-size: 10pt;
}
#item_list_products {
    border: 1px solid black;
    padding: 1px 1px 1px 1px;
    font-size: 10pt;
}
#item_list_products .TD_BG_Color_A:hover {
    background-color: SteelBlue;
    cursor: pointer;
}

.hover_bg:hover {    
    background-color: #f0f5ff;
}

#item_list_products .TD_BG_Color_B:hover {
    background-color: SteelBlue;
    cursor: pointer;
}
.trigger_box {
    float: left;
    display: inline-block;
    line-height: 1.2;
}

.trigger_box2 {
    height: 80px;
    border: 1px solid #CCC;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    moz-box-shadow: 1px 3px 9px #DDD;
    -webkit-box-shadow: 1px 3px 9px #DDD;
    box-shadow: 1px 3px 9px #DDD;
    behavior: url(/inc/PIE.htc);
}
/*border-radius: 8px 8px 40% 40% / 7px 7px 8px 8px;*/
/*box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.2);*/

.prod_category_selects {
    display:inline-block; float:left;
    padding:2px;
}


.condition_box {
    background-color: white;
    margin: 5px;
    border: #DDD 1px dashed;
    text-align: center;
    display: inline-block;
    line-height: 1.2;
    min-height: 100px;
    width: 30%;
    vertical-align: text-top;
}
.condition_box2 {
    background-color: white;
    margin: 5px;
    border: #DDD 1px dashed;
    text-align: center;
    display: inline-block;
    line-height: 1.2;
    min-height: 100px;
    width: 48%;
    vertical-align: text-top;
}
.condition_box2,
.condition_box {
    border: 1px solid #CCC;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    vertical-align: text-top;
    behavior: url(/inc/PIE.htc);
}
/*****************************/
/*** xFlow Styles.dat end  ***/
/*****************************/


.profile-pic {
    position: relative;
    display: inline-block;
}

.profile-pic:hover .edit {
    display: block;
}

.edit {
    top: 35px;
    left: 35px;
    padding-top: 7px;   
    padding-right: 7px;
    position: absolute;
    z-index: 9999;
    display: none;
    color: #ccc;
}

/*  http://jsfiddle.net/aTzc2/ */
#myselect-container {
    position:relative;
    height:15px;
    /*for contain our absoulte select tag */
}
#myselect-container select {
    position:absolute;
    z-index: 9;
    /*for put our list on other tag */
}

.loader {
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -48px 0 0 -48px;
    color: white;
    z-index: 99999999;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 9999999;
}
table.fixed {
    table-layout: fixed;
}
table.fixed td {
    overflow: hidden;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #f0f5ff;
}
.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th {
    border: none !important;
    ;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.h1_icon {
    margin: 0 !important;
}
h2.header {
    color: #000000;
    font-size: 150%;
    margin: 0px;
    padding: 2px;
    border: 1px solid #cccccc;
    background-color: #cccccc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
    font-size: 100%;
    margin-bottom: 0px;
    font-weight: bold;
    margin-bottom: -10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer {
    color: #FFF;
    padding: 0px;
    width: 962px;
    padding: 0 0 0 12px;
}
#footer p,
#footer a {
    color: #333;
    text-decoration: none;
}
#footer .support {
    float: right;
}
#footer .copyright {
    float: left;
}
#draggable {
    width: 150px;
    height: 150px;
    padding: 0.5em;
}

.prod_cat_label {
    padding-left: 5px; 
    width: 15px;
    display:inline-block;
}

.prod_cat_label2 {
    padding-left: 5px; 
    width: 150px;
    display:inline-block;
    font-size: 120%;
    font-weight: bold;
}

.cat_prod {
    left: 100px;
    display:inline-block;
    position: relative;
}

.cat_prod div:hover {
        background: #CCC;
    }

.cat_prod2 {
    width: 100px;
    display:inline-block;
}

.cat_prod3 {
    padding-left: 5px;
    display:inline-block;
    font-weight: bold;
}


.alternate { background: #eee; }
.alternate2 { background: #fff; }

.control-label {
    font-weight: bold;
    width: 120px;
    display:inline-block;
    vertical-align: top;
}
.control-label-short {
    font-weight: bold;
    width: 75px;
    display:inline-block;
    vertical-align: top;
}

.control-label-mid {
    font-weight: bold;
    width: 140px;
    display:inline-block;
    vertical-align: top;
}

.control-label-wide {
    font-weight: bold;
    width: 180px;
    display:inline-block;
    vertical-align: top;
}

.larger {
    font-size: 130%;
}

.modal.modal-wide .modal-dialog {
  width: 90%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}



html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    
    height: 60px;
    background-color: #f5f5f5;
}
/*---------------------------
CALENDAR    
---------------------------*/

.emptyCalendarCell {
    height: 100px;
}
.calendarCell {
    background-color: white;
    color: black;
    height: 100px;
    vertical-align: top;
}
.calendarCell:hover {
    cursor: hand;
    background-color: grey;
    color: white;
    height: 100px;
    vertical-align: top;
}
.calendarCellHighlight {
    background-color: #C9CEE5;
    color: black;
    height: 100px;
    vertical-align: top;
}
.calendarCellHighlight:hover {
    cursor: hand;
    background-color: grey;
    color: white;
    height: 100px;
    vertical-align: top;
}
.eventBackgroundA {
    background-color: #C9CEE5;
}
.eventBackgroundB {
    background-color: #E5E5E5;
}
.eventTime {
    color: black;
    font-weight: bold;
    font-size: 10pt;
}
.eventTitle {
    color: black;
    font-weight: normal;
    font-size: 10pt;
}
.eventDescription {
    color: grey;
    font-weight: normal;
    font-size: 8pt;
}
.eventMessage {
    color: red;
    font-weight: bold;
    font-size: 10pt;
}
/*---------------------------
TABLE STYLES
---------------------------*/

td.header {
    background-color: #E7ECFF;
    font-weight: bold;
    border-bottom: 1px solid black;
}
/*==================================================
                     Box
==================================================*/

.box {
    margin-bottom: 20px;
    border: 1px solid #CCC;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    moz-box-shadow: 1px 3px 9px #DDD;
    -webkit-box-shadow: 1px 3px 9px #DDD;
    box-shadow: 1px 3px 9px #DDD;
    vertical-align: top;
    behavior: url(/inc/PIE.htc);
}
.boxleft {
    margin-bottom: 20px;
    border: 1px solid #CCC;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    moz-box-shadow: 1px 3px 9px #DDD;
    -webkit-box-shadow: 1px 3px 9px #DDD;
    box-shadow: 1px 3px 9px #DDD;
    margin-right: 15px;
    display: inline-block;
    float: left;
    width: 49%;
    behavior: url(/inc/PIE.htc);
}
.boxright {
    margin-bottom: 20px;
    border: 1px solid #CCC;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    moz-box-shadow: 1px 3px 9px #DDD;
    -webkit-box-shadow: 1px 3px 9px #DDD;
    box-shadow: 1px 3px 9px #DDD;
    width: 100%;
    display: inline-block;
    float: right;
    width: 49%;
    behavior: url(/inc/PIE.htc);
}
.boxrightpadding {
    margin-bottom: 20px;
    border: 1px solid #CCC;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    moz-box-shadow: 1px 3px 9px #DDD;
    -webkit-box-shadow: 1px 3px 9px #DDD;
    box-shadow: 1px 3px 9px #DDD;
    margin-right: 15px;
    behavior: url(/inc/PIE.htc);
}
.SectionTitle {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    /*background: #999 url(../../img/bg_h_outer_small_blue.png) repeat-x;*/
    
    line-height: 34px;
    padding-left: 15px;
    background: -moz-linear-gradient(top, rgba(201, 221, 255, 1) 0%, rgba(201, 221, 255, 0.25) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(201, 221, 255, 1)), color-stop(100%, rgba(201, 221, 255, 0.25)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(201, 221, 255, 1) 0%, rgba(201, 221, 255, 0.25) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(201, 221, 255, 1) 0%, rgba(201, 221, 255, 0.25) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(201, 221, 255, 1) 0%, rgba(201, 221, 255, 0.25) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(201, 221, 255, 1) 0%, rgba(201, 221, 255, 0.25) 100%);
    /* W3C */
    
    -pie-background: linear-gradient(to bottom, rgba(201, 221, 255, 1) 0%, rgba(201, 221, 255, 0.25) 100%);
    /* IE6-9 */
    
    behavior: url(/inc/PIE.htc);
}
.boxContent {
    margin-top: 2px;
    padding: 2px 10px 10px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #FFF;
    behavior: url(/inc/PIE.htc);
}
.boxContentTWO {
    margin-top: 2px;
    padding: 2px 10px 2px 10px;
    background: #ffffff url('/images/xflow/bo/a1.gif') top left repeat-x;
}
.boxContentTWO a {
    font-size: 100%;
}
.boxContentTWO table td {
    font-size: 14px;
}
.boxContent ul {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    list-style: none;
}
.shop_box {
    float: left;
    width: 194px;
    height: 180px;
    padding: 5px 0;
    background-color: white;
    border-bottom: #CCC 1px solid;
    text-align: center;
    display: inline-block;
}
/*---------------------------
FORM STYLES
---------------------------*/

.form_dropdown {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #000000;
    border: 1px solid #8095BA;
}
.formstyle {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFCC;
}
.buttonstyle {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    font-weight: bold;
    color: FFFFFF;
    border-width: 1px;
    border-color: 666666;
    border-style: solid;
    cursor: pointer;
    background-color: #5B0908;
}
input.sm {
    font-size: 8pt;
    margin: 0px 0px 0px 0px;
    line-height: 2mm;
    height: 16px;
}
table.TableHeader {
    width: 90%;
    align: left;
    margin-top: 10px;
    border-style: solid;
    border-width: 0px;
    *border-collapse: collapse;
    /* IE7 and lower */
    
    border-spacing: 0;
}
table.TableHeader tr td.TD_BG_Color_A,
table.TableHeader tr td.TD_Header,
table.TableHeader tr td.TD_BG_Color_B {
    border-right: #999 1px solid;
}
table.TableHeader tr td:last-child {
    border-right: none;
}
table.TableHeader tr:first-child td:first-child {
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    behavior: url(/inc/PIE.htc);
}
table.TableHeader tr:first-child td:last-child {
    border-right: none;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    behavior: url(/inc/PIE.htc);
}
table.TableHeader tr:last-child td.TD_BG_Color_A,
table.TableHeader tr:last-child td.TD_Header,
table.TableHeader tr:last-child td.TD_BG_Color_B {
    border-right: #999 1px solid;
}
table.TableHeader tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    behavior: url(/inc/PIE.htc);
}
table.TableHeader tr:last-child td:last-child {
    border-right: none;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    behavior: url(/inc/PIE.htc);
}
.TableHeaderCenter {
    text-align: center;
    width: 100%;
}
.TD_Header {
    background-color: #CCC;
    color: #000;
    padding: 0 5px;
}
.TD_Header_Center {
    background-color: #333;
    text-align: center !important;
    color: #FFF;
}
.TD_Header_Right {
    background-color: #333;
    text-align: right !important;
    color: #FFF;
}
.TD_BG_Color_A {
    background-color: #f6f6f6;
    padding: 0 5px;
}
.TD_BG_Color_B {
    background-color: #ebebeb;
    padding: 0 5px;
}
.TD_BG_Right {
    text-align: right !important;
}
.TD_BG_Center {
    text-align: center !important;
}
.BodyFont {
    margin: 0px 0px 0px 0px;
    font-family: Arial, "Times New Roman", Times, serif;
    text-align: left;
}
.BodyFontRight {
    margin: 0px 0px 0px 0px;
    font-family: Arial, "Times New Roman", Times, serif;
    text-align: right;
}
.BodyFontCenter {
    margin: 0px 0px 0px 0px;
    font-family: Arial, "Times New Roman", Times, serif;
    text-align: center;
    display: inline-block;
}
.remove-bottom {
    margin-bottom: 0 !important;
}
.half-bottom {
    margin-bottom: 10px !important;
}
.add-bottom {
    margin-bottom: 20px !important;
}
.facebookpost {
    width: 370px;
    line-height: 125%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 20px;
    vertical-align: top;
    border: 1px solid #CCC;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 15px;
    moz-box-shadow: 1px 3px 9px #DDD;
    -webkit-box-shadow: 1px 3px 9px #DDD;
    box-shadow: 1px 3px 9px #DDD;
}
.facebookpost a {
    text-decoration: none;
    font-weight: bold;
    line-height: 1.5;
}
.facebookpostimage {
    float: left;
    position: relative;
    padding-right: 10px;
    height: 75px;
}
.facebookname {
    font-size: 16px;
}
.facebookcaption {
    font-size: 14px;
}
.checkoutProgress {
    border-bottom: 0px dotted #CCCCCC;
    padding: 4px 0px 4px 35px;
    margin-right: 30px;
    font-size: 1.2em;
}
.checkoutDONE_icon {
    color: #00cc00;
    font-size: 140%;
}
.checkoutNOW_icon {
    color: #0033cc;
    font-size: 140%;
}
.checkoutTODO_icon {
    color: #cccccc;
    font-size: 140%;
}
.checkoutAddressContainer {
    border-left: 1px solid #cccccc;
    min-width: 180px;
    min-height: 130px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 12px 12px 12px 12px;
    /* Saf3-4, iOS 1-3.2, Android <1.6 */
    
    -moz-border-radius: 12px 12px 12px 12px;
    /* FF1-3.6 */
    
    border-radius: 12px 12px 12px 12px;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    padding: 10px;
}
.selectedAddress {
    border-left: 1px solid #cccccc;
    min-width: 180px;
    min-height: 130px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 12px 12px 12px 12px;
    /* Saf3-4, iOS 1-3.2, Android <1.6 */
    
    -moz-border-radius: 12px 12px 12px 12px;
    /* FF1-3.6 */
    
    border-radius: 12px 12px 12px 12px;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    padding: 10px;
    background-color: #FFC;
}
#addAddress {
    border-left: 1px solid #cccccc;
    border: 1px solid #cccccc;
    -webkit-border-radius: 12px 12px 12px 12px;
    /* Saf3-4, iOS 1-3.2, Android <1.6 */
    
    -moz-border-radius: 12px 12px 12px 12px;
    /* FF1-3.6 */
    
    border-radius: 12px 12px 12px 12px;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    
    display: inline-block;
    margin-right: 15px;
    margin-top: 10px;
    padding: 10px;
    width: auto;
}
/*START: collapse nav before 768 which is default*/

@media (max-width: 1014px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}
/*END: collapse nav before 768 which is default*/


.header-text {
    font-size: medium !important;
    display: inline-block;
    position: relative;
    top: -2px;
}
.glyphicon-none:before {
    content: "\2122";
    color: transparent !important;
}