﻿/*body, html {
    overflow: hidden !important;
}*/

/*.active {
    border-bottom: 3px solid rebeccapurple;
    font-weight: bold;
}*/

.ra-well-title {
    font-size: 1.2857em;
    line-height: 1.2857em;
    border-bottom: 1px solid #e7e7e7;
    margin: -5px -19px 0.8333em;
    padding: 0 19px 0.7222em;
}
.ra-well-overlay {
    margin: -16px -20px -19px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.myLabel {
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
    font-size: 12px;
    color: #777;
}

/*.k-switch-on .k-switch-container-red {
    border-color: #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    color: #fff;
    background-color: darkred;
}*/
/*#switchDiv .km-switch .km-switch-on .km-switch-container {
    background-color: crimson !important;
}*/

.tollbarTitleSeparator {
    margin: 0 15px 0 15px !important;
    /*margin-top: 5px;*/
}
.toolbarTitle {
    padding-left: 15px;
}

.fullListBox {
    width: 100%;
    height: 100%;
}
    .fullListBox .k-list-scroller {
        background-color: #F5F5F5;
    }



/* BORDERS */
.border-left-primary {
    border-left: 0.25rem solid #4e73df !important;
}

.border-bottom-primary {
    border-bottom: 0.25rem solid #4e73df !important;
}

.border-left-secondary {
    border-left: 0.25rem solid #858796 !important;
}

.border-bottom-secondary {
    border-bottom: 0.25rem solid #858796 !important;
}

.border-left-success {
    border-left: 0.25rem solid #1cc88a !important;
}

.border-bottom-success {
    border-bottom: 0.25rem solid #1cc88a !important;
}

.border-left-info {
    border-left: 0.25rem solid #36b9cc !important;
}

.border-bottom-info {
    border-bottom: 0.25rem solid #36b9cc !important;
}

.border-left-warning {
    border-left: 0.25rem solid #F59C11 !important;
}

.border-bottom-warning {
    border-bottom: 0.25rem solid #F59C11 !important;
}

.border-left-danger {
    border-left: 0.25rem solid #e74a3b !important;
}

.border-bottom-danger {
    border-bottom: 0.25rem solid #e74a3b !important;
}

.border-left-light {
    border-left: 0.25rem solid #f8f9fc !important;
}

.border-bottom-light {
    border-bottom: 0.25rem solid #f8f9fc !important;
}

.border-left-dark {
    border-left: 0.25rem solid #5a5c69 !important;
}

.border-bottom-dark {
    border-bottom: 0.25rem solid #5a5c69 !important;
}

.k-toolbar .k-overflow-anchor {
    height: 100% !important;
}
.k-toolbar {
    min-height: 50px;
    width: 100%;
    background-color: #F59C11;
    
}

/*.k-toolbar .k-button,*/
.k-button-h38 {
    /*padding: 4px 8px;
    line-height: 1.4285714286;*/
    height: 38px;
    min-width: 38px;
}
.k-button.k-warning {
    background-color: #FFC107;
    color: #132e32;
    background-color: #FFC107;
    background-image: linear-gradient(rgba(3,74,184,0),rgba(3,74,184,0.2));
}
.k-button.k-info {
    border-color: #2A3674; /*#53a2be;*/
    color: #fff;
    background-color: #2A3674;
     background-image: linear-gradient(rgba(3,74,184,0),rgba(3,74,184,0.2));
}
.k-button.k-success {
    border-color: #339933;
    color: #fff;
    background-color: #339933;
    background-image: linear-gradient(rgba(3,74,184,0),rgba(3,74,184,0.2));
}
.k-button.k-error {
    border-color: #F14434;
    color: #fff;
    background-color: #F14434;
    background-image: linear-gradient(rgba(3,74,184,0),rgba(3,74,184,0.2));
}
/*.k-toolbar .k-button {
    float: right;
}*/

.k-list .k-item.k-state-selected {
    color:inherit;
}

.card-body-todolist {
    padding: 10px 15px !important;
}

.todo-icon {
    margin-left: 15px;
    max-height: 28px;
    max-width: 28px;
    float: right;
}

.parent-icon {
    margin-left: 15px;
    max-height: 28px;
    max-width: 28px;
    float: right;
}