@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300&display=swap');
/*
 *   NEUBOARD - Responsive Admin Theme
 *   Copyright 2014 Authentic Goods Co. http://authenticgoods.co
 */



body::-webkit-scrollbar {
    width: 7px;
    height: 5px;
}

body::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #bbbbbbab;
}

body::-webkit-scrollbar-thumb {
    background-color: #5156be;
    border-radius: 3px;
}

.menuOverflow {
    overflow-y: auto;
    overflow-x: visible !important;
    max-height: 75vh;
}

table {
    border-collapse: collapse;
}

table.table-bordered {
    border: 0px solid #ddd !important;
}

table.table-bordered>thead>tr>th {
    /* border: 1px solid #ddd !important; */
}

table.table-bordered>tbody>tr>td {
    border: 0px solid #ddd !important;
}

tr:nth-child(even) {
    background-color: #F4F4F4;
}

table.table-bordered>tbody>tr:hover {
    background-color: #fbfbfb !important;
}

table.table-bordered>thead>tr>th:hover {
    background-color: #F5F5F5 !important;
}

table.table-bordered>tbody>tr.success:hover {
    background-color: #d4edda !important;
}

table.table-bordered>tbody>tr>td>a {
    color: #3C6E31 !important;
    text-decoration: underline !important;
}
.ui-jqgrid .ui-jqgrid-pager, .ui-jqgrid .ui-jqgrid-toppager {
    border-top: 0 !important;
}

.success {
    background-color: #d4edda !important;
}

.selected-row {
    background-color: #F5F5F5 !important;
}

/* #main-content {
    overflow-y: scroll !important;
    max-height: 83vh !important;
} */

input[disabled]:hover {
    cursor: no-drop !important;
}

input[type=checkbox]:hover {
    cursor: pointer!important;
}

input[type=checkbox]:disabled {
    background-color: #e9ecef;
    color: gray;
    cursor: no-drop !important;
}

fieldset[disabled]>div>div>label.form-control {
    background-color: #e9ecef !important;
    opacity: 1 !important;
}

.ui-jqgrid-bdiv {
    overflow-x: hidden !important;
}


/* .modal-content {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    max-height: 100vh;
    max-width: 90vw;
} */

.aMenuMark {
    color: #5156be !important;
    background-color: #c7c7c778 !important;
}


/* .aMenuMark:hover {
    display: block !important;
    color:black !important;
} */


/* .sidebar-mini .sidebar label:hover {
    display: none;
} */

html {
    height: 100%;
    font-size: 100%;
    /*overflow: auto;*/
}

body {
    /*color: #565656;*/
    color: #212121;
    /*background: white;*/
    background:#f6f9ff;
    /* font-family: "Open Sans", Helvetica, Arial, sans-serif; */
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 100%;
    padding: 0px;
    margin: 0px;
    min-height: 100%;
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    overflow: auto;
}

a:link,
a:visited {
    text-decoration: none;
    outline: none;
    color: #909aa0;
}

a:hover,
a:active {
    outline: none;
    text-decoration: none;
    color: #999999;
}

.nav-item:not([disabled])>a:hover {
    outline: none;
    text-decoration: none;
    color: #5156be;
    background-color: #5156be1f;
}

.nav-item:not([disabled]):hover {
    /* background-color: rgb(240, 240, 240); */
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Montserrat", sans-serif;
    color: #212121;
    /*color: #424856;*/
    margin: 0;
}

h1,
.h1 {
    font-size: 1.188em;
}

h2,
.h2 {
    font-size: 1.063em;
}

h3,
.h3 {
    font-size: 0.938em;
}

h4,
.h4 {
    font-size: 0.813em;
}

h5,
.h5 {
    font-size: 0.75em;
}

h6,
.h6 {
    font-size: 0.688em;
}

p {
    font-size: 0.750em;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

img {
    max-width: 100%;
}

::selection {
    background: #CFD8DC;
    /*background: #fff7dd;*/
}

::-moz-selection {
    background: #CFD8DC;
    /*background: #fff7dd;*/
}

canvas {
    display: block;
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
}

.react-pdf__Page__canvas{
    max-width: fit-content;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace .pace-progress {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 4px;
    background: #FF9800;
    -webkit-transition: -webkit-transform 0.3s, width 1s;
    -moz-transition: width 1s;
    -o-transform: width 1s;
    transition: transform .3s, width 1s;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    pointer-events: none;
}

.pace.pace-active .pace-progress {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#arbolPlugincard{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: none;
    border-right: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem; */

}

/* Bordered Tabs */
.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
  }
  .nav-tabs-bordered .nav-link {
    margin-bottom: -2px;
    border: none;
    color: #2c384e;
  }
  .nav-tabs-bordered .nav-link:hover, .nav-tabs-bordered .nav-link:focus {
    color: #4154f1;
  }
  .nav-tabs-bordered .nav-link.active {
    background-color: #fff;
    color: #4154f1;
    border-bottom: 2px solid #4154f1;
  }

.logo {
    line-height: 1;
    color: #5156be;
    font-size: x-large;
  }
  #nomUsuario{
      color: #5156be;
  }
  @media (min-width: 1200px) {
    .logo {
      width: 280px;
      font-size: x-large;
    }
  }
  .logo img {
    max-height: 45px;
    margin-right: 6px;
  }
  .logo span {
    font-size: 26px;
    font-weight: 700;
    color: #012970;
    font-family: "Nunito", sans-serif;
  }
  
  .header {
    transition: all 0.5s;
    z-index: 997;
    height: 60px;
    /* box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1); */
    background-color: white;
    padding-left: 20px;
    /* Toggle Sidebar Button */
    /* Search Bar */
  }
  .header .toggle-sidebar-btn, .log-out-btn{
    font-size: 25px;
    padding-left: 10px;
    cursor: pointer;
    color: #5156be;
  }

  .header .search-bar {
    min-width: 360px;
    padding: 0 20px;
  }
  @media (max-width: 1199px) {
    .header .search-bar {
      position: fixed;
      top: 50px;
      left: 0;
      right: 0;
      padding: 20px;
      box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
      background: white;
      z-index: 9999;
      transition: 0.3s;
      visibility: hidden;
      opacity: 0;
    }
    .header .search-bar-show {
      top: 60px;
      visibility: visible;
      opacity: 1;
    }
  }
  .header .search-form {
    width: 100%;
  }
  .header .search-form input {
    border: 0;
    font-size: 14px;
    color: #012970;
    border: 1px solid rgba(1, 41, 112, 0.2);
    padding: 7px 38px 7px 8px;
    border-radius: 3px;
    transition: 0.3s;
    width: 100%;
  }
  .header .search-form input:focus, .header .search-form input:hover {
    outline: none;
    box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
    border: 1px solid rgba(1, 41, 112, 0.3);
  }
  .header .search-form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: none;
  }
  .header .search-form button i {
    color: #012970;
  }

/*--------------------------------------------------------------
    # Header Nav
--------------------------------------------------------------*/
.header-nav ul {
    list-style: none;
  }
  .header-nav > ul {
    margin: 0;
    padding: 0;
  }
  .header-nav .nav-icon {
    font-size: 20px;
    color: #012970;
  }
  .header-nav .nav-profile {
    color: #012970;
  }
  .header-nav .nav-profile img {
    max-height: 36px;
  }
  .header-nav .nav-profile span {
    font-size: 14px;
    font-weight: 600;
  }
  .header-nav .badge-number {
    position: absolute;
    inset: 4px 6px auto auto;
    font-weight: normal;
    font-size: 11px;
    padding: 3px 6px;
  }
  .header-nav .notifications .notification-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: 0.3s;
  }
  .header-nav .notifications .notification-item i {
    margin: 0 20px 0 10px;
    font-size: 24px;
  }
  .header-nav .notifications .notification-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .header-nav .notifications .notification-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
  }
  .header-nav .notifications .notification-item:hover {
    background-color: #f6f9ff;
  }
  .header-nav .messages .message-item {
    padding: 15px 10px;
    transition: 0.3s;
  }
  .header-nav .messages .message-item a {
    display: flex;
  }
  .header-nav .messages .message-item img {
    margin: 0 20px 0 10px;
    max-height: 40px;
  }
  .header-nav .messages .message-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #444444;
  }
  .header-nav .messages .message-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
  }
  .header-nav .messages .message-item:hover {
    background-color: #f6f9ff;
  }
  .header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
  }
  .header-nav .profile .dropdown-header h6 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #444444;
  }
  .header-nav .profile .dropdown-header span {
    font-size: 14px;
  }
  .header-nav .profile .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
  }
  .header-nav .profile .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
  }
  .header-nav .profile .dropdown-item:hover {
    background-color: #f6f9ff;
  }

  /*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 300px;
    z-index: 996;
    transition: all 0.3s;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: white;
  }
  @media (max-width: 1199px) {
    .sidebar {
      left: -300px;
    }
  }
  .sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #eef1f2;
  }
  .sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
  }
  
  @media (min-width: 1200px) {
    #main, #footer {
      padding-left: 300px;
    }
  }
  @media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
      left: 0;
    }
  }
  @media (min-width: 1200px) {
    .toggle-sidebar #main, .toggle-sidebar #footer {
      margin-left: 0;
    }
    .toggle-sidebar .sidebar {
      left: -300px;
    }
  }
  
  .sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .sidebar-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .sidebar-nav .nav-item {
    margin-bottom: 5px;
  }
  .sidebar-nav .nav-heading {
    font-size: 11px;
    text-transform: uppercase;
    color: #899bbd;
    font-weight: 600;
    margin: 10px 0 5px 15px;
  }
  .sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #535353;
    transition: 0.3;
    background: white;
    padding: 10px 15px;
    border-radius: 4px;
  }
  .sidebar-nav .nav-link i {
    font-size: 16px;
    margin-right: 10px;
    /* color: #f1a241; */
    color: #5156be;
  }
  .sidebar-nav .nav-link.collapsed {
    color: #000;
    background: white;
  }
  .sidebar-nav .nav-link.collapsed i {
    color: #5156be;
  }
  .sidebar-nav .nav-link:hover {
    color: #4154f1;
    background: #f6f9ff;
  }
  .sidebar-nav .nav-link:hover i {
    /* color: #f1a241; */
    color: #5156be;
  }
  .sidebar-nav .nav-link .bi-chevron-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
  }
  .sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg);
  }
  .sidebar-nav .nav-content {
    padding: 5px 0px 0px 12px;
    margin: 0;
    list-style: none;
  }
  .sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    transition: 0.3;
    padding: 10px 0 10px 40px;
    transition: 0.3s;
  }
  .sidebar-nav .nav-content a i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    border-radius: 50%;
  }
  .sidebar-nav .nav-content a:hover, .sidebar-nav .nav-content a.active {
    color: #222222;
  }
  .sidebar-nav .nav-content a.active i {
    background-color: #4154f1;
  }

  /*--------------------------------------------------------------
    # Page Title
--------------------------------------------------------------*/
.pagetitle {
    margin-bottom: 10px;
  }
  .pagetitle h1 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    color: #012970;
  }

  /*--------------------------------------------------------------
    # Main
--------------------------------------------------------------*/
#main {
    /* margin-top: 60px; */
    /* padding: 20px 30px; */
    transition: all 0.3s;
  }
  @media (max-width: 1199px) {
    #main {
      padding: 15px;
      margin-top: 30px;
    }
  }

  @media (min-width: 1200px) {
    #main, #footer {
      padding-left: 300px;
    }
  }

  @media (min-width: 1200px) {
    .toggle-sidebar #main, .toggle-sidebar #footer {
      padding-left: 0;
    }
    .toggle-sidebar .sidebar {
      left: -300px;
    }
  }

