﻿/*.toolb {
	color: #f00;
}
*/
.toolb .toolb-disabled{
	color: #00ff21;
}

.toolb .toolb-enabled{
	color: #0094ff;
}

.toolb-busy {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.70;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2147483647;
}

.toolb-busy .toolb-busy-text 
{
    color: #fff;
    /*font-weight: bold;
    font-size: 14px;
    font-family: Arial;*/
    font: bold 14px verdana;
    top: 45%;
    position: relative;
    width: 150px;
    margin: auto;
    
    /*::selection,
    ::-moz-selection 
        {
      background: #fff2a8;
    }*/
}
