@font-face {
    font-family: 'sb';
    src: url("../fonts/sb.3512dbe79b50.eot");
    src: url("../fonts/sb.3512dbe79b50.eot?#iefix") format('embedded-opentype'),
         url("../fonts/sb.f1c919d8a41c.woff2") format('woff2'),
         url("../fonts/sb.39c68ae957ea.woff") format('woff'),
         url("../fonts/sb.ee5377571e6f.ttf") format('truetype'),
         url("../fonts/sb.50bfe6351b54.svg#sb") format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #fff url("../img/background.74f799b44313.png") repeat-x;
}

a:hover, a:active, a:focus {
  outline: 0;
}

h1 {
    font-family: linotype-vectora, sans-serif;
    font-weight: 700;
}

h2 {
    font-size: 19px;
    margin-top: 0;
}

.chapter-section h2 {
    color: #18b2c9;
    font-size: 25px;
    margin-bottom: 20px;
}

h3 {
    font-size: 20px;
    margin-top: 0;
}

h4 {
    font-size: 16px;
}

h4.category {
    width: 100%;
    border-bottom: 1px solid #999797;
    padding-bottom: 10px;
    color: #006699;
    padding-top: 10px;
    font-weight: bold;
    margin-top: 0;
}

hr {
    border-color: #c0c0c0;
}
.container {
    min-width: 980px !important;
}

.top-profile {
    z-index: 10000;
    background: #006699;
    width: 350px;
    float:right;
    margin-top: -20px;
    padding: 10px;
    text-align:center;
    color: #fff;
}

.top-profile a {
    color:#fff;
}

.companion-heading-box {
    background: #01011A;
    color: #fff;
    text-align:center;
    padding:15px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}

.companion-heading-box.author-box {
    background: #006699;
}

.companion-heading-title {
    font-family: linotype-vectora, sans-serif;
    font-weight: 400;
    font-size: 27px;
    font-weight: 700;
    color: #01011A;
    padding-top: 10px;
    padding-bottom: 10px;
}

.companion-heading-sub-title {
    font-family: linotype-vectora, sans-serif;
    font-weight: 400;
    font-size: 23px;
    color: #ff9999;
    font-weight: 700;
    padding-top: 8px;
}

.main-heading {
    border-bottom: 6px dotted #d4d3d3;
    border-top: 6px dotted #d4d3d3;
}

.main-heading h1 {
    color: #3da0b4;
    font-size: 32px;
}

.left-menu {
    background: #006699;
    min-height: 500px;
}

.left-menu hr {
    border-color: #999797;
    margin-left: 10px;
    margin-right: 10px;
}

.left-menu ul.left-navigation {
    list-style-type: none;
    padding-left: 20px;
}

.left-menu li {
    margin-bottom: 20px;
}

.left-menu a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.left-menu .dropdown-menu {
    color: #fff;
    background: transparent url("../img/flyout_menu_background.d5761f461ff2.png") repeat;
    right: -150px;
    left: 80px;
    top: 0;
    min-width: 580px;
}

.left-menu .dropdown-menu a {
    color: #fff;
}

.left-menu .dropdown-menu a:hover {
    background: #01011A;
    color: #fff;
    text-decoration: none;
}

