.hightlight_input{
    border:  solid 1px #000;
    background-color: #fff !important;
    background: #fff !important;
    color:  #000 !important;
}
.site_color1{
    color:#0D47A1 !important;
}
.site_color2{
    color:#FF4000 !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);
}


.drop_cap{
  color: #0d47a1;
  float: left;
  font-family: Georgia;
  font-size: 75px;
  font-weight: bold;
  line-height: 60px;
  margin-top: 8px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

.shiny_bar{
    text-align:center !important;
    background:#99aa99;
    border-top:solid 5px #446644;
    background: -moz-linear-gradient(
        top,
        #a3a3a3 0%,
        #3b3b3b 50%,
        #242424 50%,
        #000000);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#a3a3a3),
        color-stop(0.50, #3b3b3b),
        color-stop(0.50, #242424),
        to(#000000));
    border: 1px solid #000000;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.6);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.6);
    text-shadow:
        0px -1px 0px rgba(000,000,000,1),
        0px 1px 0px rgba(255,255,255,0.2);
}

.snazzy-box{
    background:url("@site_assets/images/shiny_black.webp") no-repeat;  
    width:345px;
    height:404px;
    display:block;
    position:relative;
    float:left;
    padding:0 40px;
    text-shadow:0 -1px 0 #555;
    color:#ffffff;
    border:none;
    margin-left:-1px !important;
}

.snazzy-box h2{
    font-family:inherit;
    font-size:24px;
    color:#ffffff;
    font-weight:bold !important;
    text-align:center !important;
    letter-spacing:1px;
    margin-bottom: -5px !important;
    margin-top:0.75em;
    text-shadow:
        1px -1px 0px rgba(000,000,000,1),
        0px 1px 0px rgba(255,255,255,0.2);
}

.snazzy-box h2 span{
    color:#cacaca;
}

.snazzy-box h2 span .version_info{
    color:#cacaca;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    text-transform:uppercase;
    margin-left:2px;
    position:relative;
    top:-10px;
}

.snazzy-box h4{
    font-family:inherit;
    font-size:16px;
    color:#ffff00;
    font-weight:bold;
    text-align:center !important;
    letter-spacing:1px;
    /*padding:15px 0 15px 0;*/
}

.snazzy-box h4 span{
    color:#cacaca;
}


.job_pos{

    font-size:1em !important;
    letter-spacing:1px;
    font-weight:lighter;
    /*color:#ffffff;*/
    color: #ffff00 !important;
    text-align:center !important;
    /*margin-bottom: -15px !important;*/
    margin-top: 1em;
    
}

.snazzy-box .intro_pic_div{
    position:relative;
    width:180px;
    height:180px;

    margin-top: 1.5em !important;
    margin-left:auto !important;
    margin-right:auto !important;

    padding:4px 7px 7px 4px !important;
    z-index:1;
    border:solid 1px #777777;
    background-color:#CCCCCC;
}

.snazzy-box .intro_pic_div img{
    background-color:#CCCCCC;
    width:170px !important;
    height:170px !important;
    margin-left:auto !important;
    margin-right:auto !important;
}

.snazzy-box ul{
    margin:10px 0 10px 0px;
}

.snazzy-box li{
    line-height:30px;
}

.snazzy-box .short_text{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#fff;
    display:block;
    margin: 45px 5px auto 10px;
    text-align:center;
}

.snazzy-box p{
    font-family:inherit;
    font-size:1.0em; line-height:20px;
    letter-spacing:1px;
    color:#FFFFFF;
    margin-left:auto !important;
    margin-right:auto !important;
}

.snazzy-box span .price{
 font-size:14px;color:#ffff00;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:2.75em;
    color:#33cc33;
    font-weight:bold;
    display:block;
    text-align:center !important;
    margin-top:1.5em;
    z-index:999999; 
}

.snazzy-box a{
    color:#C8DAFF;
    border-color:#C8DAFF;
}

.snazzy-box a:hover{
    color:#fff;
}   


/* Buttons */
a.-button {
    font-family: inherit; /*'pg_header_bold';*/
    font-size: 22px;
    display: inline-block;
    min-width:150px !important;
/*
    padding: 6px 10px !important;
    margin:0 .6em .5em 0;
    padding-left: 10px !important;
    padding-right: 10px !important;*/
    padding: 8px !important;

    border: 1px solid #4081af;
    border-bottom-color: #20559a;
    color: #ffffff !important;
    text-align: center !important;
    text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
    text-decoration: none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #237fd7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.2, #52a8e8), color-stop(1, #2e76cf));
    background: -moz-linear-gradient(center top, #52a8e8 20%, #2e76cf 100%);
    background: -o-linear-gradient(#52a8e8, #2e76cf);
    -webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3), 
        inset 0 0 2px hsla(0,100%,100%,.3), 
        0 1px 2px hsla(0, 0%, 0%, .29);
    -moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3), 
        inset 0 0 2px hsla(0,100%,100%,.3), 
        0 1px 2px hsla(0, 0%, 0%, .29);
    box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3), 
        inset 0 0 2px hsla(0,100%,100%,.3), 
        0 1px 2px hsla(0, 0%, 0%, .29);
}

a.-button:hover, 
a.-button.hover, 
a.-button.active {
    text-decoration: none !important;
    background: #0073d2; 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.2, #3e9ee5), color-stop(1, #1666ca));
    background: -moz-linear-gradient(center top #3e9ee5 20%, #1666ca 100%);
    background: -o-linear-gradient(#3e9ee5, #1666ca);
}

a.-button:active,
a.-button.active  {
    border-color: #20559a;
    -webkit-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3),
        0 1px 0 hsla(0, 100%, 100%, 1);
    -moz-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3),
        0 1px 0 hsla(0, 100%, 100%, 1);
    box-shadow: inset 0 0 7px hsla(0,0%,0%,.3),
        0 1px 0 hsla(0, 100%, 100%, 1);
}

a.-button.dark span { 
    color:#555; 
    text-shadow:0 1px #fff;
}

a.-button.custom:hover { 
    opacity:0.85; 
}

a.-button span { 
    line-height:1.2em; 
    min-height: 16px; 
}

a.-button span.-tick { 
    background:url("@site_assets/images/tick.png") no-repeat 0 45%; 
    padding-left:25px; 
    display:block; 
}

a.-button.red { 
    border-color: #af4040; border-bottom-color: #9a2020; background-color: #d72323;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e85252),color-stop(1, #cf2e2e));
    background: -moz-linear-gradient(center top,#e85252 20%,#cf2e2e 100%);
    background: -o-linear-gradient(#e85252,#cf2e2e);
}

a.-button.red:hover { 
    background: #d20000;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e53e3e),color-stop(1, #ca1616));
    background: -moz-linear-gradient(center top,#e53e3e 20%,#ca1616 100%);
    background: -o-linear-gradient(#e53e3e,#ca1616);
}

a.-button.silver { 
    color: #444 !important;
    text-shadow:0 1px #fff;
    border-color: #bbb; border-bottom-color: #999; background-color: #d8d8d8;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e9e9e9),color-stop(1, #ccc));
    background: -moz-linear-gradient(center top,#e9e9e9 20%,#ccc 100%);
    background: -o-linear-gradient(#e9e9e9,#ccc);
}
a.-button.silver:hover { 
    background: #ccc;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e0e0e0),color-stop(1, #bebebe));
    background: -moz-linear-gradient(center top,#e0e0e0 20%,#bebebe 100%);
    background: -o-linear-gradient(#e0e0e0,#bebebe);
}

.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: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

.red_star{
    color:#ff0000;
}
.red_star:before{content: '*';}

.param_filter_err{
    color:#fb0000 !important;
    font-size:2em !important;
    text-align:center;
}

.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; 
    //border: solid 1px #fff !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}



.jq_welcome{
    background:#fff;
    border:solid 1px #cfcfcf;
    width:98% !important;
    margin:0 auto 2em auto !important;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;

    -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);
}


.shadowed_box{
    border:solid 1px #fff;
    -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;
}


#flotTip {
    padding: 3px 5px;
    background-color: #000;
    z-index: 100;
    color: #fff;
    opacity: .80;
    filter: alpha(opacity=85);
}