.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}

/* fixes smartadmin logo width restrictions*/
#logo img {
    width: auto !important;
}

h1, h2, h3, h4 {
	font-weight: 500;
}

/*******************************/
/*** 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: 40px;
    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);
	padding: 5px;
}
/*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: 48%;
    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: inline-block;
    width: 0px;
    height: 0px;
    padding: 0px;
    margin: 0px;
}

.edit {
    top: 5px;
    right: 70px;
    position: relative;
    z-index: 9999;
    display: none;
    color: #ccc;
    width: 0px;
    height: 0px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

/*  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: fixed;
    top: 30%;
    left: 50%;
    margin: -48px 0 0 -48px;
    color: 333333;
    z-index: 99999999;
}
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #eeeeee;
    opacity: 0.75;
    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;
    ;
}

.hover-pencil,
.hover-new,
.hover-trash {
    position: relative;
    display: inline-flex;
    align-items: center;
}
  
.hover-pencil .pencil-icon,
.hover-new .new-icon,
.hover-trash .trash-icon {
    font-size: 1rem;
    margin-left: 4px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
  
.hover-pencil:hover .pencil-icon,
.hover-new:hover .new-icon,
.hover-trash:hover .trash-icon {
    opacity: 1;
}

.btn-xxs {
    font-size: 1rem !important; /* smaller than btn-xs */
    padding: 0.1rem 0.3rem;
    line-height: 1;
}

.btn-xxs i,
.btn-xxs svg,
.btn-xxs .icon {
  font-size: 1rem !important;
  vertical-align: middle;
}

.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;
}

/*  UNUSED?  
#footer {
    color: #FFF;
    padding: 0px;
    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; 
    min-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-100 {
    font-weight: bold;
    width: 75px;
    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;
}

.modal-body {
	min-height: 80px;
}

html {
    position: relative;
    min-height: 100%;
    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;
}

/*---------------------------
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%;
    text-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 {

    }
    .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*/

/* Drop Down on Hover */
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin: 0;
  }
}

.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}

.header-text {
    font-size: medium !important;
    display: inline-block;
    position: relative;
    top: -2px;
}
.glyphicon-none:before {
    content: "\2122";
    color: transparent !important;
    width: 0px;
}

.zoom_image-1_5x {
    background-color: #fff;
    transition: transform .2s; /* Animation */
    margin: 0 auto;
    cursor:zoom-in;
}

.zoom_image-1_5x:active {
    transform: scale(1.5) translate(25px, 25px);
    border: 1px var(--primary-color) solid;
}

.zoom_image-2x {
    background-color: #fff;
    transition: transform .2s; /* Animation */
    margin: 0 auto;
    cursor:zoom-in;
}

.zoom_image-2x:active {
    transform: scale(2) translate(50px, 50px);
    border: 1px var(--primary-color) solid;
}

.zoom_image-3x {
    background-color: #fff;
    transition: transform .2s; /* Animation */
    margin: 0 auto;
    cursor:zoom-in;
}

.zoom_image-3x:active {
    transform: scale(3) translate(75px, 75px);
    border: 1px var(--primary-color) solid;
}

.cart_btn {
    /*margin-top: 7px;*/
    margin-top: 0;
}

#cart_button .btn-group{top:0px !important;}
#cart_button {border:none !important; background-color:none !important;}

#cart_button > div.btn-group > button.btn.btn-default.cart_btn,
#cart_button .btn-default:hover,
#cart_button .btn-default:focus,
#cart_button .btn-default:active,
#cart_button .btn-default.active,
#cart_button .open>.dropdown-toggle.btn-default {
	background-color: none !important;
	background: none !important;
	border: none !important;
}
#cart_button > div.btn-group > button.btn.btn-default.cart_btn > i{font-size:20px; color: var(--primary-header-link-color);}
#cart_button > div.btn-group > button.btn.btn-default.cart_btn:hover > i, default.cart_btn:hover  #cart_items{color:#253c58;}

#close_cart {
    margin-top: 0px;
}

.ui-pg-div {
	display: none !important;
}

#team_grid {
	width: auto !important;
	margin-bottom:auto !important;
}