#navbarMenu {
    display: inline;
}

@media (max-width: 789px) {
    #header .search {
        width: 155px;
    }
}

@media (max-width: 767px) {
    #header .brand {
        width: 100%;
        padding: 0 0 0 10px;
        text-align: center;
    }
    #header .logo {
        font-size: 1.375em;
        padding: 14px 0 0 0;
    }
    #header .logo img {
        width: 25px;
        margin-right: 5px;
    }
    #header .navbar-left {
        position: absolute;
        left: 0;
    }
    #header .navbar-right {
        position: absolute;
        right: 0;
    }
}

@media only screen and (max-width: 660px) {
    #header .user-nav ul {
        padding-left: 0;
    }
    #header .toggle-navigation.toggle-left {
        float: left;
    }
    .user-nav ul li {
        font-size: 0.75em;
    }
}

@media only screen and (max-width: 479px) {
    #header .dropdown.messages {
        display: none;
    }
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  */

#lnkLogout {
    margin-left: 15px;
}

#lnkLogout:hover {
    margin-left: 15px;
    font-size: 12px;
    background-color: transparent;
    color: black;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #5156be;
}



@media (max-width: 767px) {
    /* .sidebar {
        left: -240px;
    }
    .sidebar-opened .sidebar-left {
        display: block;
        left: 0;
    }
    .sidebar-opened .sidebar-left+.main-content-wrapper {
        left: 240px;
        overflow: hidden;
    }
    .sidebar-opened {
        overflow-x: hidden;
    } */
}

@media (min-width: 768px) {
    /* .sidebar {
        display: block;
    }
    .sidebar-mini .sidebar {
        width: 50px;
        margin-top: 20px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }
    .sidebar-mini .sidebar label {
        display: none;
    }
    .sidebar-mini .sidebar #menu>li:hover label {
        margin: 0px;
        padding: 0px;
        display: block;
    }
    .sidebar-mini .sidebar .aMenuMark {
        padding: 0;
        margin: 0;
    }
    .sidebar-mini .sidebar .nav>li.nav-dropdown.nav-dropdown-open>a,
    .sidebar-mini .sidebar .nav>li.nav-dropdown:hover>a {
        border-bottom-right-radius: 0;
    }
    .sidebar-mini .sidebar .nav>li.nav-dropdown>a:after {
        display: none;
        content: "";
        top: 12px;
        left: 34px;
        font-size: 0.625em;
    }
    .sidebar-mini .sidebar .nav>li>a {
        padding: 10px 9px;
        white-space: nowrap;
        overflow: hidden;
    }
    .sidebar-mini .sidebar .nav>li a .badge,
    .sidebar-mini .sidebar .nav>li a .label {
        display: none;
    }
    .sidebar-mini .sidebar .nav>li>a>i:first-child {
        margin-right: 10px;
        width: 22.28px;
    }
    .sidebar-mini .sidebar .nav>li>.nav-sub {
        position: absolute;
        left: 50px;
        margin-top: 0;
        padding-bottom: 2px;
        display: none!important;
        border-radius: 0 0 4px;
    }
    .sidebar-mini .sidebar .nav>li.nav-dropdown-open,
    .sidebar-mini .sidebar .nav>li:hover {
        width: 240px;
        z-index: 10;
    }
    .sidebar-mini .sidebar .nav>li.nav-dropdown-open a,
    .sidebar-mini .sidebar .nav>li:hover a {
        display: block;
        overflow: visible;
        white-space: normal;
    }
    .sidebar-mini .sidebar .nav>li.nav-dropdown-open a .badge,
    .sidebar-mini .sidebar .nav>li.nav-dropdown-open a .label,
    .sidebar-mini .sidebar .nav>li:hover a .badge,
    .sidebar-mini .sidebar .nav>li:hover a .label {
        display: block;
    }
    .sidebar-mini .sidebar .nav>li.nav-dropdown-open>.nav-sub,
    .sidebar-mini .sidebar .nav>li:hover>.nav-sub {
        display: block!important;
        z-index: 10;
    }
    .sidebar-mini .sidebar .nav-pills {
        margin-left: 5px;
        margin-right: 5px;
    }
    .sidebar-mini .sidebar .nav-pills>li.nav-dropdown-open,
    .sidebar-mini .sidebar .nav-pills>li:hover {
        width: 235px;
    }
    .sidebar-mini .sidebar .nav-pills>li>a>i {
        margin-right: 10px;
        width: 23px;
    }
    .sidebar-mini .sidebar .nav-pills>li.nav-dropdown>a {
        padding-right: 10px;
    }
    .sidebar-mini .sidebar .nav-pills>li>.nav-sub {
        left: 45px;
        width: 190px;
    }
    .sidebar-mini .sidebar .nav-pills>li>.nav-sub a {
        padding-right: 5px;
    }
    .sidebar-mini .sidebar .nav-pills>li>.nav-sub .nav-dropdown>a {
        padding-right: 30px;
    }
    .sidebar-mini .sidebar .sidebar-header,
    .sidebar-mini .sidebar .sidebar-profile,
    .sidebar-mini .sidebar .sidebar-summary {
        display: none;
    }
    .sidebar+.main-content-wrapper {
        margin-left: 240px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        width: auto;
    }
    .sidebar-mini .navbar .navbar-brand-group {
        width: 100px;
    }
    .sidebar-mini .navbar .navbar-brand-group .navbar-brand {
        width: 50px;
    }
    .sidebar-mini .sidebar+.main-content-wrapper {
        margin-left: 50px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    } */
}

@media only screen and (max-width: 660px) {
    .main-content-toggle-left {
        margin-left: 660px;
    }
    .user-nav ul li {
        font-size: 0.75em;
    }
}

#main-wrapper {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.main-content-wrapper {
    margin-right: 0;
    padding-top: 45px;
    background: #f6f9ff;
    position: absolute;
}

.main-content-wrapper #main-content {
    padding: 0px 15px 0 15px;
    width: 100%;
}

.main-content-wrapper #main-content .h1 {
    margin: 0;
    padding: 0px 10px 40px 10px;
    float: left;
    line-height: 10px;
    font-weight: 300;
    font-size: 1.5em;
}

.main-content-toggle-left {
    margin-left: 0;
}

.main-content-toggle-right {
    margin-right: 240px;
}

.pageheader {
    padding: 15px;
    border-bottom: 1px solid #dce0e6;
    border-top: 1px solid #eee;
    background: #F6F8F8;
    position: relative;
}

.pageheader h2 {
    font-weight: 300;
    margin: 0;
}

.pageheader .description {
    margin: 0;
    margin-top: 5px;
    color: #727272;
    /*color: #999;*/
}

.pageheader .breadcrumb-wrapper {
    position: absolute;
    top: 13px;
    right: 25px;
}

.pageheader .breadcrumb-wrapper .label {
    color: #999;
    text-transform: uppercase;
    font-size: 0.688em;
    font-weight: normal;
    display: inline-block;
}

.pageheader .breadcrumb {
    background: none;
    display: inline-block;
    padding: 0;
}

.pageheader .breadcrumb li {
    font-size: 0.75em;
}

.pageheader .breadcrumb li.active {
    color: #333;
}

.pageheader .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #515050;
    font-family: FontAwesome;
    content: "\f105";
}

@media (max-width: 767px) {
    .main-content-wrapper {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    /* Main Content */
    #main-content .h1 {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 660px) {
    .main-content-toggle-left {
        margin-left: 660px;
    }
}

@media only screen and (max-width: 479px) {
    /* Main Content */
    #main-content .h1 {
        font-size: 22px;
    }
}

#contact-list-wrapper .heading {
    position: relative;
    border-bottom: solid thin #F2F2F2;
}

#contact-list-wrapper .heading ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#contact-list-wrapper .heading ul li {
    display: inline-block;
    padding: 10px;
}

#contact-list-wrapper .heading ul li.new-contact a {
    vertical-align: sub;
}

#contact-list-wrapper .heading .search {
    -webkit-appearance: none !important;
    color: #282323;
    outline: 0;
    height: 30px;
    width: 180px;
    padding: 7px 15px;
    font-size: 0.75em;
    font-weight: normal;
    vertical-align: top;
    background-color: #EDF1F2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    border: none;
    transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
    position: relative;
}

