﻿/****************** Colors */
label {
    font-weight: lighter;
}


h2 {
    font-family: "Foundation Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.glyphicon-refresh-animate {
    animation: spin .7s infinite linear;
}

.FloatRight {
    float: right;
}

@keyframes spin {
    from { transform: rotate(0deg);}
    to { transform: rotate(360deg);}
}

/*-- Button Color */
.btn-primary {
    min-width: 120px;
    min-height: 34px;
}

/*.btn-secondary {
    background-color: #91c11e;
    color: whitesmoke;
    min-height: 30px;
    min-width: 30px;
}

.btn-secondary:hover, .btn-secondary:focus {
    text-decoration: none;
    color: white;
    background-color: rgba(141,173,43,1);
}*/

/*-- Sub-button Color*/
.SubFunctionalBtn {
    font-size: medium;
    padding: 0px 8px;
    border-radius: 15px;
    text-decoration: none;
    border: 1px solid;
    width: 30px;
    height: 30px;
    font-weight: bold;
}

.SubFunctionalBtn:active {
    box-shadow: 0 0 10px inset;
}

/***************** Tooltip ************/
.tooltip > .tooltip-inner {
    color: whitesmoke;
    max-width: 600px;
    text-align: left;
    box-shadow: 0 0 5px greenyellow;
}

/*************/      
.ui-autocomplete
{
    position:absolute;
    cursor:default;
    z-index:1001 !important
}