#gview_jqgrid, div#myPager {
    width:100% !important;height:100% !important;
}

.ui-jqgrid-hdiv, .ui-jqgrid-htable {
    width:100% !important;height:100% !important;
}

.ui-jqgrid-bdiv, #jqgrid {
    width:100% !important;height:100% !important;
}

.ui-jqgrid .ui-jqgrid-hbox {
    padding-right:0 !important;
}

.ui-jqgrid tr.jqgrow td {
    white-space: pre-wrap !important;
}

div#gbox_jqgrid {
    width: 100% !important; overflow-x: scroll; margin-bottom: 80px !important;
}

.ui-jqgrid .loading {

    background-color: transparent;
    border: 0px;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.ui-jqgrid .loading:before {
    content: "\f110";
    font-family: FontAwesome;
    font-size:40px;
}

.ui-jqgrid {
    margin-left: auto;
    margin-right: auto;
}

.iti-flag {
    background-image: url("/general/img/flags.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
       background-image: url("/general/img/flags@2x.png");
    }
}

/**
 * Dropdowns overrides
 *
 */
 
.dropdown-menu > li > a:hover {
	color: var(--secondary-color) !important
}

/**
 * iti overrides
 *
 */
.iti {
	width: 100%;
}


/**
 *
 * SmartAdmin Overrides
 *
 */
 
@media (max-height: 850px) {
	body:not(.minified) nav {
	/*	overflow-y: auto; */
		max-height: 80vh;
	}
	body.minified nav > ul > li:hover > ul {
		overflow-y: auto;
		height: 625%;
	}
}
@media (max-width: 979px) {
	.page-footer {
		padding-top: 0;
	}
}
.page-footer {
	position: fixed !important;
	z-index: 1000000;
	background-color: var(--primary-header-bg-color) !important;
}
#left-panel {
    position:fixed
}
@media only screen and (min-width: 978px) {
	#hide-menu {
		display: none;
	}
}
@media (max-width: 979px) {
	.minified #left-panel {
	    left: -220px !important;
	}
	.minified #hide-menu {
	    display: block !important;
	}
	.minified #main {
		margin-left: 0;
	}
}
#logo-group {
	width: auto !important;
}
.nav-tabs {
	border-bottom: 0 !important;
}

 
 
 /* Force tabs inline, scroll-y*/
 
ul.nav-tabs.tabs-horiz li {
    white-space: nowrap;
    flex-shrink: 0;
}
 
ul.nav-tabs.tabs-horiz {
    /* Support for Safari */
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: row;
    /*--------------------*/
    
    display: flex;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap !important;
    flex-direction: row;
    width: auto;
}

.nav-tabs.tabs-horiz {
    border: 0;
}

/* Nav Tabs vertical, since we broke the other one */


.login-info img {
	border-left: 0!important;
}


.nav-tabs-v>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs-v.bordered>:first-child a {
    border-left-width: 0!important;
}
.nav-tabs-v>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    
    border-radius: 0;
    /*color: #333;*/
}
.nav-tabs-v {
    border-bottom: 1px solid #ddd;
}
.tabs-left>.nav-tabs-v>li>a {
    margin-right: -1px;
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}
.tabs-left>.nav-tabs-v>li {
    float: none;
}
.tabs-left>.nav-tabs-v {
    border-bottom: 0;
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

/* menu dividers */
.minified nav>ul>li {
	border-bottom:0px !important;
	border-top:0px !important;
}
.smart-style-2.minified nav>ul>li {
	border-bottom:0px !important;
	border-top:0px !important;
}

.modal-body .row {
	margin: 0;
}


/**
 *
 * Team View Fixes
 *
 */

#controlBar {
    position:absolute;
    margin-top: 10px;
}

/**
 *
 * Safari Fixes.
 *
 */
 
ul.nav-tabs::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;
}
#main::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;
}

@media (min-width: 768px) {
.colsrow {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display:         flex !important;
  flex-wrap: wrap !important;
}
.colsrow > [class*='col-'] {
  display: flex !important;
  flex-direction: column !important;
}

.colsrow .card, .colsrow .cardNavLink, .colsrow .cardNav  {height:100%;}
}

#shop_header {
    border-radius: 100px;
}

