﻿:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

a, a:visited, a:focus, a:active, a:hover {
    outline: 0 none !important;
}

body {
    /*override text selection*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Open Sans',serif;
    font-weight: 300;
}
/*UI*/
.nine-cols {
    padding-top: 10px;
    width: 100%;
    position: relative;
    display: block;
    min-height: 1px;
    float: left;
}

    .nine-cols span {
        padding-bottom: 10px;
        color: #990033;
    }

.componentPanel {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    color: #626262;
}

    .componentPanel h1 {
        display: block;
        color: #990033;
    }

    .componentPanel p {
        color: #9a9a9a;
        font-size: 2em;
    }

    .componentPanel label {
        color: #525252;
        font-size: 1.5em;
        font-weight: 100;
    }

.componentPanel-inner {
    width: 70%;
    margin: 0 auto;
}

.componentHeading i {
    font-size: 2em;
}

.oes-icon {
    display: block;
    font-size: 8em;
    color: #990033;
    text-decoration: none !important;
}


ul.list-time, ul.list-days, ul.list-tasks {
    list-style: none;
    padding: 0px;
    cursor: pointer;
    color: #990033;
}

ul.list-tasks {
    color: #808285;
    margin-top: 20px;
}

ul.list-time li, ul.list-days li {
    display: block;
    border: solid 1px #dadada;
    margin: 1px;
}

ul.list-days li {
}

ul.list-time li {
    border: none;
}

.list-time li {
    text-align: right;
}

div.nine-cols div.col-xs-1 span {
    display: block;
    width: 100%;
    text-align: center;
}

.list-tasks {
}

    .list-tasks li {
        display: inline-block;
        width: 70%;
        margin: 5px;
        line-height: 30px;
        padding: 5px;
        border: solid 1px #ffffff;
        /*border-radius: 3px;*/
    }

        .list-tasks li div {
            transition: all 0.15s ease-in-out;
            -moz-transition: all 0.15s ease-in-out;
            -webkit-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            -ms-transition: all 0.15s ease-in-out;
            display: table-cell;
            vertical-align: middle;
            border: 1px solid #eeeeee;
            line-height: 30px;
            width: 30px;
            height: 30px;
            float: left;
        }

    .list-tasks:after {
        float: left;
    }

    .list-tasks li:hover div {
        transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        width: 45px;
    }

.task-active div {
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    border-left: solid 5px rgb(153,0,51) !important;
}

.task-active div {
    width: 45px !important;
}
/*
.task-active:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: #000000;
    content: " \f040";
    font-size: 1.3em;
}*/

.right-border {
    border-right: solid 1px #DADADA;
}

/*Nav*/
ul.pageNavMakers {
    list-style: none;
    margin: 0 auto;
    width: 300px;
    height: 30px;
}

    ul.pageNavMakers li a {
        display: block;
        float: left;
        width: 15px;
        height: 15px;
        border: solid 1px #990033;
        margin-right: 30px;
        border-radius: 10px;
        text-decoration: none;
    }

        ul.pageNavMakers li a span {
            opacity: 0;
            float: left;
            position: relative;
            width: 80px;
            height: 20px;
            padding: 0px;
            top: -30px;
            left: -30px;
            line-height: 20px;
            text-align-last: center;
            color: #990033;
            font-size: 1.5em;
            transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -webkit-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            -ms-transition: all 0.25s ease-in-out;
        }

        ul.pageNavMakers li a:hover span {
            opacity: 1;
        }

.navActive {
    background-color: #990033;
}

.oes-next-btn {
    display: block;
    width: 150px;
    height: 50px;
    border: solid 1px #990033;
   line-height:50px;
    text-align: center;
    margin-left: 70%;
    font-size: 1.5em;
    color: #990033;
    text-decoration: none !important;
}

.clear-all {
    display: block;
    width: 100px;
    color: #00AEEF;
    padding: 10px;
    font-size: 1.2vh;
    border: solid 1px #00AEEF;
    text-align: center;
    line-height: 1.2vh;
    margin-top: 20px;
    cursor: pointer;
}

    .clear-all:before {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        content: "\f021";
    }


    .clear-all:hover {
         transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        background-color: #00AEEF;
        color: #ffffff;
    }
    

.oes-slider {
    margin: 30px 0 30px 0;
}

    .oes-slider span {
        cursor: pointer !important;
        border: solid 2px #990033 !important;
        border-radius: 20px;
    }

/*slider tooltip*/
.sliderTooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    padding: 5px;
    font-size: 11px;
    visibility: visible;
    margin-top: -2px;
    bottom: 120%;
    margin-left: -4.5em;
}

    .sliderTooltip .sliderTooltip-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        border-top: 5px solid #990033;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        position: absolute;
        width: 0;
        height: 0;
    }

.sliderTooltip-inner {
    width: 100px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    background-color: #990033;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.studyCounterCircle {
    width: 200px;
    height: 45%;
    margin-bottom: 10px;
}

