body {
    font-family: 'Lato', sans-serif;
    /* color: #848484; */
    font-size: 14px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #204872;
}

.header-area {
    background: #204872;
    border-bottom: #173452 solid 1px;
    z-index: 15;
    position: fixed;
    left: 0;
    width: 100%;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header ul li {
    color: #fff;
    text-shadow: 1px 1px 1px #152f4a;
    border-right: #173452 solid 1px;
    border-left: #295c92 solid 1px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 12px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: -1px 0 1px #173452;
}

.header ul li a {
    color: #fff;
    display: block;
}

.header ul li button {
    background: transparent;
    border: 0;
    color: #fff;
}

.header ul li:hover,
.bg-blue {
    background: #173452;
}

.header ul li a:hover {
    text-decoration: none;
}

.box-header {
    background: #204872;
    color: #fff;
    padding: 10px 20px;
}

.box-header h5 {
    font-size: 16px;
    font-weight: 700;
}

.box-header .close {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: .7;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    text-shadow: #000 0 1px 0;
    position: relative;
    font-weight: 400;
    padding-top: 18px;
}

.box-modal .modal-content {
    border: 0;
}

.border-image {
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 5px;
}

.modal-md {
    max-width: 600px;
}

.list-group {
    list-style: none;
}

.list-group li {
    padding: 5px 15px 5px 0;
}

.box-modal a {
    color: #204872;
}

.btn-default {
    color: #4c4c4c !important;
    text-shadow: 0 1px 0 #fff, 0 0 0 #fff;
    text-transform: uppercase;
    border: 1px solid #ddd;
    font-size: 14px;
    background-color: #f7f7f7;
    border-color: #eaeaea;
}

.btn-default:hover {
    background-color: #eaeaea;
    border: 1px solid #ddd;
}

.btn-info {
    font-size: 14px;
    background-color: #39916b;
    color: #fff !important;
    border-color: #40a379;
    text-transform: uppercase;
}

.btn-info:hover {
    color: #fff;
    background-color: #327f5d;
    border: 1px solid #2b6c50;
}

.button-box a {
    display: block;
    margin-top: 10px;
}

.button-box {
    margin-top: 25px;
}

.green {
    color: #587619;
}

.bar i,
#right-bar i,
#bar-2 i {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.menu-left .bar i,
.menu-right #right-bar i,
.menu-right #right-bar svg,
.menu-down #bar-2 svg,
.menu-down #bar-2 i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.right-box {
    width: 40%;
    background: #204872;
    border-bottom: #173452 solid 1px;
    position: fixed;
    top: 37px;
    height: calc(100vh - 37px);
    overflow: auto;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    left: -40%;
    z-index: 10;
}

.menu-left .right-box {
    left: 0;
}

.right-box-header {
    background: #0D1D2E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 15px;
}

.right-box-header a {
    color: #fff;
    text-transform: uppercase;
}

.right-box-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.right-box-menu h4 {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 15px 12px;
    border-bottom: #173452 1px solid;
    border-top: #295c92 1px solid;
    margin: 0;
}

.right-box-menu h4:hover {
    background-color: #152f4a;
}

.right-box-menu ul li a {
    text-transform: uppercase;
    color: #fff;
    border-bottom: #173452 1px solid;
    border-top: #295c92 1px solid;
    display: block;
    padding: 8px 15px 10px 25px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.right-box-menu ul li a:hover {
    background: #152F4A;
    text-decoration: none;
}

.right-box-menu ul ul li a {
    padding: 8px 15px 10px 44px;
    background: #2B619A;
    border-bottom: #224d7a 1px solid;
    border-top: #3475ba 1px solid;
}

.right-box-menu ul ul li a:hover {
    background: #224d7a;
}

.main-content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #F2F4F4;
    padding-top: 50px;
    /* overflow: hidden; */
}

.pdf-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pdf-wrapper iframe {
    width: 100%;
    height: calc(100vh - 95px);
    border: 0;
    padding: 0;
    margin: 0;
}

.pdf-wrapper div#box-viewer-target {
    width: 99%;
    height: calc(100vh - 90px);
    overflow-y: hidden;
    padding: 0;
    margin: 0;
}

.pdf-wrapper div#box-viewer-target.crocodoc-layout-presentation {
    width: 90%;
    height: calc(100vh - 65px);
    overflow-y: hidden;
}