#contact-list-wrapper .heading .btn-search {
    position: absolute;
    background: none;
    right: 12px;
    top: 12px;
}

#contact-list-wrapper #contact-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#contact-list-wrapper #contact-list ul li {
    border-bottom: solid thin #F2F2F2;
    padding: 10px;
}

#contact-list-wrapper #contact-list ul li .row {
    margin: 0;
}

#contact-list-wrapper #contact-list ul li:hover {
    cursor: pointer;
    background-color: #f4f7f7;
}

#contact-list-wrapper #contact-list .avatar {
    width: 40px;
    height: 40px;
}

#contact-list-wrapper #contact-list .avatar i {
    border: solid 1px #fff;
    width: 10px;
    height: 10px;
    margin: 0;
}

#contact-list-wrapper #contact-list .location i {
    font-size: 0.813em;
}

#contact-user {
    position: fixed;
    height: 55px;
    width: 240px;
    bottom: 0;
    text-align: center;
}

#contact-user .chat-user {
    padding: 20px 8px 8px 8px;
    background-color: white;
    height: 55px;
    width: 80px;
    float: left;
}

#contact-user .email-user {
    padding: 20px 8px 8px 8px;
    background-color: white;
    height: 55px;
    width: 80px;
    float: left;
}

#contact-user .call-user {
    padding: 20px 8px 8px 8px;
    background-color: white;
    height: 55px;
    width: 80px;
    float: left;
}

#contact-user .chat-user.active,
#contact-user .email-user.active,
#contact-user .call-user.active {
    background-color: #1D212A;
}

#contact-user .chat-user:hover,
#contact-user .email-user:hover,
#contact-user .call-user:hover {
    background-color: #1D212A;
    color: white;
    cursor: pointer;
}

#contact-user .chat-user:hover span,
#contact-user .email-user:hover span,
#contact-user .call-user:hover span {
    color: white;
}

#contact-user .chat-user.active>span,
#contact-user .email-user.active>span,
#contact-user .call-user.active>span {
    color: white;
}

.avatar {
    position: relative;
    display: block;
}

.avatar i {
    position: absolute;
    top: 0;
    width: 12px;
    height: 12px;
    margin: 1px;
    border-width: 1px;
    border-style: solid;
    border-radius: 100%;
}

.avatar i.on {
    background-color: #2ca02c;
}

.avatar i.off {
    background-color: #909aa0;
    -webkit-filter: grayscale(0.5);
}

.avatar img.off {
    -webkit-filter: grayscale(1);
}

.avatar i.busy {
    background-color: #e53935;
}

.avatar i.away {
    background-color: #ffa000;
}

.border-dark {
    border-color: #13161C;
}

.border-light {
    border-color: #fff;
}

.btn {
    /* border: none; */
    font-size: 14px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 14px;
    margin-bottom: 5px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
    transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12)0 1px 2px rgba(0, 0, 0, .24);
}

.btn:hover,
.btn:focus {
    outline: none;
}

.btn:active,
.btn.active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none!important;
}

.btn.disabled,
.btn[disabled],
.btn fieldset[disabled] .btn {
    background-color: #909aa0;
    color: rgba(255, 255, 255, 0.75);
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.btn i {
    padding: 0 5px;
}


/* Default Buttons*/

.btn-default,
a.btn-default:link,
a.btn-default:visited {
    color: #ffffff;
    background-color: #5156be;
    outline: none!important;
}

a.btn-default:hover,
a.btn-default:active {
    color: #ffffff;
    background-color: #5156be;
    border-color: #9ea7ac;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #5156bebd;
    border-color: #9ea7ac;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-color: #5156be;
    border-color: #909aa0;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #909aa0;
    border-color: #909aa0;
}


/* CSS */
.btn-primary,
a.btn-primary:link,
a.btn-primary:visited {
  appearance: button;
  backface-visibility: hidden;
  background-color: #5156be;
  border-radius: 6px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  /* font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif; */
  font-size: 100%;
  min-height: 44px;
  line-height: 1.15;
  /* margin: 12px 0 0; */
  outline: none;
  overflow: hidden;
  /* padding: 0 25px; */
  position: relative;
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all .2s,box-shadow .08s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  /* width: 100%; */
}

.btn-primary:hover, 
.btn-primary:active,
.btn-primary:focus
{
    background-color: #5156be;
}

.btn-primary:disabled {
  cursor: default;
}

.btn-primary:focus {
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
}

.btn-info {
    color: #ffffff;
    background-color: #1e88e5;
}

.btn-info,
a.btn-info:link,
a.btn-info:visited {
    color: #ffffff;
    background-color: #1e88e5;
}

a.btn-info:hover,
a.btn-info:active {
    color: #ffffff;
    background-color: #238acc;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #238acc;
    border-color: #238acc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background: #1e88e5;
    border-color: #1e88e5;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #1e88e5;
    border-color: #1e88e5;
}

.btn-danger {
    color: #ffffff;
    background-color: #e53935;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #a02623;
    border-color: #a02623;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background: #e67373;
    border-color: #e67373;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #e53935;
    border-color: #e53935;
}

.btn-success {
    color: #ffffff;
    background-color: #7cb432;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #638f34;
    border-color: #638f34;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background: #27b6af;
    border-color: #27b6af;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #27b6af;
    border-color: #27b6af;
}

.btn-warning {
    color: #ffffff;
    background-color: #ffa000;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ffa000;
    border-color: #ffa000;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background: #f0d7a2;
    border-color: #f0d7a2;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #ffa000;
    border-color: #ffa000;
}


/* 3d Buttons*/

.btn.btn-3d {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn.btn-3d:active {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
}

.btn-default.btn-3d {
    -webkit-box-shadow: 0px 6px 0px #858e93;
    -moz-box-shadow: 0px 6px 0px #858e93;
    box-shadow: 0px 6px 0px #858e93;
}

.btn-default.btn-3d:hover,
.btn-default.btn-3d:focus {
    background-color: #909aa0;
}

.btn-default.btn-3d:active {
    -webkit-box-shadow: 0px 2px 0px #858e93;
    -moz-box-shadow: 0px 2px 0px #858e93;
    box-shadow: 0px 2px 0px #858e93;
}

.btn-default.btn-3d:hover,
.btn-default.btn-3d:focus {
    background-color: #909aa0;
}

.btn-primary.btn-3d {
    -webkit-box-shadow: 0px 6px 0px #4d617f;
    -moz-box-shadow: 0px 6px 0px #4d617f;
    box-shadow: 0px 6px 0px #4d617f;
}

.btn-primary.btn-3d:active {
    -webkit-box-shadow: 0px 2px 0px #4d617f;
    -moz-box-shadow: 0px 2px 0px #4d617f;
    box-shadow: 0px 2px 0px #4d617f;
}

.btn-primary.btn-3d:hover,
.btn-primary.btn-3d:focus {
    background-color: #5156be;
}

.btn-success.btn-3d {
    -webkit-box-shadow: 0px 6px 0px #567d2e;
    -moz-box-shadow: 0px 6px 0px #567d2e;
    box-shadow: 0px 6px 0px #567d2e;
}

.btn-success.btn-3d:active {
    -webkit-box-shadow: 0px 2px 0px #567d2e;
    -moz-box-shadow: 0px 2px 0px #567d2e;
    box-shadow: 0px 2px 0px #567d2e;
}

.btn-success.btn-3d:hover,
.btn-success.btn-3d:focus {
    background-color: #7cb342;
}

.btn-info.btn-3d {
    -webkit-box-shadow: 0px 6px 0px #2273a5;
    -moz-box-shadow: 0px 6px 0px #2273a5;
    box-shadow: 0px 6px 0px #2273a5;
}

.btn-info.btn-3d:active {
    -webkit-box-shadow: 0px 2px 0px #2273a5;
    -moz-box-shadow: 0px 2px 0px #2273a5;
    box-shadow: 0px 2px 0px #2273a5;
}

.btn-info.btn-3d:hover,
.btn-info.btn-3d:focus {
    background-color: #1e88e5;
}

.btn-warning.btn-3d {
    -webkit-box-shadow: 0px 6px 0px #b27000;
    -moz-box-shadow: 0px 6px 0px #b27000;
    box-shadow: 0px 6px 0px #b27000;
}

.btn-warning.btn-3d:active {
    -webkit-box-shadow: 0px 2px 0px #d6ae11;
    -moz-box-shadow: 0px 2px 0px #d6ae11;
    box-shadow: 0px 2px 0px #d6ae11;
}

.btn-warning.btn-3d:hover,
.btn-warning.btn-3d:focus {
    background-color: #ffa000;
}

.btn-danger.btn-3d {
    -webkit-box-shadow: 0px 6px 0px #c94034;
    -moz-box-shadow: 0px 6px 0px #c94034;
    box-shadow: 0px 6px 0px #c94034;
}

.btn-danger.btn-3d:active {
    -webkit-box-shadow: 0px 2px 0px #c94034;
    -moz-box-shadow: 0px 2px 0px #c94034;
    box-shadow: 0px 2px 0px #c94034;
}

.btn-danger.btn-3d:hover,
.btn-danger.btn-3d:focus {
    background-color: #e53935;
}


/* square buttons */

.btn-square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}


/* Transparent buttons */

.btn-default.btn-trans {
    color: #909aa0;
    background-color: transparent;
    border: solid thin #909aa0;
}

.btn-default.btn-trans:hover,
.btn-default.btn-trans:active,
.btn-default.btn-trans:focus {
    color: #fff;
    background-color: #909aa0;
    border: solid thin #909aa0;
}


/* xxxxxxxxxxxxxxxxx Clases creada para claridad de botones   xxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

.btn-default.btn-trans-modificado {
    color: #909aa0;
    background-color: transparent;
    border: solid thin #909aa0;
    border-radius: 3px;
    /* width: 50px; */
}

