﻿@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);

/* Header / Navigation */

body 
{
    min-height: 100%;
}

header#navbar
{
	width: 100%;
	height: 3em;
}


#site-nav
{
	background: transparent url(../images/nav-bg.gif) 0 bottom no-repeat;
	height: 4.5em;
}

#site-nav ul
{
	margin-top: 7px;
	float: left;
	margin-bottom: 0;
}

#site-nav li a
{
	padding: 16px 1em 11px 1em;
	margin-right: 1em;
	border: 1px solid transparent;
	color: #56758d;
	font-weight: bold;
	font-size: .9167em;
}

#site-nav li a:hover, #site-nav li a.selected
{
	background-color: #fff;
	border-color: #ccc;
	border-bottom-color: #fff;
	-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    text-decoration: none;
    color: #000;
}

img.icon
{
    float: left;
    width: 58px;
    height: 58px;
    margin-right: 15px;
}

.available-database {
    min-height: 55px;
}

.available-database p {
    margin: 0;
    margin-left: 73px;
}

.available-database:hover {
    background-color: #ffc;
}

.available-database h6 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.yellow-background
{
	/*background-color: #ffc;*/
}

.grey-background
{
	background-color: #eee;
}

.page-header
{
	font-size: 1.618em;
	color: #000;
    margin-top: 20px;
}

#footer
{
	background-color: #eee;
	width: 100%;
	padding: 1.5em 0;
	text-align: center;
}

.search-box
{
	background: transparent url(../images/search-bg.jpg) 0 0 no-repeat;
	height: 108px;
	width: 540px;
	float: left;
	margin-left: 200px;
}

.search-box input[type=text]
{
	background: transparent url(../images/search-bar.jpg) 0 0 no-repeat;
	margin-left: 21px;
	margin-top: 26px;
	float: left;
	width: 400px;
	height: 35px;
	border: 0;
	padding-left: 10px;
}

.search-box button
{
	background: transparent url(../images/search-button.png) 0 0 no-repeat;
	margin-top: 26px;
	width: 88px;
	height: 35px;
	border: 0;
	float: left;
}

.search-box button:hover
{
	cursor: pointer;
}

.search-box a
{
	float: left;
	clear: both;
	margin-left: 21px;
}

h6 input[type=checkbox]
{
	float: left;
	margin: 3px .5em 0 0;
}

#loginBoxArea input[type=text],
#loginBoxArea input[type=password] 
{
    padding-left: 10px;
}

#loginBoxArea input[type=submit]:hover,
#loginBoxArea button:hover
{
	cursor: pointer;
}

body {
	border:0;
	padding:0;
	margin:0;
}

#boxWrapper {
	margin:200px auto;
	width:900px;
	border:0;
}

#loginArea {
	width:100%;
	border:0;
	padding:0;
	margin:0;
}
#loginDialogBox {
	width: 460px;
	padding:20px;
	background-color:#fff;
	float:left;
}

.roundedBox {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 10px #d3d3d3;
}

.failureNotification ul 
{
    margin-top: 20px;
}

.failureNotification li 
{
    color: red;
    margin-left: 72px;
	list-style-type: none;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:	12px;
}

#loginDialogBox #infobaseLearning_logo {
	margin: 10px auto;
    display: block;
}

#loginDialogBox label {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:	12px;
	font-weight: bold;
	margin-right: 15px;
	margin-left: 40px;
    width: 65px;
    display: inline-block;
}

#loginDialogBox #Username,
#loginDialogBox #Password,
#loginDialogBox #Barcode
{
	width:285px;
	height:28px;
	border:solid 1px #cbcbcb;
	background:url(../images/loginbox_textfield.jpg);
	margin-bottom:12px;
}

#loginDialogBox input[type=submit]
{
	background: transparent url(../images/loginBox_btn.jpg) 0 0 no-repeat;
	width: 94px;
	height: 39px;
	border: 0;
	margin-top:28px;
	margin-left:170px;
	float:left;
	clear:both;
}

#loginDialogBox p {
	display:block;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:	12px;
	float:left;
}

