/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}
label i{
    color: #888;
}
p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
}
b{
    font-weight: 600;
}
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;
    padding-left: 40px;
    color: #fff;
    transition: all 0.3s;
    flex: 0 0 calc(18% - 1rem);
    /*background-color: #ee3643;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0869ad+0,60abf8+44,4096ee+100 */
    background: rgb(8,105,173); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(8,105,173,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(8,105,173,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(8,105,173,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0869ad', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
}

#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: 1.1em;
    display: block;
}

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

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #000;
    background: #fff;
    border-radius: 15px 0px 0px 15px;
}

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;
}
.navbar{
    display: none;
}
.mainbanner{
    width: 100%;
}
.col-centered{
  float: none;
  margin: 0 auto;
}
.has_separator{
    margin: 15px 0;
    width: 100%;
    height: 20px;
}
label.col-4.col-form-label {
    text-align: right!important;
}
label.col-4 {
    text-align: right!important;
}
button, input, optgroup, select, textarea {
    margin: 5px 0 0 0;
}
#mich_container{
    display: none;
}
span.select2.select2-container {
    width: 101%!important;
}
.loading{
    filter:blur(5px);
}
.invalid{
    border: 1px solid rgba(255,0,0,0.5);
    background: rgba(255,0,0,0.5);
}
.tooltip.show p {
   text-align:center;
}
.swal2-actions button {
    font-size: 0.9em!important;
}
.k-grid .k-grouping-header {
    background-color: #039386 !important;
    border-color: #026868 !important;
}

.k-grid-header .k-header, .k-grid-header .k-header .k-link, .k-grid-header .k-link, .k-grid-header .k-link:link, .k-scheduler-agendaview .k-scheduler-datecolumn, .k-scheduler-header {
    color: #fff !important;
}

.k-pager-info {
    color: #535454 !important;
}

.k-grouping-header {
    background-color: white !important;
}

.k-draghandle, .k-grid-header, .k-grouping-header, .k-header, html .km-pane-wrapper .k-header {
    background-color: #039386 !important;
}

.k-gantt .k-gantt-toolbar .k-button:hover, .k-gantt .k-gantt-toolbar .k-gantt-views li.k-state-hover, .k-gantt .k-gantt-toolbar .k-gantt-views li.k-state-hover .k-link, .k-grid .k-header .k-button:hover, .k-scheduler .k-header .k-button:hover, .k-scheduler .k-scheduler-toolbar .k-scheduler-views li.k-state-hover, .k-scheduler .k-scheduler-toolbar .k-scheduler-views li.k-state-hover .k-link, .km-pane-wrapper .k-header .k-button:hover {
    background-color: #039386 !important;
    border-color: #fff !important;
    color: #fff !important;
}

.k-gantt-toolbar .k-button, .k-gantt > .k-header .k-link, .k-gantt > .k-header li, .k-grid .k-header .k-button, .k-scheduler .k-header .k-button, .k-scheduler .k-header .k-link, .k-scheduler .k-header li, .km-pane-wrapper .k-header .k-button {
    background-color: #fff !important;
    border-color: #01b0c2 !important;
    border-radius: 7px;
    width: 60px;
    height: 35px;
    padding: 6px;
    font-size: 22px !important;
    border-width: 0.1em;
}


.k-grid .k-grouping-header {
    color: white !important;
}



.k-grouping-header .k-group-indicator, .k-pivot-toolbar .k-button {
    color: #fff !important;
    background-color: #039386 !important;
    border-color: #2b5f00 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.k-pager-numbers .k-link.k-state-selected {
    color: #039386;
    background-color: rgba(63,81,181,.22);
}

.k-pager-numbers .k-link {
    color: #039386;
}
a.k-button.k-button-icontext.k-grid-excel {
    width: 180px;
    font-size: 10px!important;
}

.k-grid .k-grid-search {
    color: white !important;
}

.k-bordergw {
    border-color: white !important;
    border-bottom-width: 3px;
}


    .k-bordergw:hover {
        border-color: white !important;
        border-bottom-width: 2px;
    }

    .k-bordergw > .k-input::placeholder {
        color: #fff !important;
    }
    
    input.k-input {
        border-style: none!important;
    }
#cargando {
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,0.5);
    position: fixed;
    z-index: 99999999999;
}
#cargando i{
    margin-top: 40vh;
    margin-left: 40vw!important;
    font-size: 10em;
}
.ldBar {
    margin-left: 43vw;
    margin-top: 30vh;
}
#cargando b {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 20%;
}
#cargando i.fa{
    font-size: 1em;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    .navbar{
        display: inherit;
    }
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}