﻿.box.box-danger {
    border-top-color: #dd4b39;
}


.box.box-primary {
    border-top-color: #337ab7;
}

.box.box-success {
    border-top-color: #3c2650;
}

.box.box-warning {
    border-top-color: #8a6d3b;
}

.box.box-successgreen {
    border-top-color: #777;
}

.box.box-warningyellow {
    border-top-color: #f0ad4e;
}

.box.box-infolightblue {
    border-top-color: #5bc0de;
}






.box 
{
    border: 1px solid #dfe3ea;
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

div {
    display: block;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 20px;
    /*background-color:#7b613d;*/
}

.text-red {
    color: #dd4b39 !important
}

.text-yellow {
    color: #f39c12 !important
}

.text-aqua {
    color: #00c0ef !important
}

.text-blue {
    color: #0073b7 !important
}

.text-black {
    color: #111 !important
}

.text-light-blue {
    color: #3c8dbc !important
}

.text-green {
    color: #00a65a !important
}

.text-gray {
    color: #d2d6de !important
}

.text-navy {
    color: #001f3f !important
}

.text-teal {
    color: #39cccc !important
}

.text-olive {
    color: #3d9970 !important
}

.text-lime {
    color: #01ff70 !important
}

.text-orange {
    color: #ff851b !important
}

.text-fuchsia {
    color: #f012be !important
}

.text-purple {
    color: #605ca8 !important
}

.text-maroon {
    color: #d81b60 !important
}
.text-white {
    color: #ffffff !important
}
.text-temp {
    color: #7a603d !important;
    font-size: 15px !important;
    /*padding: 10px 4px;*/
    font-weight: bold;
}


.log-input .checkbox {
    position: relative;
    font-size: 0.95em;
    font-weight: normal;
    color: #999;
    padding: 0em 0.5em 0em 1.6em;
}

.log-input .checkbox {
    margin-bottom: 4px;
    font-size: 1.2em;
    line-height: 27px;
    cursor: pointer;