.btn-default.btn-trans-modificado:hover,
.btn-default.btn-trans-modificado:active,
.btn-default.btn-trans-modificado:focus {
    /* color: #948c8c;
    background-color: #dee2e4;
    border: solid thin #dee2e4;
    border-radius: 3px;
    width: 50px; */
    border: 2px solid #5156be;
    background-color: white;
    color: black;
    padding: 2px 6px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
}

.btn-primary.btn-trans-modificado {
    margin-top: 20px;
    /* color: #5156be;
    background-color: transparent;
    border: solid thin #5156be;
    border-radius: 3px;
    width: 50px; */
    min-width: 50px;
    min-height: 40px;
    border: 1px solid #5156be;
    background-color: white;
    color: black;
    padding: 2px 6px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
}

.btn-primary.btn-trans-modificado:hover,
.btn-primary.btn-trans-modificado:active,
.btn-primary.btn-trans-modificado:focus {
    /* color: #525f6b;
    background-color: #a1bbc7;
    border: solid thin #a1bbc7;
    border-radius: 3px;
    width: 50px; */
    border: 1px solid #5156be;
    background-color: white;
    color: black;
    padding: 2px 6px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

.btn-primary.btn-trans {
    color: #5156be;
    background-color: transparent;
    border: solid thin #5156be;
}

.btn-primary.btn-trans:hover,
.btn-primary.btn-trans:active,
.btn-primary.btn-trans:focus {
    color: #fff;
    background-color: #5156be;
    border: solid thin #5156be;
}

.btn-success.btn-trans {
    color: #7cb342;
    background-color: transparent;
    border: solid thin #7cb342;
}

.btn-success.btn-trans:hover,
.btn-success.btn-trans:active,
.btn-success.btn-trans:focus {
    color: #fff;
    background-color: #7cb342;
    border: solid thin #7cb342;
}

.btn-info.btn-trans {
    color: #1e88e5;
    background-color: transparent;
    border: solid thin #1e88e5;
}

.btn-info.btn-trans:hover,
.btn-info.btn-trans:active,
.btn-info.btn-trans:focus {
    color: #fff;
    background-color: #1e88e5;
    border: solid thin #1e88e5;
}

.btn-warning.btn-trans {
    color: #ffa000;
    background-color: transparent;
    border: solid thin #ffa000;
}

.btn-warning.btn-trans:hover,
.btn-warning.btn-trans:active,
.btn-warning.btn-trans:focus {
    color: #fff;
    background-color: #ffa000;
    border: solid thin #ffa000;
}

.btn-danger.btn-trans {
    color: #e53935;
    background-color: transparent;
    border: solid thin #e53935;
}

.btn-danger.btn-trans:hover,
.btn-danger.btn-trans:active,
.btn-danger.btn-trans:focus {
    color: #fff;
    background-color: #e53935;
    border: solid thin #e53935;
}


/* Button Sizes */

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.progress {
    display: block;
    margin-bottom: 15px;
    background-color: #e6ebed;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress.progress-sm {
    height: 15px;
}

.progress.progress-xs {
    height: 6px;
}

.progress .progress-bar {
    background-color: #ff9800;
    /*background-color: #556b8d;*/
    box-shadow: none;
    -webkit-box-shadow: none;
}

.progress .progress-bar.progress-bar-default {
    background-color: #ffd291;
    /* #556b8d;*/
}

.progress .progress-bar.progress-bar-success {
    background-color: #7cb342;
}

.progress .progress-bar.progress-bar-info {
    background-color: #1e88e5;
}

.progress .progress-bar.progress-bar-warning {
    background-color: #ffa000;
}

.progress .progress-bar.progress-bar-danger {
    background-color: #e53935;
}

.panel {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.panel>.panel-heading {
    font-weight: 400;
    text-transform: uppercase;
    padding: 14px 10px;
}

.panel-heading>.panel-title {
    height: auto;
    font-size: 0.813em;
}

.panel>.panel-footer {
    border-color: #ecedf0;
}


/* .modal-footer .btn+.btn {
    margin-bottom: 5px;
} */

.toast-header {
    background-color: #5156be;
    color: white;
}

.panel .actions {
    position: absolute;
    right: 30px;
    top: 8px;
}

.panel .actions i {
    font-size: 0.875em;
    margin: 0 3px;
}

.panel .actions i:hover {
    cursor: pointer;
}

.panel>.panel-footer {
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px;
}

.panel .panel-body .h1 {
    float: none;
}

.panel-default>.panel-heading {
    border-color: #eff2f7;
    background: #fff;
    color: #767676;
}

.panel-default .actions i {
    color: #909aa0;
    margin: 0 3px;
}

.panel-default .actions i:hover {
    cursor: pointer;
    color: #767676;
}

.panel-default>.panel-footer {
    border-color: #eff2f7;
    background: #fff;
    color: #767676;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #5156be;
    border-color: #5156be;
}

.panel-primary {
    border-color: #1abc9c;
}

.panel-primary>.panel-heading a,
.panel-primary>.panel-heading a:hover {
    color: #ffffff;
}

.panel-solid-default>.panel-body,
.panel-solid-default>.panel-footer,
.panel-solid-default>.panel-heading {
    background: #909aa0;
    border: none;
    color: #ffffff;
}

.panel-solid-primary>.panel-body,
.panel-solid-primary>.panel-footer,
.panel-solid-primary>.panel-heading {
    background: #5156be;
    color: #fff;
    border: none;
}

.panel-solid-success>.panel-body,
.panel-solid-success>.panel-footer,
.panel-solid-success>.panel-heading {
    background: #7cb342;
    color: #fff;
    border: none;
}

.panel-solid-warning>.panel-body,
.panel-solid-warning>.panel-footer,
.panel-solid-warning>.panel-heading {
    background: #ffa000;
    color: #fff;
    border: none;
}

.panel-solid-info>.panel-body,
.panel-solid-info>.panel-footer,
.panel-solid-info>.panel-heading {
    background: #1e88e5;
    color: #fff;
    border: none;
}

.panel-solid-danger>.panel-body,
.panel-solid-danger>.panel-footer,
.panel-solid-danger>.panel-heading {
    background: #e53935;
    color: #fff;
    border: none;
}

.panel-gradient-default>.panel-body {
    background: #909aa0;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #909aa0 25%, #a4aaad 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #909aa0), color-stop(100%, #a4aaad));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #909aa0 25%, #a4aaad 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #909aa0 25%, #a4aaad 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #909aa0 25%, #a4aaad 100%);
    /* IE10+ */
    background: linear-gradient(135deg, #909aa0 25%, #a4aaad 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='@defaultColor', endColorstr='#a4aaad', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.panel-gradient-primary>.panel-body {
    background: #1abc9c;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #1abc9c 25%, #87d5ab 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #1abc9c), color-stop(100%, #87d5ab));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #1abc9c 25%, #87d5ab 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #1abc9c 25%, #87d5ab 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #1abc9c 25%, #87d5ab 100%);
    /* IE10+ */
    background: linear-gradient(135deg, #1abc9c 25%, #87d5ab 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1abc9c', endColorstr='#87d5ab', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.panel-gradient-success>.panel-body {
    background: #7cb342;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #7cb342 25%, #27ad5f 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #7cb342), color-stop(100%, #27ad5f));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #7cb342 25%, #27ad5f 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #7cb342 25%, #27ad5f 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #7cb342 25%, #27ad5f 100%);
    /* IE10+ */
    background: linear-gradient(135deg, #7cb342 25%, #27ad5f 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2dcc70', endColorstr='#27ad5f', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.panel-gradient-warning>.panel-body {
    background: #f1c40f;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f1c40f 25%, #e0af0f 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #f1c40f), color-stop(100%, #e0af0f));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #f1c40f 25%, #e0af0f 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #f1c40f 25%, #e0af0f 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #f1c40f 25%, #e0af0f 100%);
    /* IE10+ */
    background: linear-gradient(135deg, #f1c40f 25%, #e0af0f 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f1c40f', endColorstr='#e0af0f', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.panel-gradient-info>.panel-body {
    background: #3598db;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #3598db 25%, #0e7bce 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #3598db), color-stop(100%, #0e7bce));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #3598db 25%, #0e7bce 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #3598db 25%, #0e7bce 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #3598db 25%, #0e7bce 100%);
    /* IE10+ */
    background: linear-gradient(135deg, #3598db 25%, #0e7bce 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3598db', endColorstr='#0e7bce', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.panel-gradient-info>.panel-body a:link,
.panel-gradient-info>.panel-body a:visited {
    color: #fff;
    text-decoration: none;
}

.panel-gradient-info>.panel-body a:hover,
.panel-gradient-info>.panel-body a:active {
    color: #fff;
    text-decoration: underline;
}

.panel-gradient-danger>.panel-body {
    background: #e84c3d;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #e84c3d 25%, #d34639 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #e84c3d), color-stop(100%, #d34639));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #e84c3d 25%, #d34639 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #e84c3d 25%, #d34639 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #e84c3d 25%, #d34639 100%);
    /* IE10+ */
    background: linear-gradient(135deg, #e84c3d 25%, #d34639 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e84c3d', endColorstr='#d34639', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.widget-mini {
    position: relative;
}

.widget-mini .title {
    font-size: 1em;
    display: block;
}

.widget-mini .total {
    font-size: 2em;
    display: block;
    font-weight: 300;
}

.widget-mini i {
    position: absolute;
    top: 10px;
    left: 10px;
}

.chat-widget .wrapper {
    margin: 10px 0;
    clear: both;
}

.chat-widget .wrapper .avatar {
    width: 50px;
    height: 50px;
}

.chat-widget .wrapper .avatar i {
    border: solid 2px #fff;
}

.chat-widget .wrapper .post {
    padding: 7px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.chat-widget .wrapper .post.default {
    background-color: #E6E6E6;
}

.chat-widget .wrapper .post.primary {
    background-color: #5156be;
    color: #fff;
}

.chat-widget .wrapper .post.default .arrow {
    border-right-color: rgba(0, 0, 0, 0.1);
}

.chat-widget .wrapper .post.primary .arrow {
    border-left-color: #5156be;
}

.widget-weather .title {
    margin-bottom: 10px;
}

.widget-weather .temp {
    font-size: 1em;
    font-weight: bold;
    margin-top: 10px;
}

body.fullscreen-widget-active {
    overflow: hidden;
    position: fixed;
}

body.fullscreen-widget-active .animated {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    animation-name: none;
}

body.fullscreen-widget-active .panel .panel-heading .actions>.fa-chevron-down,
body.fullscreen-widget-active .panel .panel-heading .actions>.fa-times {
    display: none;
}

.panel.widget-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
}

.tab-wrapper {
    margin-bottom: 20px;
}

.tab-wrapper .nav-tabs>li>a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.tab-wrapper .tab-content {
    /* border: 1px solid #ddd; */
    /* border-top: 0; */
    border-radius: 10px;
    /* padding: 10px 15px; */
}

.tab-wrapper>.nav-tabs>li a {
    color: #5D5F63;
}

.tab-wrapper>.nav-tabs>li.active>a {
    border-top: 2px solid #5156be;
    background-color: #ffffff;
}

.tab-wrapper.tab-left>.nav-tabs>li,
.tab-wrapper.tab-right>.nav-tabs>li {
    float: none;
    min-width: 75px;
}

.tab-wrapper.tab-left>.nav-tabs>li>a,
.tab-wrapper.tab-right>.nav-tabs>li>a {
    border: 1px solid #ddd;
}

.tab-wrapper.tab-left>.nav-tabs>li.active>a,
.tab-wrapper.tab-right>.nav-tabs>li.active>a {
    border-top-color: #ddd !important;
}

.tab-wrapper.tab-left .tab-content,
.tab-wrapper.tab-right .tab-content {
    overflow: auto;
    border-top: 1px solid #ddd;
}

.tab-wrapper.tab-left>.nav-tabs {
    float: left;
    margin-right: -3px;
}

.tab-wrapper.tab-left>.nav-tabs>li>a {
    border-right: 0;
}

.tab-wrapper.tab-left>.nav-tabs>li.active>a {
    border-left: 2px solid #5156be;
}

.tab-wrapper.tab-right>.nav-tabs {
    float: right;
    margin-left: -1px;
}

.tab-wrapper.tab-right>.nav-tabs>li>a {
    border-left: 0;
}

.tab-wrapper.tab-right>.nav-tabs>li.active>a {
    border-right: 2px solid #5156be;
}

.tab-wrapper.tab-bottom>.tab-content {
    border-top: 1px solid #ddd;
}

.tab-wrapper.tab-bottom>.nav-tabs {
    border-bottom: none;
    margin-top: 0px;
}

.tab-wrapper.tab-bottom>.nav-tabs>li.active>a {
    margin-top: -2px;
    border-top-color: transparent !important;
    border-bottom: 2px solid #5156be;
}

.tab-primary.tab-wrapper>.nav-tabs>li.active>a {
    border-top-color: #5156be;
}

.tab-primary.tab-wrapper.tab-left>.nav-tabs>li.active {
    border-left-color: #5156be;
}

.tab-primary.tab-wrapper.tab-right>.nav-tabs>li.active {
    border-right-color: #5156be;
}

.tab-primary.tab-wrapper.tab-bottom>.nav-tabs>li.active>a {
    border-bottom-color: #5156be;
}

#dppiaTabBusquedaPadron>li>a:hover {
    color: rgb(139, 135, 135);
}

#dppiaTabBusquedaPadron>li:disabled {
    cursor: no-drop;
}

.ng-isolate-scope.active {
    border-top: 2px solid #5156be;
}

.ng-isolate-scope.active .ng-binding {
    margin-right: 0;
}

.badge {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-weight: normal;
    font-size: 0.688em;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 7px 4px 7px;
}

.badge-primary {
    background-color: #5156be;
}

.badge-warning {
    background-color: #ffa000;
}

.badge-success {
    background-color: #7cb342;
}

.badge-danger {
    background-color: #e53935;
}

.badge-info {
    background-color: #1e88e5;
}

.label.label-circle {
    border-radius: 50%;
    background-clip: padding-box;
    padding: 4px;
    width: 20px;
    height: 20px;
}

.default-color {
    color: #909aa0;
}

.primary-color {
    color: #5156be;
}

.success-color {
    color: #7cb342;
}

.info-color {
    color: #1e88e5;
}

.warning-color {
    color: #ffa000;
}

.danger-color {
    color: #e53935;
}

.default-bg-color {
    background-color: #909aa0;
}

.primary-bg-color {
    background-color: #5156be;
}

.success-bg-color {
    background-color: #7cb342;
}

.info-bg-color {
    background-color: #1e88e5;
}

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

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

.green-color {
    color: #2ca02c;
}

.blue-color {
    color: #1f77b4;
}

.orange-color {
    color: #ff7f0e;
}

.red-color {
    color: #ff7f0e;
}

.purple-color {
    color: #9467bd;
}

.brown-color {
    color: #8c564b;
}

.pink-color {
    color: #e377c2;
}

.text-muted {
    color: #a2a2a2!important;
}

.padding-none {
    padding: 0!important;
}

.margin-none {
    margin: 0;
}

.block {
    display: block;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.arrow.right {
    top: 50%;
    right: -9px;
    margin-top: -9px;
    border-left-color: rgba(0, 0, 0, 0.1);
    border-right-width: 0;
}

.arrow.left {
    top: 50%;
    left: -9px;
    margin-top: -9px;
    border-right-color: rgba(0, 0, 0, 0.1);
    border-left-width: 0;
}

.arrow,
.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.arrow {
    z-index: 10;
    border-width: 9px;
}


/* FLECHAS DE JQGRID PAGINADOR */

.glyphicon-forward {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px
}

.glyphicon-forward::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    right: 6px;
    top: 4px
}

.glyphicon-step-forward {
    box-sizing: border-box;
    position: relative;
    /* display: block; */
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px
}

.glyphicon-step-forward::after,
.glyphicon-step-forward::before {
    content: "";
    /* display: block; */
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 14px;
    border-right: 2px solid;
    top: 2px;
    right: 0
}

.glyphicon-step-forward::after {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    right: 6px;
    top: 4px
}

.glyphicon-backward {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px
}

.glyphicon-backward::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 6px;
    top: 4px
}

.glyphicon-step-backward {
    box-sizing: border-box;
    position: relative;
    /* display: block; */
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px
}

.glyphicon-step-backward::after,
.glyphicon-step-backward::before {
    content: "";
    /* display: block; */
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 14px;
    border-left: 2px solid;
    top: 2px;
    left: 0
}

.glyphicon-step-backward::after {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    left: 6px;
    top: 4px
}

.ui-jqgrid .ui-jqgrid-htable thead th div {
    overflow: initial !important;
    position: relative;
}

.ui-jqgrid .ui-jqgrid-htable .ui-th-div {
    height: 17px;
    margin-top: 5px;
    display: block !important;
}

.ui-jqgrid-bdiv::-webkit-scrollbar {
    width: 7px;
    border-radius: 5px;
    background: #e5e5e5;
}

.ui-jqgrid-bdiv::-webkit-scrollbar-thumb {
    width: 50px;
    background: #5156be;
    border-radius: 5px;
}

.google-map {
    height: 350px;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    width: 15px;
    height: 17px;
}

.slider.slider-horizontal {
    margin: 10px 0;
}

.slider.slider-vertical {
    margin: 0 10px;
}

.slider-handle.round {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #EFF2F7;
    background: #fff;
    cursor: pointer;
}

.slider-default .slider-selection {
    background-image: none;
    background-color: #909aa0;
}

.slider-primary .slider-selection {
    background-image: none;
    background-color: #5156be;
}

.slider-success .slider-selection {
    background-image: none;
    background-color: #7cb342;
}

.slider-warning .slider-selection {
    background-image: none;
    background-color: #ffa000;
}

.slider-info .slider-selection {
    background-image: none;
    background-color: #1e88e5;
}

.slider-danger .slider-selection {
    background-image: none;
    background-color: #e53935;
}

#RGB {
    height: 239px;
    background: #808080;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.widget-gauge {
    text-align: center;
}

.goal-wrapper {
    font-size: 1.25em;
    font-weight: 600;
    margin-top: 8px;
}

.goal-wrapper .gauge-value {
    color: #212121;
}

.goal-wrapper .goal-value {
    color: #999;
}

.line-chart,
.bar-chart {
    position: relative;
}

.tc-chart-js-legend {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tc-chart-js-legend li {
    display: inline-block;
    padding: 0 10px;
    font-size: 0.75em;
}

.tc-chart-js-legend li span {
    width: 10px;
    height: 10px;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    margin: 0 5px;
}

.server-chart ul {
    margin: 0;
    padding: 0;
}

.server-chart ul li {
    list-style: none;
}

.browser-chart {
    height: 215px;
}

.browser-chart ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.browser-chart ul li {
    font-size: 0.75em;
}

.browser-chart ul li i {
    font-size: 0.625em;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.chart-tooltip {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #233242 !important;
    border: 0px !important;
    padding: 10px 20px !important;
    font-size: 13px;
    color: #fff;
}

.stats {
    margin-bottom: 0;
}

.stats .panel-body {
    height: 321px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.stats .panel-body h5 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.125em;
}

.stats .panel-body ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.stats .panel-body li {
    padding: 10px 0;
}

.stats .panel-body .badge {
    background-color: #fff;
    color: #46c6a2;
}

#server-chart {
    height: 270px;
}

.reportdate {
    cursor: pointer;
}

#doughnut-canvas-holder {
    max-width: 137px;
    min-width: 80px;
}

.jqstooltip {
    font-size: 1em;
    padding: 25px;
    min-width: 35px!important;
    min-height: 35px!important;
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    line-height: 20px;
}

.dd-handle {
    cursor: move;
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-handle:hover {
    background: #fff;
    color: #5156be;
}

.dd-item>button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.dd-item>button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}

.dd-item>button[data-action="collapse"]:before {
    content: '-';
}

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.dd-dragel>.dd-item .dd-handle {
    margin-top: 0;
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

.list-icon div {
    line-height: 40px;
    white-space: nowrap;
}

.list-icon i {
    display: inline-block;
    width: 40px;
    margin: 0;
    font-size: 0.875em;
    text-align: center;
    vertical-align: middle;
}

.social {
    margin: 0;
    padding: 0;
}

.social ul {
    margin: 0;
    padding: 5px;
}

.social ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}

.social i {
    width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #909AA0;
    font-size: 22px;
    text-align: center;
    padding-top: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social .fa-facebook:hover {
    background: #4060A5;
}

.social .fa-twitter:hover {
    background: #00ABE3;
}

.social .fa-google-plus:hover {
    background: #e64522;
}

.social .fa-github:hover {
    background: #343434;
}

.social .fa-pinterest:hover {
    background: #cb2027;
}

.social .fa-linkedin:hover {
    background: #0094BC;
}

.social .fa-flickr:hover {
    background: #FF57AE;
}

.social .fa-instagram:hover {
    background: #375989;
}

.social .fa-vimeo-square:hover {
    background: #83DAEB;
}

.social .fa-stack-overflow:hover {
    background: #FEA501;
}

.social .fa-dropbox:hover {
    background: #017FE5;
}

.social .fa-tumblr:hover {
    background: #3a5876;
}

.social .fa-dribbble:hover {
    background: #F46899;
}

.social .fa-skype:hover {
    background: #00C6FF;
}

.social .fa-stack-exchange:hover {
    background: #4D86C9;
}

.social .fa-youtube:hover {
    background: #FF1F25;
}

.social .fa-rss:hover {
    background: #e88845;
}

.social .fa-foursquare:hover {
    background: #09B9E0;
}

.social .fa-youtube-play:hover {
    background: #DF192A;
}

.form-control {
    /* border: 2px solid #e8ebed; */
    /* border-radius: 2px; */
    box-shadow: none;
    height: 37px;
    /* padding: 8px 12px 9px 12px; */
}

.form-check-input:checked {
    background-color: #5156be;
    border-color: #5156be;
}

.form-check-input:focus {
    border-color: #8488d3;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(81 86 190 / 22%);
}

.form-select:focus {
    border-color: #5156be;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px #5156be;
}

input[type=checkbox] {
    width: 25px;
    height: 25px;
}

input[type=radio] {
    width: 25px;
    height: 25px;
}

.form-control-login,
.login-control {
    /*CLASE DE CORRECCION DE TEXTO EN LOS INPUTS DEL LOGIN*/
    border: 2px solid #e8ebed;
    border-radius: 10px !important;
    box-shadow: none;
    height: 37px;
    padding: 8px 12px 9px 30px;
    width: 100%;
}

.login-card {
    border-radius: 20px !important;
}

.card-header{
    border-color: rgb(243 241 241);
    background: #f8f8f8;
    color: #363636;
}

.form-control:focus {
    background: #fff;
    border-color: #5156be;
    box-shadow: none;
}

.card-header> .actions.pull-right {
    display: none;
}


/* select.input-sm,
select.form-group-sm .form-control {
    height: auto;
} */

label.error {
    color: #fff;
    background: #e53935;
    border: solid thin #fff;
    padding: 3px 5px;
}

label.valid {
    color: #fff;
    background: #27b6af;
    border: solid thin #fff;
    padding: 3px 5px;
}

.step-content {
    border: 1px solid #D4D4D4;
    border-top: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    padding: 10px;
    margin-bottom: 10px;
}

.wizard {
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.wizard:before,
.wizard:after {
    display: table;
    line-height: 0;
    content: "";
}

.wizard:after {
    clear: both;
}

.wizard ul {
    width: 4000px;
    padding: 0;
    margin: 0;
    list-style: none outside none;
}

.wizard ul.previous-disabled li.complete {
    cursor: default;
}

.wizard ul.previous-disabled li.complete:hover {
    color: #468847;
    cursor: default;
    background: #f3f4f5;
}

.wizard ul.previous-disabled li.complete:hover .chevron:before {
    border-left-color: #f3f4f5;
}

.wizard ul li {
    position: relative;
    float: left;
    height: 46px;
    padding: 0 20px 0 30px;
    margin: 0;
    font-size: 16px;
    line-height: 46px;
    color: #999999;
    cursor: default;
    background: #ededed;
}

.wizard ul li .chevron {
    position: absolute;
    top: 0;
    right: -14px;
    z-index: 1;
    display: block;
    border: 24px solid transparent;
    border-right: 0;
    border-left: 14px solid #d4d4d4;
}

.wizard ul li .chevron:before {
    position: absolute;
    top: -24px;
    right: 1px;
    display: block;
    border: 24px solid transparent;
    border-right: 0;
    border-left: 14px solid #ededed;
    content: "";
}

.wizard ul li.complete {
    color: #5156be;
    background: #f3f4f5;
}

.wizard ul li.complete:hover {
    cursor: pointer;
    background: #e1f2ef;
}

.wizard ul li.complete:hover .chevron:before {
    border-left: 14px solid #e1f2ef;
}

.wizard ul li.complete .chevron:before {
    border-left: 14px solid #f3f4f5;
}

.wizard ul li.active {
    color: #5156be;
    background: #fff;
}

.wizard ul li.active .chevron:before {
    border-left: 14px solid #fff;
}

.wizard ul li .badge {
    margin-right: 8px;
    border-radius: 30px;
}

.wizard ul li:first-child {
    padding-left: 20px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.wizard .actions {
    position: initial;
    z-index: 1000;
    float: right;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 46px;
    vertical-align: middle;
    background-color: #e5e5e5;
    border-left: 1px solid #d4d4d4;
}

.wizard .actions a {
    margin-right: 8px;
    font-size: 12px;
    line-height: 45px;
}

.wizard .actions .btn-prev i {
    margin-right: 5px;
    color: #fff;
}

.wizard .actions .btn-next i {
    margin-left: 5px;
    color: #fff;
}

.wizard .actions .btn-prev[disabled] i {
    color: rgba(255, 255, 255, 0.75);
}

.step-content .step-pane {
    display: none;
}

.step-content .active {
    display: block;
}

.step-content .active .btn-group .active {
    display: inline-block;
}

.wizard .steps .badge.badge-info {
    background-color: #5156be;
}

.wizard .steps .badge.badge-success {
    background-color: #5156be;
}

.form-group .title {
    text-align: right;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    height: 205px;
    text-align: center;
    padding-top: 25px;
    margin-left: 20px;
}

.up-buttons {
    float: left;
}

.drop-box.dragover {
    border: 5px dashed blue;
}

.drop-box.dragover-err {
    border: 5px dashed red;
}

.ng-wizard {
    margin: 10px 0;
}

.ng-wizard h2 {
    margin: 15px 0;
}

.rc-nav-wizard>li {
    float: left;
    font-size: 18px;
}

.rc-nav-wizard>li+li {
    margin-left: 2px;
}

.rc-nav-wizard>li>a {
    border-radius: 5px;
    cursor: default;
    color: #909aa0;
}

.rc-nav-wizard>li>a,
.rc-nav-wizard>li>a:hover,
.rc-nav-wizard>li>a:focus {
    background-color: transparent;
}

.rc-nav-wizard>li>a>.badge {
    margin-left: 3px;
    font-size: 18px;
    padding: 5px 9px;
    border-radius: 15px;
    color: #ffffff;
    background-color: #909aa0;
}


/* active = current wizard step */

.rc-nav-wizard>li.active>a,
.rc-nav-wizard>li.active>a:hover,
.rc-nav-wizard>li.active>a:focus {
    color: #5156be;
    background-color: transparent;
}

.rc-nav-wizard>.active>a>.badge {
    color: #ffffff;
    background-color: #5156be;
}


/* success = completed wizard step */

.rc-nav-wizard>li.success>a,
.rc-nav-wizard>li.success>a:hover,
.rc-nav-wizard>li.success>a:focus {
    color: #7cb342;
    background-color: transparent;
}

.rc-nav-wizard>.success>a>.badge {
    color: #ffffff;
    background-color: #7cb342;
}


/* ==========================================================================
   Login, Sign Up, Loacked Screen
   ========================================================================== */

#login-wrapper {
    margin: 100px auto;
}

#login-wrapper .logo {
    color: #1d212a;
    font-size: 2em;
    text-transform: uppercase;
    padding: 15px 0 0 15px;
    display: inline-block;
}

#login-wrapper .logo span {
    font-weight: 700;
}

#login-wrapper .logo img {
    margin-top: -5px;
}

#login-wrapper .brand {
    text-align: center;
    padding: 20px 0;
}

#login-wrapper .form-group i {
    position: absolute;
    left: 27px;
    top: 11px;
}

#login-wrapper #email,
#login-wrapper #password {
    padding-left: 32px;
}

#login-wrapper #locked-screen .profile-pic {
    margin: 15px 0;
}

