﻿/*
    Colors:
    Red: #e27e64;
    Dark Red: #c94d3d;
    
    Tabs -- Light Blue: #7db1c1;
    Tabs Hover -- #547681;
    Blue: #27a9e1;
    Dark Blue: #182839;
    Light Green: #acd8ac;
    Extra Light Green: #d8efd8;
    Green: #96b776;
    Gray: #e6e7e8;
    
    */


html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, h1, h2, h3, h4, h5, h6,
.top-bar-section ul li > a,
.tabs dd > a {
    font-family: "proxima-nova", sans-serif !important;
    /* 
       Weights:

       Light / 300
       Regular / 400
       Bold / 700
       Extrabold / 800 
    */
}

p { font-size: 0.8rem !important}

h2 {
    font-size: 2rem !important;
    font-weight: 800 !important;
    color: #182839 !important;
}

body {
  margin: 0;
  background: #f2f2f2 !important;
}

.container-tab {
    /*background: #fff;
    padding-bottom: 10%;
    width: 1000px;
    border: solid 1px #ddd;
    margin: 0 auto;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);*/

    margin: 0 auto 20px;
    padding: 0 10px;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); 
    /*border-radius: 3px;*/
}

    .container-tab .row.table-row {
        padding: 0;
    }

#ple-tools table tr.even, #ple-tools table tr.alt, #ple-tools table tr:nth-of-type(2n) {
    background: none !important;
}

.contain-to-grid {
  width: 100%;
  background: #19293a;
}

.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}



.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

a.site-logo {
    background-image: url(../images/pls-logo.png); /* For ie8 and below */
    /*background-image: url(images/svg/logo-pdc-light.svg);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 500px 47px;
    display: block;
    width: 500px;
    height: 47px;
    margin: 5px 0 0 15px;
    text-indent: -9999px;
}



button, .button {
    /*box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);*/  
   background-color: #7db1c1 !important;
   font-weight: bold !important;
}

    button:hover, .button:hover {
       background-color:#547681 !important;
    }

button.alert, .button.alert {
    background-color: #e05b41 !important;
    border-color: #e05b41 !important;
    color: #FFFFFF;
}

button.alert:hover, .button.alert:hover {
    background-color: #c94d3d !important;
    border-color: #c94d3d !important;
}

button.add, .button.add {
    background-color: #96b776 !important;
    border-color: #96b776 !important;
    color: #FFFFFF;
}

button.add:hover, .button.add:hover {
    background-color: #7f9964 !important;
    border-color: #7f9964 !important;
}

    button i, .button i {
        margin-right: 10px;
        border-radius: 500px;
        background: rgba(0, 0, 0, .2);
        margin-left: -1.25em;
        margin-right: 1.25em;
        padding: 0.5em 0.8em 0.45em .75em;
    }

.alert-box.warning {
    background-color: #EFA75E !important;
    border-color: #ffc284 !important;
    border-width: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    color: #000 !important;
}

.top-bar a.alert {
    background-color: #e05b41 !important;
}

.top-bar a.alert:hover {
    background-color: #c94d3d !important;
}

.top-bar-section .has-dropdown > a:after {
    margin-top: 4px !important;
}

.top-bar-section .dropdown {
    background-color: #0e1821 !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}


.top-bar .title-area {
    /* Foundation wants expand this to full width on responsive design. We updated nav and it's not needed. */
    float: left !important;
}



.top-bar {
  overflow: hidden;
  height: 57px !important;
  position: relative;
  background: #19293a !important;
  margin-bottom: 0;
  color: #182839;
  
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.top-bar .menu-icon {
    color: #FFFFFF;
    display: block;
    height: 2.8125rem;
    line-height: 2.0625rem;
    padding: 0;
    position: relative;
    text-indent: 2.1875rem;
    transform: translate3d(0px, 0px, 0px);
    width: 2.8125rem;
}

.top-bar .menu-icon span {
    box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    display: block;
    height: 0;
    left: 0.90625rem;
    line-height: 1;
    position: absolute;
    top: 0.9375rem;
    width: 1rem;
}

.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}

.top-bar-section ul,
.top-bar-section ul li > a,
.top-bar-section .has-form {
    background: none !important;
}

    .top-bar-section ul li > a {
        line-height: 57px !important;
    }  

    .top-bar-section ul li > a:hover {
        background:  #0e1821 !important;
    }

    .top-bar-section .dropdown li a {
        line-height: 57px !important;
        transition: background-color 0.5s ease;
    }

    .top-bar-section .dropdown li a:hover {
        background:  rgba(39, 169, 225, .2) !important;
    }

        /* -- Won't need this if we use dropdown menu --
           .top-bar-section ul li.active > a:after {
           -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
            border-image: none;
            border-style: inset inset solid;
            border-width: 6px;
            content: "";
            display: block;
            height: 0;
            width: 0;
            margin: -12px auto 0;
            position: relative;
            z-index: 9999;
        }
        */

.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] { 
    height: 57px !important; 
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
}