.left-menu .dropdown-menu li{
    margin-bottom : 0;
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
/*
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
*/
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.dropdown-submenu>.dropdown-menu {min-width:200px;}

.left-menu a:hover {
    text-decoration: none;
}

.left-menu-search-form {
    width: 90%;
    margin:0 auto;
}

.left-menu-search-form .form-control {
    width:80%;
    float:left !important;
    border:0;
}

.left-menu-search-form .btn {
    width:20%;
    float:left !important;
    text-align:center;
    padding-left:10px;
}

.box {
    background: #f1f1f1;
    border: 1px solid #ccc;
    padding: 20px;
}

.box ul {
    padding-left: 20px;
}

.footer {
    background: #006699;
    color: #fff;
    padding: 15px;
}

ul.errorlist {
    list-style: none;
    margin:0 0 10px 0;
    padding:0;
    background:#FBE3E4;
    color:#8a1f11;
    border: 1px solid #FBC2C4;
}

ul.success {
    padding: 0;
    margin:0 0 10px 0;
    background: #ecfdc7;
}

ul.errorlist li, ul.messages li, ul.success li {
    padding: 5px;
}

ul.messages {
    background:#FFF6BF;
    color:#514721;
    border: 1px solid #FFD324;
    padding: 0;
    list-style: none;
    margin:0 0 10px 0;
}

.help {
    font-size: 14px;
}


.pagination {
margin-top: 10px;
float:right;

}
.pagination div {
  float:left;
  padding-left:15px;
  padding-right:15px;
}

.pagination a {
    display:block;
    float:left;
    border: 1px solid #888;
    background: #fff;
    padding: 2px 5px;
    margin-left: 3px;
    text-decoration: none;
    font-size: 12px;
}

.pagination .currentpage {
    float:left;
    font-weight: normal;
    padding: 2px 5px;
    border: 1px solid #888;
    font-size: 12px;
    color: #fff;
    margin-left: 3px;
    background: #2c5b85;
}

.page-group,
.jump-to-top{
    margin-left: 15px;
}

.page.resource {
    color: #006699;
    border-bottom: 1px solid #01011A;
    padding-bottom: 2px;
}

.link-title {
    font-weight: bold;
}

.link-body p {
    margin-bottom: 0;
}

.right-content h3 {
    background: #006699;
    color: #fff;
    padding: 15px;
}

.home-background-box {
    background: url("../img/homepage_background_3ed.f46b00508700.jpg") no-repeat;
    background-size:cover;
    color: #fff;
    font-weight: bold;
}

.home-background-box h3 {
    background: #006699;
    padding: 10px;
    width: 320px;
}

.home-register-box {
    background: #f9a674;
    color: #01011A;
}

.home-register-box h3 {
    color: #fff;
    font-weight: bold;
}

.btn, .btn:hover {
    background: #006699 !important;
    color: #fff;
    border-color: #006699 !important;
}

.btn-success, .btn-success:hover {
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
    color: #fff !important;
}

.list-chapter-number {
    font-family: linotype-vectora, sans-serif;
    font-weight: 700;
    font-size: 65px;
    color: #cccccc;
}

.list-chapter-title {
    font-family: linotype-vectora, sans-serif;
    font-weight: 400;
    font-size: 24px;
    /*color: #fda01a;*/
    color: #ff9999;
    margin-top: -50px;
    margin-left: 25px;
}

a.chapter-list-link:hover, a.chapter-list-link:active {
    text-decoration: none;
}


.chapter-section {
    background: #f2efe3 url("../img/chapter_section_background.978db233ec4e.jpg") repeat-x;
}

.chapter-section .companion-heading-box {
    margin-top: -20px;
    padding: 10px;
    font-size: 15px;
    width: 200px;
}

.chapter-section .companion-heading-title {
    font-size: 20px;
    font-family: linotype-vectora, sans-serif;
    font-weight: 400;
    margin-left: 220px;
    margin-top: -50px;
}

.chapter-section .companion-heading-sub-title {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-top: -20px;
    margin-left: -70px;
}

.chapter-section .author-box {
    visibility: hidden;
}

.chapter-section .main-heading {
    margin-top: -30px;
    margin-bottom: 15px;
}

.item-heading {
    color: #006699;
    font-size: 18px;
    border-bottom: 1px solid #999797;
    padding-bottom:10px;
}

.right-content-body ul {
    padding-left: 30px;
}

.right-content-body li {
    font-size: 17px;
}

.right-content-body li a, .right-content-body li a:visited, .right-content-body li a:active {
    color: #01011A;
}
.chapter-navigation-box {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
    width: 100%;
    background: #fff url("../img/chapter_navigation_background.614fa7085eec.png") repeat-x;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.chapter-navigation-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.chapter-navigation-box li {
    background: #ff9999;
    width: 85%;
    margin:0 auto;
    margin-top: 20px;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}

.chapter-navigation-box li:hover {
    background: #006699;
    transition: 0.2s;
}

.chapter-navigation-box a li:hover {
    color: #fff;
    transition: 0.2s;
}

.chapter-navigation-box  a li {
    font-size: 14px;
    color: #01011A;
    font-weight: bold;
    text-transform: uppercase;
}

.chapter-navigation-box  a:hover {
    text-decoration: none;
}

.large-button {
    background: #fde3bd !important;
    width: 40%;
    margin-top: 20px;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    color: #01011A;
    border: 1px solid #c0c0c0 !important;
}

.large-button:hover {
    background: #006699 !important;
    border: 1px solid #c0c0c0 !important;
    transition: 0.2s;
}

.professor-cp h2 {
    font-weight: normal;
    font-size: 24px;
    color: #006699;
    margin:0;
    line-height: 40px;
}

.colborder {
    border-right: 1px solid #d1cec4;
    margin-top: 10px;
    margin-bottom: 10px;
}

.help-row a, .help-row a:visited, .content-section a, .content-section a:visited{
    color: #01011A;
    text-decoration:none;
    font-weight: bold;
}

.help-row a span, .content-section a span {
    color: #767070;
    font-weight: normal;
}

.help-row a:hover {
    color: #006699;
    transition: 0.2s;
}

.content-section {
    background: #fff;
    border: 1px solid #dfdcd1;
}

.content-section a:hover {
    color: #18b2c9 !important;
    transition: 0.2s;
}

 .content-section a:hover span {
    color: #01011A;
    transition: 0.2s;
 }

.content-section hr{
    border-bottom: 1px solid #ededed;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.content-section h3 {
    width: 100%;
    background: #006699;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    font-weight: normal;
    margin-bottom: 0;
}

.content-section h4{
    color: #18b2c9;
    font-size: 17px;
    margin:0;
    padding: 10px;
}

.content-section p {
    padding-left: 10px;
}

.content-section .btn {
    padding: 5px;
    margin-top: 5px;
    margin-right: 10px;
}

.content-section table {
    width: 100%;
}

.content-section td {
    width: 33%;
    border: 1px solid #ededed;
    padding: 10px;
}


table.default-table td {
    width: auto;
}

tr.submission-link:hover {
    background-color: #ffff99 !important;
    cursor: pointer;
}

.non-chapter-resource-title {
    color: #333 !important;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-top: 8px;
    border-top: 1px solid #999797;
}

.account-expiration {
    background: #fff;
    margin: 10px;
    padding: 10px;
    font-weight: bold;
}

#export-modal select{
    width: 100%;
    font-size: 12px;
}

.chapter-description p {
    font-size: 17px !important;
}