.panel-head {
    background-image: linear-gradient(to right top, #fd9a00, #fe9800, #fe9700, #ff9500, #ff9300, #ff8f00, #ff8c00, #ff8800, #ff8200, #ff7c00, #ff7600, #ff6f00);
    border-radius: 5px 5px 0px 0px;
}


/* ==========================================================================
   Profiles
   ========================================================================== */

.profile-pic {
    margin: 20px 0 0 0;
}

.profile-pic img {
    border: 7px solid #e5e6ea;
}

.profile-info .connect {
    margin: 15px 0 5px 0;
}

.profile-info .connect button {
    margin-right: 15px;
}

.timeline-post-to textarea {
    min-height: 80px;
    margin-bottom: 15px;
}

.timeline-post-to:before {
    width: 10px;
    height: 10px;
    border-style: solid;
    content: " ";
    position: absolute;
    left: 5px;
    top: 19px;
    border-width: 8px 8px 8px 0;
    border-color: transparent #fff transparent transparent;
    display: block;
}

.timeline-post ul {
    padding: 0;
    list-style: none;
    margin: 0 15px 0 30px;
    border-left: 2px solid #ddd;
}

.timeline-post ul li {
    padding: 5px 15px;
    display: block;
    min-height: 54px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 20px 0 20px 40px;
    background: #efefef;
    position: relative;
    border-left: 4px solid transparent;
}

.timeline-post ul li:before {
    width: 10px;
    height: 10px;
    border-style: solid;
    content: " ";
    position: absolute;
    left: -14px;
    top: 19px;
    border-width: 8px 8px 8px 0;
    border-color: transparent #efefef transparent transparent;
    display: block;
}

.timeline-post ul li img {
    margin-bottom: 15px;
}

.timeline-post .date {
    position: absolute;
    left: -69px;
    top: 0;
    width: 50px;
    height: 50px;
    background: #5156be;
    border-radius: 50%;
    text-align: center;
    line-height: 1.2em;
}

.timeline-post .date span {
    color: #fff;
    font-size: 18px;
    display: block;
    margin-top: 7px;
    font-weight: 600;
}

.timeline-post .date span.small {
    color: #fff;
    font-size: 12px;
    display: block;
    margin-top: -2px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ==========================================================================
   Error Pages 404 and 500
   ========================================================================== */

#error-container {
    text-align: center;
    margin: 100px auto 0px;
}

#error-container header h1 {
    font-size: 10em;
}