ul.f-dropdown{
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

.f-dropdown li { margin: 0.3rem !important; transition: background-color 0.5s ease; }



.logo
{
	background: url("../../Content/images/logo.png") no-repeat 0 50%;
}

.name h1 {
    color: White;
    padding-left: 55px;
}

#Login {
    margin: 0 auto;
    padding: 10px 20px 5px;
    width: 270px;
    /*border: solid 1px Black;*/
    position: absolute;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#Login p.no-margin input {
    margin-bottom: 0 !important;
}

#Login p button {
    margin-bottom: 0;
}

.login-title {
    /*background: #19293a;
    color: White;*/
    width: 270px;
    margin: -20px 0 10px -20px;
    padding: 15px;
    font-size: 20px;
}

.message {
    color: Red;
    text-align: center;
}

.title-logo 
{
    background-image: url('images/icons/tools-icon-pdcenter.png');
    background-repeat: no-repeat;
    background-size:35px 35px;
    background-position: 10px 5px;
}

img#avatarimg {
    border-radius: 2px;
    margin: 0 15px 0 5px;
}

.row {
    font-size: .8rem;
}

    .row .row {
        margin: 0 !important;
    }

h3.row {
    font-size: 1.6875rem;
    padding: 20px 15px 0;
}

.row.table-row {
    
    padding: 0.5rem 0 0.25rem;
    border-top: 1px solid #e6e7e8;
}

.row.header + .row.table-row {
    border: none;
}


.row div 
{
    margin: 10px 0;
    line-height: 18px;
}

.row .frameworkstatement div { margin: 5px 0; }

.row div a
{
    /* font-size: 13px; */
    font-weight: bold;
}

/* Teaching Frameworks */

#Teachingframeworks ul,
ul.list-options {
    list-style-type: none;
}


.frameworkstatements ul.statementcontainer,
ul.tree {
    margin-left: 0;
    padding: .25rem .5rem .5rem;
}

.modal-list ul.statementcontainer {
    margin-left: 0;
}


.frameworkstatements ul.statementcontainer .frameworkstatements > ul  {
    /*margin: 1rem 1rem 3.25rem 1rem;*/
    /*border-top: 2px solid #f2f2f2;*/
    padding-left: 3rem;
   
    /*border-radius: 4px;*/
    /*padding: .25rem .5rem .5rem;*/
}

.frameworkstatements ul.statementcontainer .frameworkstatements > ul > .frameworkstatement > div {
    
    /*border: 2px solid #f2f2f2;*/

}

.frameworkstatements .row.table-row:first-child {
    border-top: 1px solid #e6e7e8;
}

.frameworkstatements .row.table-row:last-child {
    border-bottom: none;
}

.frameworkstatements .row.table-row { /*border-top: 1px solid #e6e7e8; border-bottom: none !important;*/ }


.frameworkstatements ul.statementcontainer ul h5 {
    background: #f2f2f2;
    border-radius: 3px;
    padding: 1rem;
    margin: 5px 0;
    /*margin-right: 1rem;*/
}


.frameworkset {
    margin-top: 10px;
     /*border: 2px solid #acd8ac;*/ 
    background: #d8efd8;
    padding: 5px;
    border-radius: 3px;
}

    .frameworkset h5 {
         /*border-bottom: 1px solid #acd8ac;*/ 
         padding-left: 0.8rem;
         margin-bottom: 0.8rem;
    }

    .frameworkset a.button {
        text-align: left;
        padding-left: 1.25rem;
        margin-bottom: 0rem;
    }

.row div.frameworkstatements {
    margin: 0 0;
    clear: both !important;
    /*border: 1px solid #d8efd8;*/
}

.frameworkset > .frameworkstatements {
     /*padding-right: 1.25rem;*/
}

.frameworkstatement > div,
.tree-toggle {
    border: 1px solid #D8EFD8;
    background: #fff; 
   border-radius: 4px;
    /*padding: 1rem;*/
}

.frameworkstatement > div {
}


.frameworkstatement .row div, .tree-toggle { margin: 5px 0; }

    .tree-toggle div {
        margin: 0;
    }


   /*  In testing...  */

/*
    #courselistcontainer {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 0 3px 3px;
}
*/

.frameworkstatement:last-child > div {
    /*border: none;*/
}


.frameworkstatement a.statement,
.tree-toggle a.statement {
    float: left;
    font-weight: normal;
    border-radius: 4px;
    padding: /*1rem*/ .25rem;
    display: block;
    /*font-size: 0.8rem;*/
}

    .frameworkstatement a.statement span,
    .tree-toggle a.statement span {
        display: block;
        float: left;
        padding: .75rem 0;
        /*width: 90%;  -- This needs work for wrapping on modal */
    }

    .frameworkstatement a.statement span.statementlist { width: 90%; }

