/* Need to play with this a bit more.
*/
#codebuilderide-emulator button,
#codebuilderide-emulator,
.button_medium,
.button_medium_outline,
.button_fullwidth,
.button_fullwidth-3,
.button_fullwidth-4,
.project_stats,
.extra-container {
    border-radius: 4px;
}

.button_medium_outline {
    margin-bottom: 0 !important;
}
/*
.homepagemaininfo {
    text-align: center;
}
*/

/* White fix for button_medium_outline */
.button_medium_outline {
    background: white;
}

.benefits {
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
}

.product-img-container {

}

.product_img {
    max-height: 300px;
    display: block;
    margin: 0 auto;
    /*vertical-align: middle;*/
}

.product_img_carousel {
    max-height: 100px;
    max-width: 350px;
    display: block;
    margin: 0 auto;
}

.button_medium_red {
    background: #F66;
}

.friends-of-cas {
    background: rgb(255, 255, 255);
    width: 147px;
}

.green-heading {
    font-size: 18px;
    font-weight: 500;
    background: #1cbbb4;
    color: white;
    /*width: 99%;*/
    width: 100%;
    padding:10px 15px;
    margin-bottom: 20px;
    border-bottom:1px solid transparent;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
}



.shadowed {
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#444')";
    filter: url(#drop-shadow);
    -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
}


a#logo-edu {
    /*width:150px;*/
    width:134px;
    height:37px;
    background:url(/static/img/logo-edu.png) no-repeat 0 0;
    text-indent:-9999px;
    display: inline-block;
    /*font-size: 2em;*/
    /*font-weight: bold;*/
    /*padding-top: 8px;*/
    /*color: #2D4050;*/
}

.logo-container {
    line-height: 40px;
}

.testing-label {
    font-family: 'Indie Flower';
    font-weight: bold;
    font-size: 1.5em;
    display: inline-block;
    /*height: 37px;*/
}

img#kickstarter-back-us-img {
    position: relative;
    top: -1px;
}
.homepagemaininfo h1 {
    /*color:#fff;*/
    /*width:100%;*/
    /*padding-top:150px;*/
    /*text-align:center;*/
    /*background:url(/static/img/logo_footer.png) no-repeat center 40px;
    padding-top: 100px;
    font-size:13px;
    text-indent: -9999px;*/
}

.chapter_course {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
/*header, */
#main_content {
    /*background-image:  url('/static/img/cb-background.png');*/
    background-image:  url('/static/img/cb-background-colours.png');
    background-repeat: repeat-x repeat-y;
    /*background-color: rgb(240, 230, 240);*/
}

#main_content.iframe-main-content {
    padding: 25px 0;
}

.course-unenroll-control-hidden {
    display: none;
}
/**
 * Move the anchor up slightly so that we jump past the navigation bar.
 *
 *     http://stackoverflow.com/a/13184714/2203114
 *
 * Use like this:
 *
 *     <a class='nav-aware-anchor' id='someid'></a>
 *
 */
a.nav-aware-anchor {
    display: block;
    position: relative;
    top: -46px;
    visibility: hidden;
}

.navbar-right .normal_dropdown_menu {
    right: 0;
    left: auto;
}

ul.sf-menu.navbar-right li:hover ul,
ul.sf-menu.navbar-right li.sfHover ul,
ul.sf-menu.navbar-right li ul
{
    right: 0px;
    left: auto;
}


ul.data-lessons.vertical li {
    display: block;
    border-right: none;
    padding-bottom: 4px;
}

.blog-well-colour-square,
.project-well-colour-square,
.course-well-colour-square,
.activity-well-colour-square,
.step-well-colour-square {
    /*margin: 10px;*/
    padding: 1em;
    background-color: #1cbbb4;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 6em;
}

/* Fix top nav link hover */
ul#top_nav li a:hover {
    color: rgb(0, 0, 0);
}

.list-inline-divider li {
    border-right: 1px solid #ccc;
    padding-right: 8px;
    padding-left: 5px;
    margin: 0;
}
.list-inline-divider li:last-child {
    border-right: 0;
}

.alert.alert-danger {
    border-radius: 0;
}

input.form-control.error {
    margin-bottom: 0;
    border-top-color: #ebccd1;
    border-left-color: #ebccd1;
    border-right-color: #ebccd1;
    border-bottom-width: 0;
}