#error-container header p {
    text-transform: uppercase;
    font-size: 2em;
}

#error-container p {
    margin: 10px 0 20px 0;
}

.cal1 .clndr .clndr-controls {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

.cal1 .clndr .clndr-controls .month {
    display: inline-block;
    width: 190px;
    text-align: center;
    color: #c1c1c1;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 5px 5px;
    position: relative;
    top: 2px;
}

.cal1 .clndr .clndr-controls .clndr-control-button {
    display: inline-block;
    text-align: right;
}

.cal1 .clndr .clndr-controls .clndr-control-button.leftalign {
    text-align: left !important;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button {
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #C1C1C1;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover {
    background: #f4f4f4;
    padding: 5px 10px;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive {
    opacity: 0.5;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive:hover {
    background: none;
    cursor: default;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #C1C1C1;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {
    background: #f4f4f4;
    padding: 5px 10px;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive {
    opacity: 0.5;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive:hover {
    background: none;
    cursor: default;
}

.cal1 .clndr .clndr-table {
    table-layout: fixed;
    width: 100%;
}

.cal1 .clndr .clndr-table .header-days {
    height: 40px;
    font-size: 10px;
    background: #fff;
}

.cal1 .clndr .clndr-table .header-days .header-day {
    vertical-align: middle;
    text-align: center;
    border-left: 0px solid #000000;
    border-top: 0px solid #000000;
    color: #666;
    font-size: 14px;
}

.cal1 .clndr .clndr-table .header-days .header-day:last-child {
    border-right: 0px solid #000000;
}

.cal1 .clndr .clndr-table tr {
    height: auto;
}

.cal1 .clndr .clndr-table tr td {
    vertical-align: top;
}

.cal1 .clndr .clndr-table tr .day {
    border-left: 0px solid #000000;
    border-top: 0px solid #000000;
    width: 100%;
    height: inherit;
}

.cal1 .clndr .clndr-table tr .day.inactive {
    background: #ddd;
}

.cal1 .clndr .clndr-table tr .day:last-child {
    border-right: 0px solid #000000;
}

.cal1 .clndr .clndr-table tr .day .day-contents {
    box-sizing: border-box;
    padding: 8px;
    font-size: 12px;
    text-align: center;
}

.cal1 .clndr .clndr-table tr .empty,
.cal1 .clndr .clndr-table tr .adjacent-month {
    border-left: 0px solid #000000;
    border-top: 0px solid #000000;
    width: 100%;
    height: inherit;
}

.cal1 .clndr .clndr-table tr .empty:last-child,
.cal1 .clndr .clndr-table tr .adjacent-month:last-child {
    border-right: 0px solid #000000;
}

.cal1 .clndr .clndr-table tr:last-child .day {
    border-bottom: 0px solid #000000;
}

.cal1 .clndr .clndr-table tr:last-child .empty {
    border-bottom: 0px solid #000000;
}

.calendar-block {
    background: #fff;
}

.event-list-block {
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

.calendar-block .day-contents {
    width: 30px;
    margin: auto;
}

.today .day-contents {
    width: 30px;
    background: #1fb0ab;
    cursor: pointer;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.calendar-block .day-contents:hover {
    width: 30px;
    background: #1fb0ab;
    cursor: pointer;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.cal1 .clndr .clndr-controls {
    display: block !important;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    background: #27b6af;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    padding: 23px 20px;
    width: auto !important;
    color: #fff;
}

.cal1 .clndr .clndr-controls .month span {
    display: block;
    font-size: 30px;
    padding: 0px 10px;
    margin-bottom: 10px;
}

.cal1 .clndr .clndr-controls .month {
    color: #fff;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button,
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
    color: #fff;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover,
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {
    background: #f4f4f4;
    padding: 5px 10px;
    color: #1fb0ab;
}

.clndr-previous-button {
    left: 15px;
    top: 25px;
    position: absolute;
}

.clndr-next-button {
    right: 15px;
    top: 25px;
    position: absolute;
}

.clndr-ang {
    display: block;
    margin: 0 auto;
}

.clndr-ang .clndr-ang-controls {
    background: #5156be;
    /*background: #27b6af;*/
    display: block !important;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    padding: 23px 20px;
    width: auto !important;
    color: #fff;
}

.clndr-ang .clndr-ang-controls .month {
    display: inline-block;
    width: 190px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
}

.clndr-ang .clndr-ang-controls .clndr-ang-previous-button {
    right: auto;
    left: 20px;
    top: 10px;
    font-size: 1.7em;
    position: absolute;
}

.clndr-ang .clndr-ang-controls .clndr-ang-next-button {
    left: auto;
    right: 20px;
    top: 10px;
    font-size: 1.7em;
    position: absolute;
}

.clndr-ang .clndr-ang-controls:hover {
    cursor: pointer;
}

.clndr-ang .clndr-ang-grid .days-of-the-week {
    width: 100%;
}

.clndr-ang .clndr-ang-grid .days-of-the-week .header-day {
    float: left;
    width: 14.28571%;
    padding: 12px 0;
    text-align: center;
}

.clndr-ang .days .day,
.clndr-ang .days .empty {
    float: left;
    width: 14.28571%;
    padding: 8px;
    position: relative;
    text-align: center;
}

.clndr-ang .days .day.today,
.clndr-ang .days .empty.today {
    /*background: #27b6af;*/
    background: #FF9800;
    color: #fff;
}

.clndr-ang .days .day .event-indicator,
.clndr-ang .days .empty .event-indicator {
    background-color: #FF9800;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    font-size: 9px;
    height: 15px;
    line-height: 16px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 15px;
}

.clndr-ang .days .day.adjacent-month,
.clndr-ang .days .empty.adjacent-month {
    opacity: 0.3;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 200000;
    opacity: .6;
}

.preloader .iconWrapper {
    background: none;
    margin: 20% auto;
    height: 150px;
    width: 150px;
}

.preloader .iconWrapper i {
    font-size: 3em;
    color: #000;
}

.preloader-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 200000;
    opacity: .6;
    top: 0;
}

.preloader-inner .iconWrapper {
    background: none;
}

.preloader-inner .iconWrapper i {
    font-size: 3em;
    color: #000;
}


/* .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
} */

.modal-content,
.sweet-alert {
    /* box-shadow: none; */
    /* border-radius: 0; */
    border: 5px solid #dee2e6 !important;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.075);
}

growl-notifications {
    position: fixed;
    top: 5px;
    right: 10px;
    z-index: 1000;
}

growl-notifications growl-notification {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 15px 30px;
    width: 200px;
    display: block;
    border-radius: 5px;
    margin-top: 15px;
}

.angular-ui-tree-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.angular-ui-tree-nodes {
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.angular-ui-tree-nodes .angular-ui-tree-nodes {
    padding-left: 20px;
}

.angular-ui-tree-node,
.angular-ui-tree-placeholder {
    position: relative;
    margin: 0px;
    padding: 0px;
    min-height: 20px;
    line-height: 20px;
}

.angular-ui-tree-hidden {
    display: none;
}

.angular-ui-tree-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
}

.angular-ui-tree-handle {
    cursor: pointer;
    text-decoration: none;
    /*  font-weight: bold;*/
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 20px;
    line-height: 20px;
}

.angular-ui-tree-drag {
    position: absolute;
    pointer-events: none;
    z-index: 999;
    opacity: .8;
}

.angular-ui-tree-handle {
    background: white;
    border: 1px solid #dae2ea;
    color: #212121;
    padding: 10px 10px;
}

.angular-ui-tree-handle:hover {
    color: #438eb9;
    background: #f4f6f7;
    border-color: #dce2e8;
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}

.angular-ui-tree-handle {
    margin: 5px 5px 5px 0;
}

.angular-ui-tree-handle:hover {
    cursor: move;
}

.mail-option ul li {
    list-style: none;
}

#view-mail-wrapper header {
    color: #a2a2a2;
}

#view-mail-wrapper header h2 {
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px 0;
}

#view-mail-wrapper header p {
    position: absolute;
    right: 35px;
    top: 20px;
}

#view-mail-wrapper .view-mail-header {
    padding-top: 5px;
}

#view-mail-wrapper .view-mail-header img {
    margin-right: 10px;
}

#view-mail-wrapper .view-mail-reply {
    margin-top: 12px;
}

#view-mail-wrapper .view-mail-body {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
}

#view-mail-wrapper .view-mail-body p {
    line-height: 1.8em;
}

#view-mail-wrapper .view-mail-body .panel-footer,
#view-mail-wrapper .view-compose-body .panel-footer {
    background: #fff;
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 15px 0;
}

