﻿body {
    background-color: #dae9f6;
    color: #FFFFFF;
}

.red {
    color: rgb(208, 120, 147) !important;
}
.black {
    color: black;
}.margin-bottom-none {
    margin-bottom: 0
}

.margin-t-20 {
    margin-top: 20px;    
}

.margin-20 {
    margin: 20px;
}

.fullWidth {
    width: 100%;
}

.ui-select-placeholder.text-muted {
    color: #9999a6;
}

.bg-blue {
    background-color: #99caec;
}

.box-shadow {
    box-shadow: 0 2px 10px #9999a6;
}

.btn-primary {
    background-color: #3A6A96;
    border-color: #3A6A96;
}

    .btn-primary:hover {
        background-color: #99caec;
        border-color: #99caec;
    }

    
.fullScreenProgress {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 99999;
}

    .fullScreenProgress .fa-circle-o-notch {
        top: 50%;
        left: 50%;
        position: fixed;
        color: #83a3ad;
    }

.todo-list>li {
    border-radius: 2px;
    padding: 10px;
    background: #f4f4f4;
    margin-bottom: 2px;
    border-left: 2px solid #e6e7e8;
    color: #444;
}
.todo-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: visible;
}
    .todo-list > li .tools {
        display: none;
        float: right;
        color: #dd4b39;
    }
.todo-list>li:hover .tools {
    display: inline-block;
}