/* Links don't always have href="" attributes.  Make them look and behave like links anyway. */
a {
    color: blue;
    cursor: pointer;
}

/* Widgets can have different 'categories'. */
/**
li.search { border-color: orange; }
li.search .widget-header { color: orange; }

li.social { border-color: purple; }
li.social .widget-header { color: purple; }
**/
/* Demonstrates the usage of multiple classes on one widget. */
/**
li.highlight { background: #ffe; }
**/

html
{
    height: 100%;
    overflow-y: scroll;
}

body.login_page
{
   
    background: url(images/bg_fallback.png) 0 0 repeat-x;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(1, rgb(237,237,237)),
        color-stop(0, rgb(196,196,196))
        );
    background: -moz-linear-gradient(
        center top,
        rgb(237,237,237),
        rgb(196,196,196)
        );
    height: 100%;
    margin: 0px;
    padding: 0px;
    
}

.login-container
{  
    height: auto !important;
    min-height: 100%;
    width: 100%;
    margin: 0px 0px -100px 0px;
    position: relative;
}



.login-footer
{
    height: 100px;
    background-image: url('images/copyright.png');
    background-position: right;
    background-repeat: no-repeat;
}

.login-form-section
{
    margin: 0px auto;
    width: 960px;
    
}

.login-center
{   
    position: absolute;
    top:50%; height:240px; margin-top:-120px;
    width: 960px;
}

.login-form-section h1
{
    font-family: Arial;
    font-size: 24px;
    font-weight: normal;
    line-height: 48px;
    margin: 0px; padding: 0px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

p.welcome-msg
{
    padding: 0px 0px 5px 0px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.login-button
{
    padding: 2px;
}

.login-button .ui-button-text
{
    font-weight: normal; color :#333;
}

.login-input
{
    padding: 4px !important;
}


.widget_list
{
    list-style-type : none;
}

div.icon_set
{
    min-width: 200px;
    min-height: 160px;
    overflow: auto;

}

div.icon, a.icon, a.icon:link, a.icon:visited, a.icon:link
{
    float: left;
    margin: 5px 5px 5px 10px;
    width : 75px;
    height : 80px;

    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    
    margin-bottom:20px;
    -webkit-border-radius: 5px;

}

div.icon:hover, a.icon:hover 
{

    cursor: pointer;
    background: #f8f8f8 url(images/ui-bg_glass_100_f8f8f8_1x400.png) 50% 50% repeat-x;
    border : 0px solid #cccccc;
}


div.icon_div
{
    margin: 0px 10px 0px 10px;
    float: left;
    width : 50px;
    height : 50px;

}
div.icon_name, a.icon .icon_name
{
    color: #333;
    margin: 0px;
    float: left;
    width : 70px;
    height : 23px;
    text-align: center;
    font-size : 11px;
}




#content_layout
{

}
#login_table_content
{
    margin: 20px;
}

#day_notifications{
    max-height:200px;
    overflow-y:auto;
}

#day_notifications h2{
    padding-top:15px;
    padding-bottom:0px;
    margin-bottom:0px;
    font-size:11px;
}

.dashboardNotification
{
    float: left;
    width:98%;
    margin-top:3px;
    cursor:pointer;
    padding:1px;
    /*font-weight:bold;*/
    /*border:1px solid #E0E0E0;*/
}


.dashboardNotification span
{
    margin-top:-3px !important;
}

#warning_caps
{
    padding-bottom: 10px;
}


a.js-close-msg {
  float: right;
  font-family: Arial;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  text-decoration: none;
}

a.js-close-msg:hover {  
  text-decoration: none;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#login_form_errors_content
{
    font-family: Arial;
    margin-right: 30px;
    font-weight: normal;
    font-size: 13px;
}


.current-projects{
    max-height:210px;
    overflow-y:auto;
    margin-bottom:10px;
}
.approve-expenses{
    max-height:150px;
    overflow-y:auto;
    margin-top:10px;
    margin-bottom:10px;
}


.shift-selection 
{
    line-height: 28px;
}

.shift-selection input 
{
    position: relative; 
    top: 3px; 
    left: -5px;
}

.quality-progress{
    margin-bottom: 10px;
}

.graph-pulse{   
    height: 300px;
    margin: 30px 5px 0px 0px;
}

.widget-graph .widget-placeholder{
    width:100%;
    padding-top:75%;
    min-height: 300px;
}


.graph-predictive {
    margin-top: 15px;
    height: 300px;
}

.graph-header-row select {
    display: block;
    width: 100%;
}

.graph-header-row {
   overflow: auto;
   margin: 0px -5px;
}


.graph-header-row .col {
    float: left;
    padding: 0px 5px;
    box-sizing: border-box;
}

.graph-header-row .col-6 {
    width: 50%; 
}

.graph-header-row .col-3 {
    width: 25%; 
}