.frameworkstatement ul.list-options,
.tree-toggle ul.list-options {
    float: right;
    padding: 1rem 1rem .85rem;
    font-size: 0.8rem;
    font-weight: 900;
}

ul.list-options.domain-list {
    padding-right: 1.5rem;
}

a.statement i { display: none; }

a.statement.tree-open i, a.statement.tree-close i {
    display: block; 
    margin-right: .5rem;
    padding: 0.75rem 1rem 0.65rem;
    border-radius: 4px;
    background: #96b776;
    float: left;
    color: #fff;
}


a.statement.tree-close i {
     background: #e27e64;
}

a.statement.tree-close { font-weight: 900; }




/* Course List */
.course-type,
.course-description 
{
}

.course-type 
{
    background: none repeat scroll 0 0 #dceef5;
    /*border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;*/
    margin: -6px -6px 2px !important;
    padding: 10px;
}

    .course-type.Blended {
         background: none repeat scroll 0 0 #dceef5;
    }
    .course-type.Non-Facilitated {
         background: none repeat scroll 0 0 #def5dc;
    }
    .course-type.Facilitated {
        background: none repeat scroll 0 0 #f5e9dc;
    }

.course-type .price {
    border: 2px solid #fff;
    border-radius: 4px;
    margin: 0 10px;
    padding: 3px 8px;
    font-weight: 700;
}

.type {
    color: #757575;
}

    .type i {
        margin-right: 5px;
        border-radius: 500px;
    }


.course-description .button {
    margin-top: 5px;
}

.course .title {
    margin: -6px -6px 2px !important;
    padding: 10px;
    font-weight: 700;
    background: none repeat scroll 0 0 #f2f2f2;
}

.payment-status {
    text-align: left;
    vertical-align: top;
    border: 2px solid #ddd;
    border-radius: 4px;
}

.payment-status i { 
    background: #f2f2f2;
     border-radius: 500px;
    display: inline-block;
    font-size: 1.5rem;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: center;
    width: 40px;
    margin-right: 10px;
}

    .payment-status i.paid {
        background: #96b776;
        color: #fff;
    }

.payment-status i.pending {
    background: #f0d17e;
    color: #fff;

}

#mainBody {
    padding-top: 20px; 
}

.header 
{
    /*background: #e6e7e8;*/
    border-bottom: 2px solid #27a9e1 !important;
    color: #27a9e1;
    font-weight: 700;
    padding: 5px;
    clear: both;
}

.row.header div { margin-bottom: 0; }

.clearfix {
    display: block;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


/* Tabs */
dl.tabs { border-bottom: 1px solid #eee; padding: 0 10px; }

.tabs dd {
    margin: 0 .666%;
    width: 32%;
    text-align: center;
}

.tabs dd > a {
    border-radius: 3px 3px 0 0;
    /*font-size: .9rem !important;*/
    padding: 0.6rem 1.25rem !important;
    
    border-bottom: none;
    margin-bottom: -1px;
    background: #7db1c1 !important;
    color: #fff !important;
    /*box-shadow: inset 0 -2px 5px -5px rgba(0, 0, 0, 0.5);*/

    transition: background-color 0.5s ease;
}

    .tabs dd > a:hover {
        background: #547681 !important;
    }

.tabs dd.active > a {
    font-weight: 800;
    box-shadow: none;
    background: #fff !important;
    color: #182839 !important;
    border: 1px solid #eee;
    border-bottom: none;
    /*box-shadow: 0 -1px 5px -5px rgba(0, 0, 0, 0.5);*/
}

.loader {
    width: 120px;
    height: 120px;
    background: #fff url(../images/loader.gif) no-repeat center 26px;
    background-size: 55px 55px;
    margin: 0 auto;
    position: absolute;
    padding-top: 85px;
    top: 200px; 
    left: 45%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    border-radius: 500px;
}

.loader-bg, .message-bg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.45);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.progress {
    margin-top: 36px;
}

    .progress.alert .meter {
        background-color: #e05b41 !important;
    }

/* */


.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99;
  display: none;
  top: 0;
  left: 0; }

dialog, .reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 100;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 1.11111rem;
  border: solid 1px #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    dialog, .reveal-modal {
      min-height: 100vh; } }
  @media only screen and (min-width:40.063em) {
    dialog, .reveal-modal {
      left: 50%; } }
  dialog .column, dialog .columns, .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  dialog > :first-child, .reveal-modal > :first-child {
    margin-top: 0; }
  dialog > :last-child, .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width:40.063em) {
    dialog, .reveal-modal {
      margin-left: -40%;
      width: 80%; } }
  @media only screen and (min-width:40.063em) {
    dialog, .reveal-modal {
      top: 5.55556rem; } }
  dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    font-size: 2.22222rem;
    line-height: 1;
    position: absolute;
    top: 0.44444rem;
    right: 0.61111rem;
    color: #aaa;
    font-weight: bold;
    cursor: pointer; }

dialog[open] {
  display: block;
  visibility: visible; }