﻿@charset "utf-8";
/* CSS Document */

.school-logo
{
    background: url("../../../Images/CustomImages/login-bg.png") no-repeat center right;
    display: block;
    height: 84px;
    width: 264px;
}

/* Header CSS */

header
{
    margin: 0 auto;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.lnk > li
{
    width:auto;
    padding: 5px 0px 0px 31px;
    height: 18px;
}

ul
{
    margin: 0 !important;
}

.lnk > li > a:hover, .lnk > li > a:focus
{
    text-decoration: none;
    background-color: transparent !important;
}

.icon-set, .icon-lo
{
    background: url("../../../Images/CustomImages/icons.png") no-repeat;
}


.icon-news
{
    background: url("../../../Images/CustomImages/NewsFeed.png");
    background-repeat: no-repeat;
    list-style: none;
    float: left;
    display: inline-block;
    width: 75px !important;
    background-position: 1px 2px;
    padding-top: 8px !Important;
}

.cust-grp
{
    background:url("../../../Images/CustomImages/custom-grps.png");
background-repeat: no-repeat;
list-style: none;
float: left;
display: inline-block;
width: 60px !important;
background-position: 1px 2px;
}

.cust-follett
{
background:url("../../../Images/CustomImages/custom-follett.png");
background-repeat: no-repeat;
list-style: none;
float: left;
display: inline-block;
width: 112px !important;
background-position: 8px 0;
}

.switc-per
{
    background:url("../../../Images/CustomImages/switch.png");
    background-repeat: no-repeat;
list-style: none;
float: left;
display: inline-block;
width: 80px !important;
background-position: 5px 2px;
}

.icon-set
{
   background-position: 0px -29px !important;
}

.icon-lo
{
    background-position: -3px -200px !important;
}

#wrap
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -56px;
}

html, body
{
    height: 100%;
}

/* Header CSS end */

/* Content CSS Start */

.main-cont
{
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    padding: 20px 25px;
    margin: 0px 0px 30px;
    width: 95.6% !important;
    float: left;
}

.width110{width: 110px !important;}

/* Footer CSS Start */

/*footer
{
    background: #303030;
    width: 100%;
    text-align: center;
    padding: 4px 0px;
    height: 30px;
}

.footerbg
{
    background: #3a3a3a;
    height: 22px;
    width: 100%;
    padding: 4px 0px;
}*/

footer {
    background: #303030;
    margin-bottom: 0px !important;
    padding: 4px 0px;
    position: relative;
}

.footerbg {
    color: #FFF;
    background: #3a3a3a;
    padding: 4px 1px;
}

    .footerbg > p
    {
        color: #FFF;
    }

@media (min-width: 980px) and (max-width: 1279px) {
    .main-cont {
        width: 94.5% !important;
    }
}

@media (max-width: 979px) {
    .main-cont {
        width: 93% !important;
    }
}

.icon-staffschedule
{
    background: url("../../../Images/CustomImages/staff-schedule.png");
    background-repeat: no-repeat;
    list-style: none;
    float: left;
    display: inline-block;
    width: 75px !important;
    background-position: 1px 2px;
    padding-top: 8px !Important;
}


/*------------------Google Translator----------------------*/

select#customTranslate {
    padding-top: 3px;
    padding-bottom: 3px;
    height: auto;
    margin: 0px !important;
    width: auto;
}

.selectDrop:hover {
    background-color: #c8c8c8 !important;
}

.selectBox:hover {
    background-color: #c8c8c8 !important;
}

select:focus {
    outline: none !important;
    background-color: #c8c8c8 !important;
}


select > option {
    background-color: white !important;
    outline: none !important;
    border: 0px;
}

    select > option:hover {
        background-color: #333 !important;
    }

#copyright {
    text-align: left;
}

.goog-te-gadget-icon {display:none;}
.goog-te-gadget-simple a {text-decoration: none !important;}


.user-guide-icon{
    background: url("../../../Images/CustomImages/user-guide-icon.png") no-repeat;
    /*background-position: 0px -29px !important;*/
    background-repeat: no-repeat;
    list-style: none;
    display: inline-block;
    width: 43px !important;
    background-position: 7px 5px;
}

[class^="icon-"],
[class*=" icon-"]{
    vertical-align: inherit;
}