#view-mail-wrapper .view-mail-body .panel-footer h5 {
    display: inline-block;
}

#view-mail-wrapper .view-mail-body .panel-footer .attchments {
    padding: 0 8px;
    text-transform: lowercase;
}

#view-mail-wrapper .view-mail-body .panel-footer button.pull-right {
    margin: 0 0 0px 8px;
}

.send-options {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    position: absolute;
    right: 45px;
    top: 22px;
}

.send-options a {
    color: #979797;
}

#form-group-cc,
#form-group-bcc {
    display: none;
}

.compose-nav>li+li {
    margin-left: 0;
    margin-top: 0px;
}

.compose-nav li a,
.compose-nav li a:visited {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-top: 1px solid #f2f3f6;
    padding: 15px;
    border-right: 3px solid rgba(0, 0, 0, 0);
    color: #5D5F63;
}

.compose-nav>li.active>a,
.compose-nav>li.active>a:hover,
.compose-nav>li.active>a:focus {
    background: #f9f9f9;
    color: #5156be;
    border-left: 3px solid #5156be;
    margin-left: -3px;
}

.compose-nav>li>a:hover,
.compose-nav>li>a:focus {
    background: #f9f9f9;
    color: #5156be;
    border-left: 3px solid #5156be;
    margin-left: -3px;
}