.right-sidebar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 40%;
    margin-left: -40%;
    right: -40%;
    position: relative;
}

.menu-right .right-sidebar {
    right: 0;
    margin-left: 0;
}

.right-sidebar .tab-panel {
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 13%);
    padding: 20px;
}

.nav-tabs .nav-link {
    background: #204872;
    color: #fff;
    margin: 0 1px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    bottom: -1px;
    border: 1px solid #204872;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.nav-tabs .nav-link i {
    margin-right: 6px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #fff;
    background: #fff;
    color: #204872;
}

.video-box video {
    background: #000;
}

.right-sidebar .tab-content {
    padding-left: 1px;
}

.right-sidebar .tab-pane {
    padding: 20px;
    background: #fff;
    height: calc(100vh - 140px);
}

.example-box-list {
    padding-bottom: 5px;
    height: calc(100vh - 405px);
    overflow: auto;
    padding: 1px;
}

.example-box {
    background-color: #f8f9f9;
    border-color: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgb(0 0 0 / 23%);
    margin: 15px 0;
    padding: 26px 20px 20px 20px;
    position: relative;
    color: #000;
    font-size: 15px;
}

.instructor {
    text-align: center;
}

.instructor a {
    position: relative;
    display: inline-block;
}

.instructor a span {
    background: rgba(0, 0, 0, .8);
    border-radius: 5px 0 5px 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 0 3px;
    position: absolute;
    right: 2px;
    bottom: 4px;
}

.instructor h2 {
    color: #204872;
    font-size: 11px;
    margin: 0;
    font-weight: 700;
}

.instructor h2 a {
    color: #204872;
    display: block;
}

.instructor h2 span {
    color: #545454;
    font-weight: 100;
    margin-bottom: 10px;
}

.example-box .example {
    background: #204872;
    border-radius: 4px 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    left: 0;
    padding-top: 2px !important;
    padding: 3px 5px;
    position: absolute;
    top: 0;
}

.widget-box {
    margin-bottom: 15px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d8d8d8;
    position: relative;
}

.widget-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #efefef;
    border-bottom: 1px solid #d8d8d8;
    background-image: -webkit-linear-gradient(top, #fafafa 0, #f7f7f7 100%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.widget-icon {
    border-right: 1px solid #d8d8d8;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.widget-title h2 {
    margin: 0;
    text-shadow: 0 1px 0 #fff;
    color: #727272;
    font-size: 14px;
    font-weight: 700;
}

.widget-title {
    padding: 8px 15px;
}

.widget-body {
    background: #fff;
    padding: 12px 15px;
}

.widget-body th,
.widget-body td {
    padding: 8px;
    vertical-align: middle;
}

.btn-download {
    background-color: #d47253;
    color: #fff;
    border-color: #d98367;
    text-transform: uppercase;
    padding: 5px 8px;
    font-size: 10px;
    border-radius: 2px;
}

.widget-body th:last-child,
.widget-body td:last-child {
    text-align: center;
}

.widget-list {
    height: calc(100vh - 112px);
    overflow: auto;
}

.panel-group {
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    border: 1px solid #ddd;
}

.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-title {
    margin: 0;
}

.tools-panel-small-header {
    color: #333;
}

.tools-panel-small-header:hover {
    color: #333;
    text-decoration: none;
}

.panel-collapse {
    padding: 15px;
}

.tools-panel-small-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tools-panel-small-header.collapsed i, .tools-panel-small-header.collapsed svg.svg-inline--fa {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tools-panel-small-header i {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn-sm {
    font-size: 12px;
}

.btn-sm {
    font-size: 12px;
}

.btn-band {
    background-color: #204872;
    color: #fff;
    border-color: #1a3b5e;
    text-transform: uppercase;
}

.btn-band:hover {
    color: #fff;
    background-color: #0f2236;
}

.down-box {
    position: fixed;
    background: #204872;
    top: -100vh;
    z-index: 20;
    left: 0;
    right: 0;
    height: 100vh;
    overflow: auto;
    transition: 0.5s;
}

.menu-down .down-box {
    top: 0;
}

.close-button {
    background-color: transparent;
    border: 0;
    color: #fff;
    margin-left: 10px;
}
#idr_frame_wrapper {
  position: relative;
  height: 90vh;
  width: 100%;
}