#infoBox {
	width:280px;
	padding:20px;
	background-color:#fff;
	float:left;
	margin-left:28px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#infoBox p 
{
    margin-bottom: 1em;
}

#infoBox h6 {
	font-size:	14px;
	font-weight:bold;
	color:#f00;
	margin-bottom: 1em;
}

#infoBox h5 {
	font-size:16px;
	font-weight:normal;
	margin-top:1em;
}

#infoBox h5 a{
	color:#07496f;
}

#infoBox p {
	font-size:	12px;
}

#infoBox span {	
	width:270px;
	display:block;
	font-size: 12px;
	border-top:solid 1px #d3d3d3;
	padding-top:15px;
}

#infoBox span a {
	color:#185579;
	text-decoration:none;
}

.red-box
{
	border: 1px solid #f00;
	color: #f00;
	font-size: .9167em;
	line-height: 1.6;
	padding: 7px 10px 0 10px;
	height: 81px;
}

.roundedBox hr.space 
{
    margin-bottom: 32px;
}

.barcode-spacer 
{
    height: 60px;
}



.topBarResize {
    width: 1020px;
    margin: 0 auto;
}

.topBarContainer {
    background-color: #033257;
    min-width: 1000px;
    height: 36px;
    margin-bottom: 10px;
}

    .topBarContainer .topBar {
        color: #fff;
        position: relative;
    }

    .topBarContainer .logoContainer {
        padding: 8px 20px 6px 20px;
        margin-right: 20px;
        float: left;
    }

    .topBarContainer > a {
        color: #fff;
    }

    .topBarContainer .topBar .logoContainer #headerDropdownClick img {
        max-width: 100px;
}
.headerContainer {
    position: relative;
    padding: 0px 40px;
    background-color: #fff;
}

.headerContainer::after {
    content: '';
    display: table;
}


.schoolLogoContainer {
    font-size: 18px;
    text-align: right;
}

    .schoolLogoContainer span {
        display: inline-block;
        width: 300px;
    }

    .schoolLogoContainer p {
        color: #6e8490;
        font-size: 10px;
        text-align: right;
    }

    .schoolLogoContainer img {
        max-width: 350px;
        max-height: 60px;
    }

.viewOptions {
    margin: 0 0 20px 0;
    padding: 25px 0 0 0;
    list-style-type: none;
    border-bottom: 3px solid #eee;
    text-align: right;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}

.viewOptions::after {
    content: '';
    display: table;
}

.viewOptions li {
    display: inline-block;
    color: #0d45ab;
    padding: 0 10px;
}

    .viewOptions li:first-child {
        padding-left: 0;
    }

        .viewOptions li:last-child {
        padding-right: 0;
    }

    .viewOptions li .fa {
        padding-right: 5px;
    }
    .viewOptions li a {
        color: #0d45ab;
        text-decoration: none;
    }

    .viewOptions li a:hover {
        text-decoration: none;
        border: 0;
        }

