/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */
html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}

body {
    font-family: "Open Sans",Oxygen,"Helvetica Neue","Source Sans Pro","PT Sans";
    background-color: #e8e8e8;
    padding-top: 0px;
    padding-bottom: 0px;
    min-width: 1000px;
}

/* Finesse the page header spacing */
.page-header {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
    margin-top: 0px;
    max-width: none !important;
    padding-left: 0px;
    padding-right: 0px;
    width: 1000px;
    background-color:#ffffff;
}

.container .row {
    margin: 10px 0px 15px 0px;
}

/* Demonstrate the grids */
.col-xs-sample {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #eee;
    border: 1px solid #ddd;
    background-color: rgba(86,61,124,.15);
    border: 1px solid rgba(86,61,124,.2);
}

.col-xs-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.col-xs-4.rightpanel  {
    padding-left: 0px;
    padding-right: 0px;
    background-color:#ffffff; 
    margin:0px 0px 0px 10px;
    width:320px;
}

.col-xs-8 {
    padding-left: 0px;
    padding-right: 0px;
}

.col-xs-8.leftpanel  {
    padding-left: 0px;
    padding-right: 0px;
    background-color:#ffffff; 
    margin:0px 0px 0px 15px;
    width:640px;
}

.col-xs-12.subpanel {
    margin: 10px 0px 0px 0px; 
    padding: 0px;
}

.container .navbar-header,
.container .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
    float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.navbar-toggle {
    display: none;
}

.navbar-collapse {
    border-top: 0;
    padding-left: 40px;
    padding-right: 0px;
}

.navbar-brand {
    margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
    background: rgba(183,222,237,1);
    background: -moz-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(33,180,226,1) 47%, rgba(183,222,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(183,222,237,1)), color-stop(47%, rgba(33,180,226,1)), color-stop(100%, rgba(183,222,237,1)));
    background: -webkit-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(33,180,226,1) 47%, rgba(183,222,237,1) 100%);
    background: -o-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(33,180,226,1) 47%, rgba(183,222,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(33,180,226,1) 47%, rgba(183,222,237,1) 100%);
    background: linear-gradient(to bottom, rgba(183,222,237,1) 0%, rgba(33,180,226,1) 47%, rgba(183,222,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed', GradientType=0 );
    border-radius: 0px;
    float: left;
    margin: 0;
}

.navbar-nav > li {
    float: left;
}

.navbar-nav > li > a {
    color: #ffffff;
    font-weight: 400;
    padding: 8px 15px;
}

.navbar-nav > li.active {
    background: rgba(183,222,237,1);
    background: -moz-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(24,127,158,1) 47%, rgba(183,222,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(183,222,237,1)), color-stop(47%, rgba(24,127,158,1)), color-stop(100%, rgba(183,222,237,1)));
    background: -webkit-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(24,127,158,1) 47%, rgba(183,222,237,1) 100%);
    background: -o-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(24,127,158,1) 47%, rgba(183,222,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(24,127,158,1) 47%, rgba(183,222,237,1) 100%);
    background: linear-gradient(to bottom, rgba(183,222,237,1) 0%, rgba(24,127,158,1) 47%, rgba(183,222,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed', GradientType=0 );
}

.navbar-nav > li.active > a {
    color: #619ed7;
    font-weight: 700;
    padding: 8px 15px;
}

.navbar-nav > li:hover > a {
    background: rgba(183,222,237,1);
    background: -moz-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(24,127,158,1) 47%, rgba(183,222,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(183,222,237,1)), color-stop(47%, rgba(24,127,158,1)), color-stop(100%, rgba(183,222,237,1)));
    background: -webkit-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(24,127,158,1) 47%, rgba(183,222,237,1) 100%);
    background: -o-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(24,127,158,1) 47%, rgba(183,222,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(24,127,158,1) 47%, rgba(183,222,237,1) 100%);
    background: linear-gradient(to bottom, rgba(183,222,237,1) 0%, rgba(24,127,158,1) 47%, rgba(183,222,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed', GradientType=0 );
}

.navbar-nav > li:visited > a {
    background: #619ed7; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#619ed7, #3c92ee, #619ed7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#619ed7, #3c92ee, #619ed7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#619ed7, #3c92ee, #619ed7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#619ed7, #1278c2, #619ed7); /* Standard syntax (must be last) */
}

.navbar-nav > li.active:hover > a {
    color: #ffffff;
    font-weight: 700;
    padding: 8px 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
    float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #fff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}

.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff !important;
    background-color: #428bca !important;
}

.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #999 !important;
    background-color: transparent !important;
}

