/*
   TEMPLATE: BASIC
*/

body {
    min-width: 400px;
}

h3,
h4 {
    color: #428bca;
}

img{
    max-width: 100%;
}

.no-marg {
    margin: 0px 0px 0px 0px !important;
}

.no-pad {
    padding: 0px 0px 0px 0px !important;
}

.no-underline{
    text-decoration: none
}

.font-bold {
    font-weight: bold;
}

.active-hover{
    background-color: #f5f5f5;
}

.flex {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.dots {
    width: 100%;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 21px;
}

.pointer {
    cursor: pointer;
}

.dropdown {
    display: block;
}

.dropdown-header {
    color: #000000 !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.dropdown-menu, .dropdown-menu > li, .dropdown-menu > li > div, .dropdown-menu > li > div > table{
    outline: none;
}

.badge {
    background-color: #DEDEDE;
    color: #555555;
}

.embed-responsive-item {
    width: 100%;
    height: 100%;
    border: 0;
}

.list-style {
    list-style: none;
    padding: 0px;
}

.loadSpin {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    font-size: 18px;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}

.cookie-bar {
    display: block;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 20px;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    z-index: 99999;
}

.cookie-law {
    font-size: 12px;
}

.water {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    bottom: 0;
    opacity: 0.5;
    color: #000000;
    padding-top: 100px;
    text-align: center;
    font-size: 32px;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.imageZoom {
    overflow: hidden;
}

.imageZoom img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.imageZoom:hover img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

@media (max-width: 767px) {
    .hideMobile {
        display: none;
    }
    .showMobile {
        display: block;
    }
}

@media print {
    body * {
        visibility: hidden;
    }
    .printThis,
    .printThis * {
        visibility: visible;
    }
}

@media (min-width: 1200px){
    .container {
        width: 90%;
    }
}

.popover{
    z-index: 9999;
}

.table-reflow thead {
    float: left;
}

.table-reflow tbody {
    display: block;
    white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
    border-top: 1px solid #eceeef;
    border-left: 1px solid #eceeef;
}

.table-reflow th:last-child,
.table-reflow td:last-child {
    border-right: 1px solid #eceeef;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
    border-bottom: 1px solid #eceeef;
}

.table-reflow tr {
    float: left;
}

.table-reflow tr th,
.table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef;
}

.table-fixed {
    table-layout: fixed;
}

.table tbody > tr >td {
    vertical-align: middle;
}

.infiniteScrollBox, .infiniteModalScrollBox {
    width: 100%;
    overflow: auto !important;
    min-height: 200px !important;
    max-height: 400px !important;
}

/*
    PAGE CONTENT
*/

.tableTabs li {
    padding: 7px 0 !important;
    color: #5c5c5c;
    cursor: pointer;
    line-height: 28px !important;
    list-style-type: none;
    padding: 5px !important;
    border-bottom: 1px solid #eee!important;
    border-radius: 4px;
}

.tableTabs li:hover {
    background-color: #DEDEDE;
    color: #428BCA !important;
}

.tableTabsActive {
    background-color: #DEDEDE;
    color: #428BCA !important;
}

.modal-backdrop {
    background: rgba(0, 0, 0, .3);
}

.modalVideo {
    width: 100%;
}

.modalVideo iframe {
    width: 100%;
    min-height: 275px;
    border: 0px;
    margin-bottom: -5px;
}

.modalVideo hr {
    margin-bottom: 8px;
    margin-top: 8px;
    background-color: #333;
    height: 1px;
}

.modal_videoName {
    width: 100%;
    padding: 10px;
    font-weight: bold;
}

.modal_selectedName {
    font-size: 20px;
}

.modal_selectedDesc {
    font-weight: normal;
}

.custom-form fieldset {
    border: none;
}

.custom-form label.control-label.error {
    float: right;
}

.re-captcha-container {
    padding-bottom: 20px;
}

.carousel-indicators {
    display: none;
}

.carousel-control, .accordion-toggle{
    cursor: pointer;
}

.carousel-preview {
    border-radius: 5px;
    margin: 0;
}

.carousel-contents {
    border-radius: 5px;
    margin: 15px 0;
}

.carousel-container .img-responsive {
    width: 100% !important;
    max-height: 248px !important;
}

.carousel-container label {
    color: black;
}

.carousel-link {
    padding-top: 15px;
}

.languageOption img {
    width: 20px;
}


/*
    SEARCH
*/

.page-search-item ul {
    min-width: 300px;
}

.page-name,
.page-snippet {
    display: block;
}

.page-name {
    color: #428BCA;
}

.page-snippet {
    color: #000;
}

.search-box {
    width: 100px;
    float: left;
}

.search-button {
    width: 20%;
    padding-top: 8px;
    padding-left: 5px;
    color: #000;
}

.search-button-page {
    padding-top: 8px;
    color: #000;
}

.search-more {
    height: 27px !important;
    padding: 3px 10px !important;
    margin-bottom: 5px !important;
    margin-right: -10px !important;
    margin-top: 5px !important;
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.search-more:hover {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.searchTypeList {
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
}

.searchTypeList > .dropdown-menu {
    width: 300px;
}

.searchTypeInputBox {
    margin-right: 5px;
    margin-left: 5px;
}

.searchMenu {
    top: 9px;
}

/*
    DROPDOWNS
*/

@media (max-width: 767px) {
    .searchTypeList > .dropdown-menu,
    .account-dropdown,
    .login-dropdown {
        position: absolute !important;
        float: left !important;
        margin-top: 2px !important;
        background-color: #ffffff !important;
        border: 1px solid rgba(0, 0, 0, 0.15) !important;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
    }
    .searchTypeList > .dropdown-menu {
        width: 300px !important;
    }
    .login-dropdown {
        left: -80px !important;
        width: 300px !important;
    }
}


/*
    MENUS
*/

.navbar-brand{
    height: auto;
}

.company-name{
    padding: 15px 15px;
}
.navbar-toggle{
    margin-top: 15px;
}

.navbar-collapse{
    max-height: none !important;
}
.navbar-nav > li > span {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.nav > li > span {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navbar-nav > span {
    float: left;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
    border-color: #428bca;
}

@media (min-width: 768px) {
    .navbar-nav > li > span {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-fixed-top {
    position: static !important;
}

.top-right-menu > li > a:hover,
.top-right-menu > li > span:hover > a {
    color: #FFF;
}

.top-right-menu > li > a {
    cursor: pointer;
}

.top-right-menu > li > span {
    cursor: pointer;
}

.caption-left {
    left: 0%;
    right: 50%;
}

.caption-right {
    left: 50%;
    right: 0%;
}

.sidebar-wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.Menu-toggle {
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #428bca !important;
    border: 1px solid #357ebd;
    border-radius: 4px;
}

.Menu-toggle:hover {
    background-color: #3276b1 !important;
    border-color: #285e8e !important;
}

.Menu-toggle .icon-bar {
    display: block;
    width: 22px;
    background-color: #fff;
    height: 2px;
}

.Menu-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .sidemenu-toggle {
        display: none;
    }

    .navbar-nav.navbar-right:last-child {
        padding: 15px 15px;
    }
}

@media (max-width: 768px) {
    .navbar-nav.navbar-right:last-child {
        margin: 0px;
        margin-bottom: 5px;
    }
    .leftSideMenu {
        width: 0px !important;
        display: none !important;
    }
    .rightSideMenu {
        width: 0px !important;
        display: none !important;
    }
    .sidebarCollapse {
        width: 100%;
    }
    .searchTypeList > .dropdown-menu {
        right: 0 !important;
        left: auto !important;
    }
}

.bottom-content {
    margin-top: 20px !important;
    padding-top: 20px;
    padding-bottom: 10px;
}

/*
    STORE
*/

.address-billing-form,
.address-shipping-form,
.address-info {
    margin-top: 10px;
}

.highlightsCarousel {
    margin-bottom: 20px;
}

.highlightsCarousel > .carousel-control {
    display: none;
}

.highlightsCarousel > .carousel-indicators {
    display: block;
    bottom: -25px;
}

.highlightsCarousel > .carousel-indicators li {
    border: 1px solid #777777;
    background-color: #777777;
    margin-left: 2px;
    margin-right: 2px;
}

.highlightsCarousel > .carousel-indicators .active {
    background-color: #428bca;
    border: 1px solid #428bca;
}

@media only screen and (max-width: 992px) {
    .highlightsCarousel {
        display: none
    }
}

.cart-badge {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 45px;
    margin-top: -3px;
    margin-left: 3px;
    margin-bottom: -3px;
}

.action-cart-buttons > div > .btn-default,
.checkout-button-container > .btn-default {
    margin-right: 5px;
}

.checkout-button-container{
    margin-bottom: 20px;
}

.storePrice {
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.salePrice {
    text-decoration: line-through;
    width: 100px;
    font-size: 12px;
}

.ribbonTag {
    width: 42px;
    height: 42px;
    position: absolute;
    top: -10px;
    padding-top: 10px;
    right: 5px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #357EBD;
    color: #ffffff;
    background-color: #428BCA;
}

.saleRibbon {
    width: 50px;
    height: 50px;
    padding: 0px;
    text-align: center;
    padding-top: 14px;
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.FilterLabel {
    width: 100%;
    float: left;
    font-size: 13px;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 8px;
    margin-bottom: 3px;
}

.storeFilterButton {
    font-size: 15px;
    margin-right: 5px;
}

.tagLevel1 {
    font-size: 13px;
}

.tagLevel2 {
    font-size: 16px;
}

.tagLevel3 {
    font-size: 22px;
}

.storeOption {
    position: absolute;
    left: 25px;
    top: 55px;
    display: none;
}

.panel:hover .storeOption {
    display: block;
}

.scheduleOption{
    position: absolute;
    top: 65px;
    display: none;
}

.storeOption a{
    font-size: 20px!important;
}

.scheduleWishButton button{
    width: 100%!important;
}

.scheduleOption button{
    font-size: 25px!important;
}

.panel:hover .scheduleOption{
    display: block;
}

.panel-timer{
    height: 225px;
}

.groupLevel1 > li > a:hover,
.groupLevel2 > li > a:hover,
.groupLevel3 > li > a:hover,
.groupLevel4 > li > a:hover {
    color: #df9e5d;
    cursor: pointer;
    text-decoration: none;
}

.groupLevel1 > li > a {
    font-size: 15px;
    color: #df9e5d;
}

.groupLevel1 {
    list-style-type: none;
    padding: 0px;
}

.groupLevel2,
.groupLevel3,
.groupLevel4 {
    list-style-type: initial;
    padding: 0px;
    margin-left: 20px;
    margin-bottom: 5px;
}

.catList{
    margin-top: 5px;
    list-style-type: none;
    padding-left: 10px;
    border-left: 2px solid #333;
}

.catList > li{
    padding-top: 5px;
    padding-bottom: 5px;
}

.lastLevel {
    padding-left: 15px;
}

@media only screen and (max-width: 991px) {
    .storeOption {
        display: block
    }
}

@media only screen and (max-width: 991px) {
    .scheduleOption {
        display: block
    }
}


/*
    CHECKOUT
*/

.steps-container {
    margin: 50px 0px;
}

.main-step-container {
    position: absolute;
    top: 0;
    width: 100%;
}

.checkoutStepsBox {
    display: table;
    width: 100%;
    position: relative;
    table-layout: fixed;
    padding: 15px;
}

.checkoutStepsRow{
    display: table-row;
}

.checkoutStep {
    display: table-cell;
    text-align: center;
    position: relative;
    background-color: whitesmoke;
    padding: 10px;
    color: #333333;
    text-shadow: 0 -1px 0 #ffffff;
    text-transform: uppercase;
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
}

.checkoutStep.active {
    background-color: #337ab7;
    color: #FFF;
    text-shadow: 0 -1px 0 #286090;
}

.checkoutStep.active:after {
    border-left: 15px solid #337ab7;
}

.checkoutStep:after {
    content: "";
    border-top: 20px solid white;
    border-bottom: 20px solid white;
    border-left: 15px solid whitesmoke;
    position: absolute;
    right: 0px;
    top: 0;
}

.checkoutStep:before {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
}

.checkoutStepsRow > .checkoutStep:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.checkoutStepsRow > .checkoutStep:first-child:before, .checkoutStepsRow > .checkoutStep:last-child:after  {
    display: none;
}

.checkoutStepsRow > .checkoutStep:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.checkout-step.small {
    width: calc(20% - 4px);
}

.checkout-step.big {
    width: calc(25% - 4px);
}

.checkout-step.smallSchedule {
    width: calc(16.666% - 4px);
}

.checkout-step.bigSchedule {
    width: calc(20% - 4px);
}

.checkout-step .badge {
    background-color: #428BCA;
    color: #F5F5F5;
    height: 24px;
    width: 24px;
    padding: 5px;
    border-radius: 100%;
}

.checkout-step .dots {
    display: inline-block;
    width: 90%;
}

.checkout-step.active {
    background-color: #428BCA;
    color: #fff;
    transition: background-color 0.6s ease;
}

.checkout-step.active .badge {
    background-color: #EDEDED;
    color: #555;
    transition: background-color 0.6s ease;
}

.categoryDropdown > li ul {
    display: none;
    left: 100%;
    top: inherit;
    margin-top: -30px;
}

.categoryDropdown > li:hover > ul {
    display: block;
    position: absolute;
}


/*
    PAYMENTS
*/

.paymentButton {
    padding: 10px;
}

.paymentButton img {
    height: 35px
}

.paymentButton:hover {
    opacity: 0.6;
}


/*
    USERS
*/

@media (min-width: 768px) {
    .login-dropdown {
        width: 310px;
    }
}

.login-dropdown {
    left: -250px
}

.loginPageForm {
    float: none;
    margin: 0px auto;
}

.loginPageInput {
    margin-bottom: 10px;
}

.address-info-form {
    margin-top: 20px;
}

.nav-tabs {
    cursor: pointer;
}

.tab-content{
    width: 100%;
    min-height: 90px;
    display: table;
    content: " ";
    border: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    padding-bottom: 20px;
}

.tab-pane{
    margin: 15px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    background-color: #f5f5f5;
    border-bottom-color: #ddd;
}


/*
    REVIEWS
*/

.reviewsScore {
    color: #428bca;
}

.reviewsBox{
    margin-bottom: 15px;
}

.reviewsBox .bs-callout:first-child{
    margin-top: 0px;
}

/*
    COMPARE
*/

.compareThumbnail {
    margin-bottom: 0px;
    margin: 0px auto;
    border-radius: 0px;
    border-bottom: 0px;
    height: 250px;
}

.compareRow {
    padding: 0px !important;
    border: 0px !important;
}

.table-hover > tbody > .compareHeader:hover > td,
.table-hover > tbody > .compareHeader:hover > th {
    background-color: #FFF !important;
}

@media (max-width: 767px) {
    .compareRow {
        width: 200px !important;
    }
}

.table > tbody > .modalCompare > td {
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.table tbody .buttonCartCompare:hover td,
.table tbody .buttonCartCompare:hover th {
    background-color: transparent;
}

.dropdown_cart:hover > .dropdown-menu-cart {
    display: block !important;
}

.dropdown-menu-cart {
    width: 400px;
}

.dropdown-menu-cart .action-cart-buttons {
    margin-bottom: 10px;
    padding-top: 5px;
    border-top: #dddddd 1px solid;
}

@media (max-width: 768px) {
    .dropdown_cart:hover > .dropdown-menu-cart {
        display: none !important;
    }
}

.loginForm:hover {
    text-decoration: none;
}

.border-top-none {
    border-top: none!important;
}

/*
    Sidebar
*/

.main-wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main-wrapper.toggled {
    padding-left: 250px;
}

.nav-sidebar h4, .nav-sidebar h3{
    color: #FFF;
}

.nav-sidebar {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background-color: #f8f8f8;
    border-right: 1px solid #e7e7e7;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav-sidebar::-webkit-scrollbar-track{
    background-color: #eeeeee;
}

.nav-sidebar::-webkit-scrollbar{
    width: 8px;
    background-color: #333333;
}

.nav-sidebar::-webkit-scrollbar-thumb{
    background-color: #333333;
}

.main-wrapper.toggled .nav-sidebar {
    width: 225px;
}

.main-wrapper-container {
    width: 100%;
    position: absolute;
    padding: 15px;
}

.main-wrapper.toggled .main-wrapper-container {
    position: absolute;
    margin-right: -225px;
}

@media(min-width:768px) {
    .main-wrapper {
        padding-left: 225px;
    }

    .main-wrapper.toggled {
        padding-left: 0;
    }

    .nav-sidebar {
        width: 225px;
    }

    .main-wrapper.toggled .nav-sidebar {
        width: 0;
    }

    .main-wrapper-container {
        padding: 20px;
        position: relative;
    }

    .main-wrapper.toggled .main-wrapper-container {
        position: relative;
        margin-right: 0;
    }
}

.wishlistPanel .col-md-12{
   min-height: 200px;
   border-top: #dddddd 1px solid;
   padding: 20px;
}

.col-md-offset-2 .wishlistPanel:first-child .col-md-12{
   border: none;
}

/** WISHLIST MEDIA */

@media(max-width: 991px) {
    .wishlistPanel.wishlistUser .col-md-6 {
        text-align: center;
        margin-top: 20px;
    }

    .wishlistPanel.wishlistUser input {
        float: none!important;
    }

    .wishlistPanel.wishlistUser .glyphicon-time {
        width: 41.66666666666667%;
        margin-right: 0px;
        padding-right: 5px;
        text-align: right;
    }

    .wishlistPanel.wishlistUser .wishTimer {
        width: 41.66666666666667%;
        float: left;
        padding-left:0px;
        text-align: left;
    }

}

@media(max-width: 480px) {

    .wishlistPanel .glyphicon-time {
        width: 25%;
    }

    .wishlistPanel.wishlistUser .glyphicon-time {
        width: 33.33333333333333%;

    }
}

.art-calendar{
    width: 65px;
    text-transform: uppercase;
    text-align: center;
}

.art-calendar .art-year{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #428bca;
}

.art-calendar .art-month{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #428bca;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.art-calendar .art-day{
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    color: #428bca;
    border: 2px solid #428bca; border-top: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.art-calendar.art-calendar-sm{
    width: 50px;
}

.art-calendar.art-calendar-sm .art-year{
    font-size: 12px;
    line-height: 18px;
}

.art-calendar.art-calendar-sm .art-month{
    font-size: 12px;
    line-height: 18px;
}

.art-calendar.art-calendar-sm .art-day{
    font-size: 14px;
    line-height: 35px;
}



@media screen and (min-width: 768px) {
  .modal {
    text-align: center;
  }

  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
  }

  .modal:before {
    height: 100%;
  }

  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
}

@media screen and (max-width: 768px) {
  .modal {
    margin-top: 20px;
  }
}

.calendarList {
  text-align: center;
}

.calendarList:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
    height: 100%;
}

/** PRICE RANGE STORE */

.ngrs-range-slider{
    width: calc(100% - 45px);
    float: left;
}

textarea.form-control{
    resize: vertical;
}

@media (max-width: 991px){
    .no-pad-media {
        padding: 0px;
    }
}

.xmlServer > .nav{
    width: 20% !important;
    float: left !important;
}

.xmlServer > .tab-content{
    float: right !important;
    width: 80% !important;
    border: 0;
    box-shadow: none;
}

.registrationsTab li {
  float: none!important;
}

.registrationsTab .nav-tabs {
    width: 25%;
    float: left;
    border-bottom: none;
}

.registrationsTab .tab-content {
    width: 75%;
    border: none;
    box-shadow: none;
}

.registrationsTab .nav-tabs > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
}

.registrationsTab .nav-tabs > li > a:first-child, .registrationsTab .nav-tabs > li > a:first-child, .registrationsTab .nav-tabs > li > a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.registrationsTab .nav-tabs > li > a:last-child, .registrationsTab .nav-tabs > li > a:last-child, .registrationsTab .nav-tabs > li > a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.registrationsTab .nav-tabs > li  > a:hover, .registrationsTab .nav-tabs > li  > a:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

.registrationsTab .nav-tabs > li.active > a, .registrationsTab .nav-tabs > li.active > a:hover, .registrationsTab .nav-tabs > li.active > a:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.registrationsTab .tab-pane {
    margin-top: 0px;
}

.disableChange li{
    pointer-events: none;
}

.disableChange .nav-tabs{
    cursor: not-allowed;
}

.disablePanel{
    pointer-events: none;
    opacity: 0.5;
}

.getWishlistButton{
    color: #777;
    position: relative;
    display: block;
    padding: 15px;
    text-decoration: none;
    cursor: pointer;
    line-height: 20px;
}

.getWishlistButton:hover{
    color: #333;
    text-decoration: none;
}

@media (min-width: 768px){
    .getWishlistButton{
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.wishlistA{
    background: transparent;
    border: none;
    color: #337ab7;
    font-size: 20px;
    outline: none;
    padding-right: 0px;
}

.wishlistA:hover,.wishlistA:focus,.wishlistA:active, .wishlistA:active{
    color: #23527c;
}

.pager li > button {
    color: #337ab7;
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > button:hover, .pager li > button:focus {
    color: #23527c;
    text-decoration: none;
    background-color: #eee;
}

.pager li > button:disabled {
    cursor: not-allowed;
    background-color: #fff;
    opacity: 0.8;
}

.credit-op{
    background-color: rgb(212, 246, 212);
}

.debit-op{
    background-color: rgb(248, 213, 213);
}

.pendent-doc{
    background-color: rgb(217, 235, 254);
}

.credit-op:hover{
    background-color:rgb(189, 235, 189) !important;
}

.debit-op:hover{
    background-color:rgb(238, 193, 193) !important;
}

.pendent-doc:hover{
    background-color:rgb(199, 224, 250) !important;
}

@media (min-width: 768px) {
    .dropdown-store:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .dropdown-store.open:not(:hover) > .dropdown-menu {
        display: none;
    }

    .dropdown-store.open > a {
        color: #777;
        background-color: transparent;
    }
}