.mail-checkbox {
    margin: 0 15px 0 8px;
}

.mail-option .btn-group .fa-refresh,
.pag-left,
.pag-right {
    color: #fff;
}

.inbox-pag li {
    float: left;
    margin-left: 5px;
}

.inbox-pag li span {
    display: inline-block;
    margin-top: 7px;
    margin-right: 5px;
}

.compose-nav {
    margin: 15px -15px 0 -15px;
}

.table-inbox span.title {
    display: block;
    font-weight: bold;
}

.table-inbox tr {
    background: #f9f9f9;
}

.table-inbox tr.unread {
    background: #fff;
}

.table-inbox a,
.table-inbox a:visited {
    color: #5D5F63;
}

.table-inbox .unread a,
.table-inbox .unread a:visited {
    color: #5156be;
}

.table-inbox .fa-star {
    color: #ffa000;
}

.theme-default #header {
    background: #5156be;
    /*background: #fff;*/
}

.theme-default #header .logo,
.theme-default #header button.sidebar-toggle,
.theme-default #header button#toggle-profile,
.theme-default #header button#toggle-fullscreen,
.theme-default #header .nav li.profile>a {
    color: #fff;
    /*color: #1d212a;*/
}

.theme-default #header button.sidebar-toggle:hover,
.theme-default #header button.sidebar-toggle:active,
.theme-default #header button#toggle-profile:hover,
.theme-default #header button#toggle-profile:active,
.theme-default #header button#toggle-fullscreen:hover,
.theme-default #header button#toggle-fullscreen:active {
    /*background: #f6f8f8;*/
    background: #5b7886;
}

.theme-default #header .nav li.profile>a:hover,
.theme-default #header .nav li.profile>a:active,
.theme-default #header .nav li.profile>a:focus {
    /*background: #f6f8f8;*/
    background: #5156be;
}

.theme-default .sidebar-left {
    background-color: #fff;
    /*background-color: #1d212a;*/
}

.theme-default .sidebar-mini .sidebar-left .nav>li.active>a:focus,
.theme-default .sidebar-mini .sidebar-left .nav>li.active>a:hover,
.theme-default .sidebar-left .nav>li.active>a,
.theme-default .sidebar-left .nav>li.active>a:focus,
.theme-default .sidebar-left .nav>li.active>a:hover {
    /*color: #fff;
  background-color: #27b6af;*/
    color: #5156be;
    background-color: #27b6af;
}

.theme-default .sidebar-left .nav>li.open>a,
.theme-default .sidebar-left .nav>li>a:hover {
    /*color: #727272;*/
    color: #FF9800;
    /*color: #1d2939;
  background-color: #ffffff;*/
}

.theme-default.sidebar-mini .sidebar-left .nav>li.nav-dropdown-open>.nav-sub,
.theme-default.sidebar-mini .sidebar-left .nav>li:hover>.nav-sub {
    background-color: #fbf9f9;
}

.theme-default .sidebar-profile {
    background: #fff;
    /*background: #13161c;*/
}

.theme-default.sidebar-mini .sidebar-left .nav>li.active>a,
.theme-default.sidebar-mini .sidebar-left .nav>li.active>a:focus,
.theme-default.sidebar-mini .sidebar-left .nav>li.active>a:hover,
.theme-default .sidebar-left .nav>li.active>a,
.theme-default .sidebar-left .nav>li.active>a:focus,
.theme-default .sidebar-left .nav>li.active>a:hover {
    color: #FF9800;
    background: #fff;
    /*background-color: #27b6af;*/
}

.theme-default.sidebar-mini .sidebar-left .nav>li.nav-dropdown-open>a,
.theme-default.sidebar-mini .sidebar-left .nav>li:hover>a {
    color: #1d2939;
    background-color: #fff;
}

div.config {
    background: white;
    width: 205px;
    position: fixed;
    top: 185px;
    z-index: 1002;
    border-radius: 0 0 0 5px;
    right: -205px;
}

div.config div.config-swatch-wrap {
    margin: 10px;
    position: relative;
}

div.config h4 {
    background-color: #1D212A;
    color: #fff;
    padding: 2px 0 5px 10px;
    margin: 0;
    line-height: 30px;
    font-size: 13px;
}

div.config h4 a {
    background-color: #1D212A;
    display: block;
    height: 37px;
    position: absolute;
    left: -40px;
    top: 0;
    width: 40px;
    font-size: 17px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    border-radius: 5px 0 0 5px;
}

div.config h4 a i {
    margin-right: 5px;
}

div.config h4 a:hover {
    text-decoration: none;
}

.config-swatch-wrap .options {
    margin: 0;
    padding: 0;
    list-style: none;
}

.config-swatch-wrap .options li.title {
    font-weight: 700;
    font-size: 0.813em;
    text-transform: uppercase;
    padding: 5px 10px;
    width: 100%;
}

.config-swatch-wrap .options li {
    width: 100%;
    padding: 5px 0;
}

.config-swatch-wrap .options .theme-style-wrapper {
    height: 30px;
    border: 1px solid #E0E0E0;
}

.config-swatch-wrap .options .theme-style-wrapper span.header {
    width: 50%;
    height: 10px;
    float: left;
}

.config-swatch-wrap .options .theme-style-wrapper span.nav {
    width: 50%;
    height: 20px;
    float: left;
}

.config-swatch-wrap .options .theme-style-wrapper .bg-white {
    background: #fff;
}

.config-swatch-wrap .options .theme-style-wrapper .bg-dark {
    background: #1D212A;
}

.config-swatch-wrap .options .theme-style-wrapper .bg-info {
    background: #1e88e5;
}

.config-swatch-wrap .options .theme-style-wrapper .bg-grey {
    background: #909aa0;
}

.config-swatch-wrap .options .theme-style-wrapper .bg-red {
    background: #e53935;
}

.config-swatch-wrap .options .theme-style-wrapper .bg-green {
    background: #27b6af;
}

.config-swatch-wrap .options .theme-style-wrapper .bg-dark-blue {
    background: #5156be;
}

.config-swatch-wrap .options .theme-style-wrapper:hover {
    cursor: pointer;
}

.label-primary {
    background-color: #FF9800;
}


/* Palette generated by Material Palette - materialpalette.com/blue-grey/orange */

.dark-primary-color {
    background: #455A64;
}

.default-primary-color {
    background: #5156be;
}

.light-primary-color {
    background: #CFD8DC;
}

.text-primary-color {
    color: #FFFFFF;
}

.accent-color {
    background: #FF9800;
}

.primary-text-color {
    color: #212121;
}

.secondary-text-color {
    color: #727272;
}

.divider-color {
    border-color: #B6B6B6;
}


/**inicio*** codigo que se usa dentro del modal que muestra las direcciones dentro del control de visitas***/

.direccion {
    background-color: #eaeaea;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.persona:hover {
    color: #ef7f2e;
}


/**fin***/


/****clase usada para poner los botones de la ventana de migracion call center ********************/

.btnMigracionCC {
    display: block;
    height: 100px;
}

.flex-parent {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.flex-child {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


/******fin*****************************/


/*//Poncho*/


/******************** clase usada para marcar los inputs que tienen error ********************/

.input-error {
    border-color: #a94442;
}


/******************************************** FIN ********************************************/

#imgINE {
    max-height: 450px;
    display: block;
    margin: auto;
}


/***************** clase usada para dar estilo a cada uno de los acordeones ******************/

.acordeon-heading {
    background: #999 !important;
}

.acordeon-heading a {
    color: #FFF !important;
}


/******************************************** FIN ********************************************/


/***************** clase usada para dar estilo al marcador de MAPBOX *************************/

.mapboxgl-marker {
    cursor: pointer;
}


/******************************************** FIN ********************************************/


/********************** clases para dar estilo al buscador de MAPBOX *************************/

.map-overlay {
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    background-color: #fff;
    max-height: 425px;
    overflow: hidden;
}

.map-overlay fieldset {
    display: none;
    background: #ddd;
    border: none;
    padding: 10px;
    margin: 0;
}

.map-overlay input {
    display: block;
    border: none;
    width: 100%;
    border-radius: 3px;
    padding: 10px;
    margin: 0;
}

.map-overlay .listing {
    overflow-y: scroll;
    max-height: 365px;
}

.map-overlay .listing>* {
    display: block;
    padding: 5px 10px;
    margin: 0;
}

.map-overlay .listing p {
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #404;
    text-decoration: none;
}

.map-overlay .listing p:last-child {
    border: none;
}

.map-overlay .listing p:hover {
    background: #f0f0f0;
}


/******************************************** FIN ********************************************/

.green-cell {
    background-color: #c9f9f1 !important;
}

.clear-centered-cell {
    text-align: center;
}

.etiqueta {
    font-size: 14px;
    font-weight: bold;
    padding-top: 6px;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.boldFont {
    font-weight: bold;
}