.viewOptions li.ui-state-active a {
    color: #000;
    text-decoration: none;
        border-bottom: 3px solid #000;
        display: block;
        padding-bottom: 10px;
        margin-bottom: -3px;
}
    .resourceTable {
        border: 0;
        width: 100%;
    }

        .resourceTable a {
            border: 0;
        }



    .resourceTable td, .resourceTable th {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        border-bottom: 1px solid #ccc;
        position: relative;
        background-color: #fff;
    }

        .resourceTable tr:hover td {
            background-color: #f6f8fc;
        }

    .resourceTable th {
        background-color: #f8f8f8;
        border-top: 1px solid #ccc;
        padding-left: 25px;
        cursor: pointer;
    }

    .resourceTable th::before {
        content: '\f0dc';
        font-family: FontAwesome;
        position: absolute;
        left: 10px;
        color: #ccc;
    }

    .resourceTable th::after {
        font-family: FontAwesome;
        position: absolute;
        left: 10px;
        color: #000;
    }


        .resourceTable th.headerSortUp::before {
            content: '\f0de';
        }

        .resourceTable th.headerSortUp::after {
            content: '\f0dd';
        }

        .resourceTable th.headerSortDown::before {
            content: '\f0dd';
        }

        .resourceTable th.headerSortDown::after {
            content: '\f0de';
        }

    .resourceTable td:first-child {
        width: 500px;
    }

        .resourceTable td:first-child .fa {
            padding-right: 5px;
        }

    .resourceTable td:nth-child(2) {
        width: 260px;
    }
         .resourceTable td:last-child {
        width: 180px;
    }

                  .infoHover {
                      position: relative;
                      color: #adb7c9;
                  }
                  .infoHover:hover {
                      color: #0d45ab;
                  }

         .infoHover div {
             display: none;
             padding: 20px 15px;
             background-color: #f2f4f8;
             color: #363636;
             border: 1px solid #ddd;
             border-radius: 3px;
             position: absolute;
             z-index: 100;
             box-sizing: border-box;
             width: 175px;
             height: 100px;
             top: -50px;
             left: 20px;
             font-family: 'Source Sans Pro', sans-serif;
             font-size: 12px;
             box-shadow: 0 0 5px 1px rgba(128,128,128,.25);
         }

            .infoHover div::before {
                content: '';
                position: absolute;
                left: -10px;
                border-top: 15px solid transparent;
                border-bottom: 15px solid transparent;
                border-right: 10px solid #f2f4f8;
                top: 50%;
                margin-top: -10px;
                z-index: 200;
            }

                        .infoHover div::after {
                content: '';
                position: absolute;
                left: -12px;
                border-top: 17px solid transparent;
                border-bottom: 17px solid transparent;
                border-right: 12px solid #ddd;
                top: 50%;
                margin-top: -12px;
                z-index: 100;
            }

         .infoHover:hover div {
             display: block;
         }

#tabs h1 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 36px;
    margin: 0 0 10px 0;
    float: left;
}
         #grid {
             margin: 0 -10px;
         }

         #grid .span-6 {
             margin: 0 10px;
         }

/*footer*/
.footer {
    overflow: hidden;
    border-top: 1px solid #ccc;
    margin: 40px auto 90px auto;
    background-color: #fff;
    padding-top: 20px;
    width: 940px;
    font-family: 'Source Sans Pro'
}

    .footer * {
        color: #666;
        font-size: 12px;
    }

    .footer .logo {
        max-width: 100px;
    }

    .footer .footerLinks {
        overflow: hidden;
    float: left;
    margin-right: 0;
    }

        .footer .footerLinks .oneLineLinks {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            .footer .footerLinks .oneLineLinks li {
                display: inline-block;
                padding-right: 70px;
            }

    .footer .copyright {
        margin-top: 40px;
    }

    .footer img {
        float: left;
        margin-right: 70px;
        width: 140px;
    }

.footerPage {
    font-family: 'Source Sans Pro', sans-serif;
}

    .footerPage h1 {
        font-size: 36px;
        font-weight: bold;
    }

    .footerPage h2 {
        font-weight: bold;
    }

    .footerPage p {
        font-size: 14px;
    }


.bold {
    font-weight: bold;
}
    @media only screen and (max-width: 700px) {
    .grey-background {
        background-color: #fff;
    }

    #loginDialogBox #infobaseLearning_logo {
        margin: 0 auto 10px auto;
        display: block;
    }

    #infoBox {
        display: none;
    }

    #boxWrapper {
        width: 100%;
        margin: 0;
        padding: 5px;
        box-sizing: border-box;
    }

    #loginDialogBox {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        border-width: 1px;
        border-radius: 0;
    }

        #loginDialogBox label {
            display: block;
            margin: 0;
            width: 100%;
        }

        #loginDialogBox #Username, #loginDialogBox #Password, #loginDialogBox #Barcode {
            display: block;
            margin: 0 0 20px 0;
            width: 100%;
            background: #fff;
            box-sizing: border-box;
        }

    input#LoginButton {
        float: none;
        margin: 0 auto;
    }
}
