.readonly {
    pointer-events: none;
    background-color: #e9ecef;
}

.navbar
{
    background-color: #0A620A !important;
}

.nav-link
{
    color: white !important;
    font-weight: 300;
    line-height: 1.2;
    font-size: 1.4em;
}

.display-4
{
    font-size: 2em !important;
}
/*body {*/
    /*font-size: 13px;*/
    /*line-height: 20px;*/
    /*background: url('https://dl.dropbox.com/u/65958930/OLR/dust.png') center center;*/
    /*text-align: enter;*/
/*}*/
/* -- Circular Work -- */
.gridcontainer {
    width: 720px;
    margin: 30px auto;
}

.grid_3 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 220px;
}

.grid_9 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 700px;
}

.fmcircle_out {
    width: 180px;
    height: 180px;
    text-align: center;
    display: block;
    margin: 0 auto;
    opacity: 0.5;

    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.fmcircle_out:hover {
    opacity: 1;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.fmcircle_out:hover .fmcircle_in img {
    margin: 30px 25px 25px 25px;
    width: 120px;
    height: 120px;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.fmcircle_in {
    width: 170px;
    height: 170px;
    margin: 15px;
    display: inline-block;
    overflow: hidden;

    border-radius: 85px;
    -moz-border-radius: 85px;
    -webkit-border-radius: 85px;
    -o-border-radius: 85px;
}

.fmcircle_in img {
    border: none;
    margin-top: 40px;
    width: 100px;
    height: 100px;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.fmcircle_in span {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    width: 180px;
    /*background: #ffffffd6;*/
    display:none;
    color: #666666;
    padding: 5px;
    margin: 90px 0 0 0;
    height: 30px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    float: left;
    position: absolute;
    opacity: 0;

    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.fmcircle_out:hover .fmcircle_in span {
    opacity: 1;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

div.dataTables_wrapper div.dataTables_processing {
    background: #4CAF50;
    color: white;
}

table.dataTable td {
    font-size: 0.8em !important;
    vertical-align: middle;
}

li{
padding: 0.5em;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa00;
    border-color: #f8f9fa00;
}

.btn-light-danger {
    border-color: #dc3545;
}