.button_fullwidth_outline, a.button_fullwidth_outline {
    width: 100%;
    border:2px solid #1dd7b2;
    background:none;
    color:#1dd7b2;
    outline:none;
    padding:13px 24px 13px 24px;
    text-decoration:none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display:inline-block;
    cursor:pointer;
    font-weight:600;
    font-size:16px;
    text-transform:uppercase;
    -webkit-font-smoothing: antialiased;
    outline:none;

}
.button_fullwidth_outline:hover, a.button_fullwidth_outline:hover {background:#1dd7b2; color:#fff;}


.button_fullwidth_delete {
    border:none;
    background:#F66;
    color:#fff;
    outline:none;
    padding:7px 12px;
    text-decoration:none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display:block;
    width:100%;
    cursor:pointer;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:5px;
    text-align:center;
    -webkit-font-smoothing: antialiased;
}

.button_fullwidth_delete:hover {
    background:#262c2d;
}

a.button_fullwidth-4, .button_fullwidth-4 {
    border:none;
    background:#30d9a4;
    color:#fff;
    outline:none;
    text-align:center;
    padding:15px 12px;
    text-decoration:none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    font-size:16px;
    display:block;
    width:100%;
    cursor:pointer;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:15px;
-webkit-font-smoothing: antialiased;
}
a.button_fullwidth-4:hover, .button_fullwidth-4:hover  {background:#262c2d; color:#fff;}

.box_style_4 {
    padding:20px;
    border:1px solid #e0e5e9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom:30px;
    font-size:13px;
    line-height:20px;
    background-color:#fff;
}

.panel-border {
    border:1px solid #e0e5e9;
}

.box_style_4 > h3 {
    margin-top: 0;
}

.button_medium:disabled {
    background-color: rgb(150, 150, 150);
}

.button_small,
a.button_small {
    border:2px solid #1dd7b2;
    border-radius: 4px;
    background:#1dd7b2;
    color:#fff;
    outline:none;
    padding:2px 8px;
    text-decoration:none;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    display:inline-block;
    cursor:pointer;
    font-weight:700;
    font-size:11px;
    -webkit-font-smoothing: antialiased;
}
.button_small:hover,
a.button_small:hover {
    background:#262c2d;
    border:2px solid #262c2d;
}

a.button_small:disabled,
.button_small:disabled {
    color: #ccc;
    border: 2px solid #ccc;
}


a.button_small_outline,
.button_small_outline {
    background: white;
    color:#1dd7b2;
    border:2px solid #1dd7b2;
    /*padding:5px 10px;*/
    padding:2px 8px;
    text-decoration:none;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -webkit-transition:.5s ease;
    -o-transition: .5s ease;
    display:inline-block;
    cursor:pointer;
    outline:none;
    font-weight:700;
    font-size:11px;
    text-transform:uppercase;
    -webkit-font-smoothing: antialiased;
    border-radius: 4px;
}

a.button_small_outline:hover,
.button_small_outline:hover {
    color:#262c2d;
    border:2px solid #262c2d;
}

a.button_small_outline:disabled,
.button_small_outline:disabled {
    color: #ccc;
    border: 2px solid #ccc;
}


/* from button_top */
a.button_admin,
button.button_admin {
    border:none;
    margin-top:5px;
    background:rgb(240, 230, 140);
    color:#fff;
    font-size:11px;
    padding:5px 16px 2px 16px;
    text-decoration:none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display:inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor:pointer;
    outline:none;
    font-weight:700;
    text-transform:uppercase;
    -webkit-font-smoothing: antialiased;
}
a.button_top:hover,
button.button_top:hover {
    background:rgb(150, 150, 150);
    color:#fff;
}

.codebugisreadybanner {
    /*background-color: white;*/
    background: #1abc9c url(/static/img/back-2x2-colour-lightest.png) repeat 0 0;
    color:#555;
    text-align: center;
    height: 300px; /* nice number so that the squares line up */
    padding-top: 31px; /* Pull the text up a little bit */
    /*
    border-top: 1px dashed rgb(200, 200, 200);
    border-bottom: 1px dashed rgb(200, 200, 200);
    */
}

/**
 * TODO working on having nav bar highlight active tab
 */
/*
ul.sf-menu li a:hover {
    color:#30d9a4;
    outline:none;
}

ul.sf-menu li.active a {
    color:#fff;
    outline:none;
}

.sf-menu li:hover {
    background: #003f58;
    color: #fff;
}

.sf-menu li.active {
    background: #003f58;
    color: #fff;
}
*/

.icon-project {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-project:before {
    content: "\f12e";
}

.modal-reg {
    width: 335px;
  }