.index {
    width: 100vw;
    height: 100vh;
}

.masthead {
    color: white;
    min-height: 30rem;
    width: 100%;
    height: 100%;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: url('/img/background.jpeg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.masthead h1 {
    font-size: 4rem;
    margin: 0;
    padding: 0;
  }

.card-header {
  font-size: 4rem;
  margin: 10px;
  padding: 10px;
  background: #7386D5;
  color: #fff;
}

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

#sidebarCollapse.active {
    align-items: normal;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

.content-wrapper {
    padding: 15px
}

#content.active {
    width: 100%;
}

.grid-header {
    margin: auto;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    .masthead {
        height: 100vh;
    }
    .masthead h1 {
        font-size: 5.5rem;
    }
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
}

@media (min-width: 992px) {
    .masthead {
      height: 100vh;
    }
    .masthead h1 {
      font-size: 5.5rem;
    }
}

.container-fluid {
  height: 100%;
}

/* ---------------------------------------------------
    DHTMLX GRID
----------------------------------------------------- */
.my_grid_css .dhx_grid-header-cell {
    background: #2C3338;
    border-color: #4A555E;
    color: #FFFFFF;
    font-size: 85%;
}
.my_grid_css .dhx_grid-cell {
    font-size: 75%;
    vertical-align: middle;
}
.my_grid_css .dhx_grid-footer-cell {
    background: #2C3338;;
    border-color: #4A555E;
    color: #FFFFFF;
    font-size: 80%;
}
.my_grid_css .dhx_grid-cell .input[type=checkbox] {
    transform: scale(0.5);
    -ms-transform: scale(0.5); /* IE */
    -moz-transform: scale(0.5); /* FF */
    -webkit-transform: scale(0.5); /* Safari y Chrome */
    -o-transform: scale(0.5); /* Opera */
    /* padding: 10px; */
    vertical-align: middle;
}
.manual_custom_row {
    background: lightgreen;
    color: #FFF;
}
.propio_custom_row {
    background: lightskyblue;
    color: #FFF;
}
.catango_custom_row {
    background: lightgray;
    color: #FFF;
}
.my_custom_mark {
    background: lightcoral;
}
.my_custom_checkbox {
    transform: scale(0.8);
    -ms-transform: scale(0.8); /* IE */
    -moz-transform: scale(0.8); /* FF */
    -webkit-transform: scale(0.8); /* Safari y Chrome */
    -o-transform: scale(0.8); /* Opera */
    /* padding: 10px; */
    vertical-align: middle;
}
/*.my_grid_css .dhx_grid-selected-row {}*/
.my_grid_css .dhx_grid-selected-cell {
    /*color: #0e0e0e;*/
    /*background-color: rgb(183, 247, 7);*/
    background: rgba(141, 240, 11, 0.3);
    border: 2px solid #ff5252;
}

.my_grid_css .edit-button {
    cursor: pointer; 
    /*color: #0288d1;*/
    color: blue;
}

.even{
    background-color: gainsboro;
}
.uneven{
    background-color: gray;
}
.custom-class {
    background: #000;
}
.custom-class .dhx_alert__header {
    text-align: center;
    color: #0288d1;
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
}
.custom-class .dhx_alert__content {
    color: #fff;
    line-height: 1.5;
    text-align: center;
    font-size: 18px;
}

.custom {
    --dhx-color-primary: #c70666;    
    /*--dhx-background-primary: rgb(238, 238, 238);
        --dhx-color-primary: #c70666;
        --dhx-color-primary-active: #118d8d;
        --dhx-color-primary-hover: #1ad1d1;*/
    }
.name {
    --dhx-color-primary-active: #d1b81a;
}