﻿.nav_tile {
     position: relative;
     right: -10px; 
     height: 50px; 
     width: 145px;
     color: white;
     font-size: 36px;
     padding: 10px 5px 5px 5px; 
}

.nav_tile .red {
    background: red;
}

.nav_tile .green {
    background: green;
}

.nav_tile .teal {
    background: teal;
}

.nav_tile .blue {
    background: blue;
}

.nav_tile .orange {
    background: orange;
}

.nav_tile .icon {
    position: absolute;
    top: 0px; 
}

.nav_tile .nav_icon {
    position: relative;

}

.nav_tile .nav_text_people {
    position: absolute;
    top: 45px;
    font-size: 12px;
}

.nav_tile .a:hover 
{
    border: solid;
}

.tile_notification 
{
    font-size: 11px!important;
}

.tile_notification_word
{
    font-size: 10px;
    font-style: italic;
}

.tile_title 
{
    font-size: 14px!important;
    font-weight: bold;
}

.keyword-checkboxes-container {
    float: left;
    width: 200px;
}

.keyword-checkboxes {
    margin: 5px 20px!important;
    padding: 10px;
    display:inline-block;
    overflow:hidden
}

.round-user-image {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 65px;
    height: 65px;
    -moz-border-radius: 65px;
    border-radius: 65px;
    -webkit-border-radius: 65px;
    }

.search_tile_red {
    color: #e51400;
}

.search_tile_green {
    color: #393;
}

.search_tile_teal {
    color: teal;
}

.search_tile_blue {
    color: #1e74c5;
}

.search_tile_orange {
    color: #f8a31f;
}

.search_tile_darkgray {
    color: #808080;
}

.search_tile_lime {
    color: #8cbf26;
}

/* Manager CSS */
.validation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.validation2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

#loading {
    top: 50%;
    left: 50%;
    width: 12em;
    height: 12em;
    margin-top: -3em; /*set to a negative number 1/2 of your height*/
    margin-left: -3.4em; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    position: fixed;
    z-index: 10000;
    text-align: center;
}

.loading-graphic {
    top: 50%;
    left: 50%;
    position: fixed;
}