.studyCounterLine {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.progressbarLabelCircle {
    top: 10px;
}

.progressbar__label__Line {
    color: #ffffff;
    font-size: 2vh;
}

.progressbar__label__Circle {
    color: #ffffff;
    font-size: 2vh;
    top: 20px !important;
}


.successMsg {
    font-size: 1.8vh;
    padding: 10px 0px 10px 0px;
    margin-left: -15px;
    color: #00ca00;
    font-weight: bold;
    display: none;
}


.pulse {
    animation-name: pulse_animation;
    animation-duration: 1000ms;
    animation-iteration-count: 2;
    animation-timing-function: linear;
}


/*Activity colours*/
.studyPaintActivity {
    color:#b481d0;
}

[data-activity-id] {
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: rgba(8, 8, 8, 0.37);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-left: 5px;
}

[data-activity-id="0"] {
    background-color: #f7f7f7;
}

[data-activity-id="1"] {
    background-color: #DDDDDD;
}

    [data-activity-id="1"]:before {
        content: "\f186";
    }

[data-activity-id="2"] {
    background-color: #B3BADF;
}

    [data-activity-id="2"]:before {
        content: "\f0b1";
    }

[data-activity-id="3"] {
    background-color: #B5E0CC;
}

    [data-activity-id="3"]:before {
        content: "\f207";
    }

[data-activity-id="4"] {
    background-color: #C2D7B3;
}

    [data-activity-id="4"]:before {
        content: "\f0c0";
    }

[data-activity-id="5"] {
    background-color: #E3E6BF;
}

    [data-activity-id="5"]:before {
        content: "\f0f5";
    }

[data-activity-id="6"] {
    background-color: #F1DAE8;
}

    [data-activity-id="6"]:before {
        content: "\f1e3";
    }

[data-activity-id="7"] {
    background-color: #D6CB90;
}

    [data-activity-id="7"]:before {
        content: "\f046";
    }

[data-activity-id="8"] {
    background-color: #F3BF9E;
}

    [data-activity-id="8"]:before {
        content: "\f26c";
    }

[data-activity-id="9"] {
    background-color: #E1F6A2;
}

    [data-activity-id="9"]:before {
        content: "\f252";
    }

[data-activity-id="10"] {
    background-color: #b481d0;
}

    [data-activity-id="10"]:before {
        content: "\f19d";
    }


/*Help Overlay*/
.overlay {
    display: none;
    position: absolute;
    z-index: 999999;
    background-color: #032948;
    opacity: 0.8;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlayBackground {
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
    opacity: 0.3;
}

.overlay img {
    display: block;
    margin: 100px auto;
    width: 80%;
    border: dashed 2px #FFFFFF;
    opacity: 1;
    border-radius: 10PX;
    padding: 20px;
}

.info-list {
    /*margin-top: 100px;*/
}

    .info-list li {
        display: list-item;
        list-style: decimal;
        color: #ffffff !important;
        padding: 20px;
        font-size: 2vh;
        width: 75%;
        margin-bottom: 30px;
    }

.helpClose {
    display: block;
    width: 150px;
    color: #ffffff;
    padding: 20px;
    font-size: 2vh;
    border: solid 1px #ffffff;
    text-align: center;
    line-height: 2vh;
    margin-top: 20px;
    cursor: pointer;
}

    .helpClose:hover {
        transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        background-color: #ffffff;
        color: #032948;
    }

.helpButton {
    display: block;
    width: 40px;
    height: 40px;
    border: solid 1px #dddddd;
    padding: 10px;
    text-align: center;
    float: right;
    margin-top: 20px;
    cursor: pointer;
}

    .helpButton:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f128";
        font-size: 1.3em;
    }

    .helpButton:hover {
        transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        background-color: #ff5c5e;
        color: #ffffff;
    }


/*splash page*/
.splash-container {
    padding: 0px;
    background: url("../img/splash-back.jpg") no-repeat center;
    min-height: 900px;
    width: 100%;
    height: 100%;
    margin-bottom: 35px;
    overflow: hidden;
}

.splash-content {
    display: block;
    margin: 20% auto;
    position: relative;
    width: 60%;
    min-height: 300px;
    padding: 20px;
    background-color: rgba(153,0,51,0.9);
    overflow: hidden;
}

.componentPanel .splash-title {
    color: #ffffff !important;
    font-size: 2em;
}

.componentPanel .splash-body {
    color: #ffffff;
    font-size: 1.3em;
}

.splash-content .splash {
    float: right;
    text-decoration: none;
}

.lg-spacer {
    display:block;
    height:100px;
}

/* override styles */
.ui-state-active,
.ui-widget-content .ui-state-active {
	background: #ff5c5e;
}

a:hover,
a:focus {
	color: #ff5c5e;
}

.btn-link:hover,
.btn-link:focus { 
	color: #ff5c5e;
}
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
	color: #ff5c5e;
}