.navbar {
    background: rgba(183,222,237,1);
    background: -moz-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(33,180,226,1) 47%, rgba(183,222,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(183,222,237,1)), color-stop(47%, rgba(33,180,226,1)), color-stop(100%, rgba(183,222,237,1)));
    background: -webkit-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(33,180,226,1) 47%, rgba(183,222,237,1) 100%);
    background: -o-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(33,180,226,1) 47%, rgba(183,222,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(33,180,226,1) 47%, rgba(183,222,237,1) 100%);
    background: linear-gradient(to bottom, rgba(183,222,237,1) 0%, rgba(33,180,226,1) 47%, rgba(183,222,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed', GradientType=0 );
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: none !important;
    min-height: 36px;
    width: 1000px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn.login {
    background-color: #1BBC9B;
    font-weight: 700;
    color: #ffffff;
}

.btn.login:hover {
    background-color: #006633 !important;
}

.btn-red-round {
  -webkit-border-radius: 8px !important;
     -moz-border-radius: 8px !important;
          border-radius: 8px !important;
    background-color: #df2836; 
    color: #ffffff;
    padding: 4px 8px 4px 8px;
}

.color-primary {
    color: #14639c;
}

.color-secondary {
    color: #fcab35;
}

.color-dark {
    color: #444444;
}

.bold {
    font-weight:700;
}

.bgcolor-primary {
    background-color: #14639c;
}

.bgcolor-hightlight {
    background-color: #ffffcc;
}

.bgcolor-secondary {
    background: #ffdb75;
}

.marker
{
	background-color: #ffffcc;
}

.bg-gradientcolor-primary {
    background: #619ed7; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#619ed7, #3c92ee, #619ed7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#619ed7, #3c92ee, #619ed7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#619ed7, #3c92ee, #619ed7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#619ed7, #1278c2, #619ed7); /* Standard syntax (must be last) */
}

.bg-gradientcolor-gray {
    background: #e8e8e8; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e8e8e8, #f5f5f5, #e8e8e8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e8e8e8, #f5f5f5, #e8e8e8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e8e8e8, #f5f5f5, #e8e8e8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e8e8e8, #f5f5f5, #e8e8e8); /* Standard syntax (must be last) */
}

.btn-toolbar .btn-entirecoursefree {
    padding: 5px 16px 6px 16px; 
}

.btn-toolbar .btn-startcourse {
    background-color: #e51e2d !important;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s !important;
    margin: 0px; 
    padding: 5px 16px 6px 16px; 
    line-height: 0.90;
}

.btn-toolbar .btn-startcourse:hover {
    background-color: #ff0000 !important;
}

.form-group {
    margin-bottom: 5px !important;
}

div.boxshadow {
    -webkit-box-shadow: 0px 40px 30px -50px rgba(102,102,102,1);
    -moz-box-shadow: 0px 40px 30px -50px rgba(102,102,102,1);
    box-shadow: 0px 40px 30px -50px rgba(102,102,102,1);
}

blockquote {
    min-height: 116px;
}

blockquote p {
    font-size: 0.9em;
    color: #14639c;
}

hr {
    margin-top: 10px;
}

.panel {
  -webkit-border-radius: 12px !important;
     -moz-border-radius: 12px !important;
          border-radius: 12px !important;
}

.panel.boxpadding {
    padding:10px 20px 10px 20px;
}

.panel div.panel-title span {
    font-size: 18px; 
    font-weight: 700;
}

.panel div.panel-description {
    margin: 5px 0px 5px 0px;
}

.panel div.panel-description span {
    color: #444444;
}

.panel-heading {
  -webkit-border-radius: 12px 12px 0px 0px !important;
     -moz-border-radius: 12px 12px 0px 0px !important;
          border-radius: 12px 12px 0px 0px !important;
}

.panel-heading.collapsed {
  -webkit-border-radius: 12px !important;
     -moz-border-radius: 12px !important;
          border-radius: 12px !important;
}

/* Box portlet */
.portlet.box {
    padding: 0px !important;
    border: 1px solid #666666;

    -webkit-box-shadow: 0px 40px 30px -50px rgba(102,102,102,1);
    -moz-box-shadow: 0px 40px 30px -50px rgba(102,102,102,1);
    box-shadow: 0px 40px 30px -50px rgba(102,102,102,1);
}

.portlet.box > .portlet-title {
    background: rgba(183,222,237,1);
    background: -moz-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(33,180,226,1) 47%, rgba(183,222,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(183,222,237,1)), color-stop(47%, rgba(33,180,226,1)), color-stop(100%, rgba(183,222,237,1)));
    background: -webkit-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(33,180,226,1) 47%, rgba(183,222,237,1) 100%);
    background: -o-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(33,180,226,1) 47%, rgba(183,222,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(33,180,226,1) 47%, rgba(183,222,237,1) 100%);
    background: linear-gradient(to bottom, rgba(183,222,237,1) 0%, rgba(33,180,226,1) 47%, rgba(183,222,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed', GradientType=0 );
    border-bottom: 0;
    padding: 5px;
    margin-bottom: 0;
    color: #ffffff;
    text-align:center;
    font-weight:700;
}

.portlet.box > .portlet-title-white {
    background: #ffffff;
    border-bottom: 1px solid #666666;
    padding: 5px;
    margin-bottom: 0;
    color: #14639c;
    text-align:center;
    font-weight:700;
}

.portlet.box > .portlet-title > .caption {
    padding: 11px 0 9px 0; 
}

.portlet.box > .portlet-title > .actions {
    padding: 7px 0 5px 0;
}

.portlet.box > .portlet-body {
    background-color: #ffffff;
    padding: 15px 15px 0px 15px; 
}

.panel .panel-heading {
    height: 54px;
}

.panel .panel-heading .panel-title a {
    font-size: 14px;
    line-height: 1.4em;
}

.page-title {
    padding: 10px 15px 10px 15px;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
}

.page-title h3 {
    color:#3399ff; 
    font-weight:700;
}

.page-subtitle {
    padding: 5px 0px 5px 0px;
}

.page-subtitle h3 {
    font-weight:700;
}

.page-note {
    padding: 5px 20px 5px 20px; }

.note-success {
    background-color: #dfffcb;
}

.note-info {
    background-color: #ffffff;
}

.note-danger {
    background-color: #ffd6d6;
}

.note-warning {
    background-color: #fdebba;
    color: #ff0000;
    font-weight: 700;
}

h4.note-block {
    font-weight:700;
}

.note-danger h4.note-block {
    color: #ff0000;
}

.note-description {

}

.font-red {
   color: #ff0000 !important; }

.font-green-dark {
    color: #4db3a2 !important; }

.font-text-color {
   color: #444444 !important; }

.table tbody tr.highlight { 
    background-color: #ffffcc !important; }

.table.order-summary tbody tr.highlight { 
    background-color: #ffffcc !important; 
}

.table.order-summary tbody td.line-item-right { 
    text-align:right; 
    color:#444444; 
    font-weight:700;
}

.table.order-summary tbody td.line-item-description { 
    text-align:left; border-top:none !important; padding-top:0px; padding-bottom:5px; color:#444444; font-size:13px; font-weight:normal;
}

.page-login-message {
    font-size: 13px;
    padding: 0px 5px 0px 5px;
}

.page-login-message-error {
    color: #ff0000;
    font-size: 13px;
    font-weight: 700;
    padding: 0px 5px 0px 5px;
}

.page-span-block {
    color:#444444; display:inline-block; background-color:#e8e8e8; padding:4px;
}

.page-span-underline {
    margin-left:5px; background-color:#ffffff; border-bottom:1px solid #444444; display:inline-block;
}

.radio-answer-options {
    margin-top: 10px !important;
    margin-left: 30px !important;
}

.radio-answer-options label {
    margin-left: 10px !important;
    vertical-align: top;
    font-size: 16px; 
    font-weight: normal;
}

.radio-question-number {
    font-size: 16px; font-weight: 700; margin-left: 10px; margin-right: 10px;
}

.radio-question-text {
    font-size: 16px;  font-weight: normal;
}

.padding-top-div div {
    padding-top: 10px; 
}

ul.bullet-triangle {
    list-style-image: url('/assets/images/bullet-triangle-yellow.png');
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 20px;

}

ul.bullet-triangle li {
    margin-top: 10px;
    font-size: 15px;
}


