﻿.week
{
    background:#ddb8b4;
}
.today
{
    background:#e6ffcc;
}

.control-label.required:after {
    content: " *";  
    font-family: FontAwesome;   
    font-weight:bold;
    font-size:1.1em; 
    color:red;
}

.border-red
{
    border-color:#dd4b39;
}

.border-yellow
{
    border-color:#f39c12;
}

.border-green
{
    border-color:#00a65a;
}

.border-red, .border-yellow, .border-green 
{
        -webkit-appearance: none;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        outline: none;
        border: 3px solid gray;
 }

.border-red:before, .border-yellow:before, .border-green:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}


.border-red:checked:before {
        background: #dd4b39;
        
    }
    
.border-red:checked {
    border-color: #dd4b39;
}


.border-yellow:checked:before {
        background: #f39c12;
        
    }
    
.border-yellow:checked {
    border-color: #f39c12;
}


.border-green:checked:before {
        background: #00a65a;
        
    }
    
.border-green:checked {
    border-color: #00a65a;
}

.validation-summary-errors.text-danger li {
    color:#fff;
}

.input-group.ui-sortable-handle{
    z-index:1271;
}

.tank.drag-tank-chamber.ui-sortable
{
      z-index:8888;
}

.tooltip
{
      z-index:16777271 ; position: fixed;
}
.dt-button {
    background-color: #3c8dbc;
    border-color: #367fa9;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    margin-right:5px;
}

.checkbox-lg {
    width:40px;
    height:40px;
}

.field-validation-valid {
    color:red;
}

.dataTables_filter {
    text-align:right;
}

.field-validation-error {
    color:red;
}

#loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: table;
    margin: 0 auto;
    background:#000;
    opacity:1;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dataTables_processing {
    position: absolute;
    top: 20px;
    left: auto;
    text-align: center;
    width: 90%;
    border: none;
    opacity: .4;
}

   

