
/*! angular styles */
.priceGrid {
    border: 1px solid rgb(212,212,212);
    width: 400px; 
    height: 700px;
}

.csv-data-link-span {
    float: left;
    margin: 5px;
    margin-top: 7px;
    padding: 2px;
}

.ngHeaderButton {
    position: absolute;
    right: 2px;
    top: 8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    z-index: 1;
    background-color: #9fbbb4;
    cursor: pointer;
}

.success-false { color: red; }
.success-true { color: green; }

/*
    Document   : jquery.idletimeout
    Created on : 05/06/2013, 8:56:33 AM
    Author     : Alex
    Description:
        Purpose of the stylesheet follows.
*/

#idletimeout { 
    background:#fff3cd; 
    border:3px solid #ffeeba; 
    color:#856404; 
    text-align:center; 
    padding:0px; 
    display:none; 
}
#idletimeout a { color:#856404; font-weight:bold }
#idletimeout span { font-weight:bold }
