.work_page_title{
    border-bottom:1px double #383;
    margin-top: 0 !important;
    padding-bottom: 2px;
    padding-left: 10PX;
    color:#008D4C !important; /*#b80303;*/
}

.pg-title-log-out{
    margin-top:-5px !important
}


.shaded_text{
/*
   1. The horizontal offset of the shadow, positive means the shadow will be on the right of the box, a negative offset will put the shadow on the left of the box.
   2. The vertical offset of the shadow, a negative one means the box-shadow will be above the box, a positive one means the shadow will be below the box.
   3. The blur radius (optional), if set to 0 the shadow will be sharp, the higher the number, the more blurred it will be.
   4. The spread radius (optional), positive values increase the size of the shadow, negative values decrease the size. Default is 0 (the shadow is same size as blur).
   5. Color   
    
    text-shadow:
    2px -2px 1px rgba(000,000,000,1),
    0px 1px 0px rgba(255,255,255,0.1);*/

    text-shadow:
        1px -1px 0px rgba(000,000,000,1),
        0px 1px 0px rgba(255,255,255,0.2);
}




.blue-link{
    color: #2d5dfb !important;
    border-bottom: dotted 1px !important;
}

.feedback_div{
    font-family: inherit;
    font-size:16px;
    text-align:center;
    text-transform:none;
    color:#11721a;
    padding-bottom:10px !important;
    width: 99% !important;
    margin-left: auto;
    margin-right: auto;
}

.red_star{
    color:#ff0000;
}
.red_star:before{content: '*';}


.cust-alert-header{
    color:#fff !important;
    width: 95% !important;
    font-family:inherit !important;
    font-size:1.5em !important;
    letter-spacing:1px !important;
    display: inline-block;
    text-align: left !important;
    text-transform:uppercase;
    /*text-shadow:1px -1px 1px #000 !important;*/
    border-bottom: #fff solid 2px !important;
    margin-bottom: 1em !important; 
}


.param_filter_err{color:#fb0000 !important;font-size:1.5em !important;text-align:center;}
.dashboard_school_logo{width: 42px; height:auto;display: inline-block;float: left;margin:-5px 5px 5px 5px}



.app-name{
  color: #066;
  font-family: 'atlantis_font';
  font-size: larger;
  font-weight: lighter;
}

.sch-mngr{
  color: #1E90FF; /* #be17ac; #b7347d;*/
  font-family: 'school_manager';
  font-size: larger;
  font-weight: normal;
 /* font-style: italic;*/
}


.App-Info{
    width:100%;
    padding: 10px 3px 1px 3px !important;
    color: #000; 
    background-color: #d0ddd0;
}

.dark_band_red_borders{
    border-top:solid 5px #b80303;
    border-bottom:solid 5px #b80303;
}


.shadowed_box{
    border:solid 1px #ccc;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    padding: 0.5em;
}


span.item_tag{
    font-family:inherit !important;
    font-size:16px;
    color:#333333;
    padding:10px;
}

span.item_value{
    font-family:inherit !important;
    font-size:16px;
    /*font-weight: bold;*/
    color:#137b5e;
    float:right;
    margin-right: 10px;
    line-height: 20px;
}
