.logo-login{
    max-width: 150px;
    border-radius: 10px;
    padding: 2px 10px;
    margin: 15px 2px;
}

.login-container {
    float: left;
    width: 100%;
    min-height: 100%;
    background-color: #1E1F29;
    background-image: linear-gradient(141deg, #2b2b2b 0%, #404040 51%, #242424 75%);
}

.widget-merqueplus-orange{
    background: -webkit-linear-gradient(#227b9b 0%, #093444 100%);
    background: -o-linear-gradient(#227b9b 0%, #093444 100%);
    background: linear-gradient(#227b9b 0%, #093444 100%);
}

.widget-merqueplus-black{
    background: -webkit-linear-gradient(#000000 0%, #22272f 100%);
    background: -o-linear-gradient(#000000 0%, #22272f 100%);
    background: linear-gradient(#000000 0%, #22272f 100%);
}

.widget-merqueplus-orange a{
    color: #ffffff;
}

.widgwet-kismail{
	padding: 50px;
}

.btn-sesion {
    background-color: #15161D;
    color: #fff;
    border-radius: 50px;
    border: 2px solid #15161D;
}

.btn-sesion:hover {
    background-color: #fff;
    border-color: #15161D;
    color: #15161D;
    border-radius: 50px;
}

.messages .item:nth-child(2n) .text {
    background: #2293ED;
    border-radius: 10px;
    color: aliceblue;
}

.nav-tabs-vertical .tab-content {
    width: 85%;
}

.messages.messages-img .item.in .text {
    margin-left: 0px;
    margin-right: 10px;
    width: 50%;
    float: right;
    border-color: #2293ed;
}

.messages.messages-img .item .text {
    margin-left: 50px;
    position: relative;
    max-width: 50%;
    border-radius: 10px;
}

.messages {
    width: 100%;
    float: left;
    background: currentColor;
    padding: 20px 40px;
}

.panel .panel-body.panel-body-search {
    padding: 10px;
    background: currentColor;
}

.push-up-10 {
    margin-top: -0px !important;
}

.panel.panel-default {
    padding: 5px 15px;
}

.timeline .timeline-item .timeline-item-content .timeline-body.comments {
    padding: 20px;
}

.center{
    text-align: center;
}

.registerm h2, .registerm p{
    color: #dedede;
}

.register-role .check span{
    color: white;
    padding-left: 5px;
    font-size: 13px;
}

.register-role:hover{
    box-shadow: -1px 0px 2px 1px rgba(255, 255, 255, 0.54);
}

.level .widget.widget-item-icon .widget-item-left {
    padding: 1px 0px;
}

.levelp {
    font-size: 60px;
    font-weight: 700;
    margin-top: -10px;
}

.num-count {
    color: #1e1f29;
}

.panel-level .profile .profile-image img {
    max-height: 100px;
    overflow: hidden;
}

.level-total {
    font-size: 20px;
    color: #4e4c4b;
    font-style: italic;
}

.num-count .fa-star, .num-count .fa-star-o, .num-count .fa-star-half-o{
    float: right;
    margin-right: 7px;
    color: #deb000;
}

.account-unactive {
    color: aliceblue;
    margin-bottom: 0;
    padding: 10px;
}

/* Arbol */
.organigrama * {
  padding: 0px;
}

.organigrama ul {
    padding-top: 20px;
  position: relative;
}

.organigrama li {
    float: left;
  text-align: center;
    list-style-type: none;
    padding: 20px 5px 0px 5px;
  position: relative;
}

.organigrama li::before, .organigrama li::after {
    content: '';
    position: absolute;
  top: 0px;
  right: 50%;
    border-top: 1px solid #f80;
    width: 50%;
  height: 20px;
}

.organigrama li::after{
    right: auto;
  left: 50%;
    border-left: 1px solid #f80;
}

.organigrama li:only-child::before, .organigrama li:only-child::after {
    display: none;
}

.organigrama li:only-child {
  padding-top: 0;
}

.organigrama li:first-child::before, .organigrama li:last-child::after{
    border: 0 none;
}

.organigrama li:last-child::before{
    border-right: 1px solid #f80;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

.organigrama li:first-child::after{
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

.organigrama ul ul::before {
    content: '';
    position: absolute;
  top: 0;
  left: 50%;
    border-left: 1px solid #f80;
    width: 0;
  height: 20px;
}

.organigrama li a {
    border: 1px solid #ee4712;
    padding: 1em 0.75em;
    text-decoration: none;
    color: #333;
    border-radius: 50%!important;
    padding: 40px 1px 1px 2px;
    min-width: 100px;
    min-height: 100px;
  background-color: rgba(255,255,255,0.5);
    font-family: arial, verdana, tahoma;
    font-size: 0.85em;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  transition: all 500ms;
}


.organigrama > ul > li > a {
  font-size: 1em;
  font-weight: bold;
}

.organigrama > ul > li > ul > li > a {
 
}

.organigrama > ul > li > a.raiz{
    background: #1b1e24;
    color: #fff;
    border-color: #fff;
}

.nodeFull{
    background: #eb4712!important;
    color: #fff!important;
}

.nodeFull:hover{
    cursor: pointer;
    transform: scale(1.1);
    transition: all .5s;
}

.modaltree .modal-title {
    line-height: 30px;
    padding: 5px!important;
    color: #ee4712;
    font-size: 18px;
}

.modaltree .contact-info {
    text-align: left;
}

.modaltree .profile-image {
    text-align: right;
}

.modaltree .contact-info p {
    margin-bottom: 5px;
    color: #d6d6d6;
    font-size: 14px;
}

.modaltree .profile-image img {
    width: 160px;
    max-height: 160px!important;
}

.modaltree .modal-body .btn-tree {
    border-color: #f3ecec;
    color: aliceblue;
    background: #ee4712;
    padding: 5px 15px!important;
    margin: 10px;
    margin-top: 0;
    border-radius: 50px;
}

.login-container .login-box .login-body .login-title {
    color: #fff;
}

.login-container .login-box .login-footer a {
    color: #fff;
}

.login-container .login-box .login-body .btn-link {
    color: #fff;
}

.login-container .login-box .login-body .login-subtitle {
    color: #fff;
}

.login-container .login-box .login-footer {
    color: #fff;
    padding: 8px 40px;
}

.login-follow{
    text-align:center;
    color: #fff;
}

.login-container .login-box .login-body {
    background: rgba(0, 0, 0, 0.24);
    border-radius: 25px;
}

.form-control::placeholder {
    color: #575757;
    opacity: 1;
}

.login-container .login-box .login-body .form-control {
    background: rgba(244, 244, 244, 0.41);
    color: #000;
    text-align: left;
    font-size: 14px;
    padding: 12px;
    margin: 0;
}

.login-container .login-box .login-body .form-group .input-group-addon {
    background: rgba(244, 244, 244, 0.41);
    color: #484848;
    border: none;
    font-size: 22px;
    padding: 0 20px;
    vertical-align: middle;
}

.btn-info {
    background-color: #199c89;
    border-color: #1bab97;
    padding: 10px;
    font-size: 14px;
}

.btn-block {
    border-radius: 15px;
    margin-bottom: 5px;
    padding: 10px;
}

#page_plans .btn-block {
    background: #000;
    font-size: 14px;
    font-weight: 600;
}

.widget.widget-default, .x-navigation.x-navigation-horizontal > li:last-child > a, .x-navigation.x-navigation-horizontal .xn-icon-button > a {
    color: #2b2b2b;
}

.x-navigation > li.xn-logo > a:first-child {
    color: #f9f9f9;
    background: #2b2b2b;
}

.x-navigation > li.xn-logo > a:first-child:hover {
    background-color: #000;
}

.x-navigation.x-navigation-horizontal > li > a .fa, .x-navigation.x-navigation-horizontal > li > a .glyphicon {
    color: #e8e8e8;
}

.x-navigation.x-navigation-horizontal > li > a:hover, .x-navigation li.active > a, .x-navigation li > a:hover {
    background: #000;
}

.x-navigation.x-navigation-horizontal {
    border-bottom: 1px solid #000;
}

.widget.widget-default .widget-controls a {
    color: #000;
    border-color: #000;
}

.note-editor {
    border: 1px solid #d7d7d7;
}

.note-codable {
    display: none;
}

.note-editable {
    padding: 10px;
    overflow: scroll;
}

.rdb, .check {
    font-weight: 400;
    line-height: 20px;
    margin: 5px 0px;
    cursor: pointer;
    display: block;
}

#form_add_product .row{
    margin: 20px auto;
}

#section_comb .form-control{
    width: 100px;
    text-align: center;
}

.input-group {
    width: 100%;
}

.title-config {
    margin-bottom: 0;
}

#page_configuration .title-config {
    margin-bottom: 20px;
}

.profile .profile-image {
    float: left;
    width: 100%;
    margin: 0px 0px 10px;
    text-align: center;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.profile .profile-image img {
    width: 100%;
}

.menu_disable {
    opacity: 0.3;
}

.menu_disable:hover {
    background: #2b2b2b!important;
    opacity: 0.3;
}

.btn-warning {
    color: #ffc107;
}

.btn-info {
    color: #1caf9a;
}

.options {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.options p {
    padding: 10px 40px;
    background: #ffffff;
    color: #000;
    border: 2px solid #b3b3b3;
    font-size: 14px;
    min-width: 150px;
    text-align: center;
    cursor: pointer;
}


.option-selected {
    background: #ffffff !important;
    border-color: #474747 !important;
}


.plan-now {
    background: #c9c9c9 !important;
}

.btn-disabled, .btn-disabled:hover, .btn-disabled:active, .btn-disabled:focus {
    background: #fff;
    cursor: auto;
    color: #000;
}


.label-now {
    text-align: center;
    background: #e3e3e3;
    max-width: 200px;
    margin: 0 auto 30px auto;
    padding: 3px;
    font-weight: 800;
}

.label-discount {
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    left: -18px;
    top: -15px;
}

.off {
    position: absolute;
    width: 85px;
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    top: -20px;
    right: 30px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background: #000;
    border-radius: 50%;
    box-shadow: 0 0 3px #fff;
}

.price_old {
    font-size: 22px!important;
    font-style: italic;
    text-decoration: line-through!important;
    margin-left: 5px;
}

#page_configuration .panel-heading{
    cursor: pointer;
}

.theme-settings .ts-themes, .theme-settings .ts-body .ts-title:first-child {
    text-align: center;
    padding: 5px 10px;
}

.theme-settings .ts-themes {
    border-bottom: 2px solid #c6c6c6;
    padding-bottom: 15px;
    font-size: 14px;
}

.support-wsp {
    padding: 10px 0 20px 0;
}

.support-wsp img {
    width: 55px;
    border-radius: 50%;
    margin-right: 5px;
}

.support-wsp p {
    margin: 0px 5px 10px 5px;
    border: 2px solid #d4d4d4;
    padding: 6px 10px;
    border-radius: 7px;
    cursor: pointer;
    font-size: 14px;
    background: #ffffff;
    color: #000;
    font-weight: 600;
}

.support-wsp a:hover, .support-wsp a:focus {
    text-decoration: none;
}

.support-wsp-disabled {
    opacity: 0.7;
    cursor: no-drop!important;
}

.url-tipe {
    cursor: pointer;
    padding: 15px 25px;
    margin: 5px auto;
    box-shadow: 0 0 2px #868686;
    border-radius: 4px;
    min-width: 300px;
}

#panel-btns .tile p {
    font-size: 16px;
    margin: 0px;
    line-height: 20px;
    margin-bottom: 10px;
}

#panel-btns .tile.tile-primary {
    border-radius: 7px;
    margin-bottom: 5px;
}

.btn-action{
    padding: 5px 15px !important;
    border-radius: 3px;
}

.btn-save, .btn-core {
    padding: 8px 30px !important;
    border-radius: 3px;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left: -1px;
    height: 40px;
    line-height: 30px;
}

.row-core {
    margin-top: 10px;
    padding: 10px;
}

.page_orders .btn-warning, .page_orders .btn-info, .page_order_detail .btn-warning, .page_order_detail .btn-info {
    color: #ffffff;
}

.page_order_detail .btn-update {
    display: inline;
    margin-top: -2px;
    font-size: 14px;
    padding: 6px 15px !important;
}

.alert-info {
    background-color: #03695b;
    color: #FFF;
    border-color: #36b7e3;
    font-size: 14px;
}

.btn-default {
    border-color: #9d9d9d;
    color: #2f2f2f;
    background: #efefef;
}

.btn-default:hover {
    color: #7d7d7d; 
}

.aprove-siste {
    background-color: #fffa00;
    border-color: #fffa00;
    color: #000;
}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-edit {
    padding: 5px 7px;
    cursor: pointer;
    font-size: 13px;
}

.desing-option{
    padding: 10px 1px 60px;
}

.design-opt1{
    border-right: 1px solid #a1a1a1;
}

.form-group {
    margin-bottom: 10px;
}

.title-button {
    background: #2b2b2b;
    color: #fff !important;
    padding: 5px 30px;
    border-radius: 5px;
    cursor: pointer;
}

#form_combinations .check {
    display: flex;
    align-items: center;
}

#form_combinations .check .check_item {
    margin: 5px 7px 5px 0;
    width: 17px;
    height: 17px;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
    z-index: 9999;
    font-size: 1.5em;
    color: #333;
}

.result_search {
    display: none;
    width: 95%;
    background: #fff;
    border: 1px solid #d2d2d2;
    box-shadow: 0 2px 5px 0px #9f9f9f;
    padding: 8px 0;
    position: absolute;
    margin-top: 40px;
    top: 0;
    z-index: 9;
    max-height: 200vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.result_search ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
  
.result_search ul li {
    padding: 10px 20px;
    border-bottom: 1px solid #d5d5d5;
    cursor: pointer;
}
  
.result_search ul li:hover {
    background: #dadada;
}
  
.result_search ul li:hover a {
    color: #000;
}

.result_search .row {
    align-items: center;
}

@media (min-width: 100px) {
    #tree {
        display: none;
    }
    .x-navigation.x-navigation-panel li.xn-icon-button {
        width: 50%;
    }

    .page-title h2 {
        font-size: 14px;
    }

    #nav-config{
        display: none;
    }
}

@media (min-width: 332px) {
    
}

@media (min-width: 400px) {
    #tree {
        display: block;
    }
    .organigrama li a {
        padding: 13px 1px 1px 2px;
        min-width: 40px;
        min-height: 40px;
        font-size: 8px;
    }

    .page-title h2 {
        font-size: 18px;
    }

    .x-navigation.x-navigation-panel li.xn-icon-button {
        width: 50%;
    }

    #nav-config{
        display: block;
    }
}

@media (min-width: 576px) {
    .organigrama li a {
        padding: 20px 1px 1px 2px;
        min-width: 50px;
        min-height: 50px;
        font-size: 8px;
    }
}

@media (min-width: 768px) {
    .organigrama li a {
        padding: 30px 1px 1px 2px;
        min-width: 70px;
        min-height: 70px;
        font-size: 9px;
    }
    .page-title h2 {
        font-size: 18px;
    }

    .x-navigation.x-navigation-panel li.xn-icon-button {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .x-navigation.x-navigation-panel li.xn-icon-button {
        width: 140px;
    }
}

@media (min-width: 1200px) {
    .organigrama li a {
        padding: 25px 1px 1px 2px;
        min-width: 70px;
        min-height: 70px;
        font-size: 12px;
    }

    .x-navigation.x-navigation-panel li.xn-icon-button {
        width: 140px;
    }

}
