body, html,
.row-fullpage,
.row-offcanvas {
    height: 100%;
}

html, body, .container-fluid, .row {
  height: 100%;
}

body {
    padding-top: 50px;
}

#sidebar {
    width: inherit;
    min-width: 180px;
    max-width: 180px;
    float: left;
    height:100%;
    position:relative;
    overflow-y:auto;
    overflow-x:hidden;
    /*padding-top: 20px;*/ 
    background-color:#f5f5f5;
}

@media print {
    #sidebar {
        display: none;
    }

    .dashboard-page-view-header-button-group {
        display: none;
    }

    .dashboard-page-view-header {
        position: fixed;
        top: 0;
        margin-bottom: 10px;
    }
}

#main {
    height:100%;
    overflow:auto;
}

/* off Canvas sidebar */

@media screen and (max-width: 767px) {

    .row-fullpage,
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas {
        width: calc(100% + 180px);
    }
    
    .row-offcanvas-left {
        left: -180px;
    }

    .row-offcanvas-left.active {
        left: 0;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
    }
}

.sidebar-header {
    padding: 15px 20px;    
    font-weight:bold;
    background-color:#E8E8E8;
    margin-bottom:15px;
}

.sidebar-header-icon {
    margin-top:3px;
}

.sidebar-footer {
    position: fixed;
    height: 54px;  /*40px;*/
    bottom: 0;
    /*width: 100%;*/   
}

a .sidebar-header {
    color: #333;
}

/* dashboard specific */

.dashboard-page-view-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px; 
}

.dashboard-page-view-header-headings {
    margin-top:12px;
}

.dashboard-page-view-header-headings h3 {
    font-size: 22px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.dashboard-page-view-header-headings h4 {
    font-size: 18px;
    margin-top: 1px;
    margin-bottom: 0;
}

.dashboard-page-view-header-secondary {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
}

.dashboard-page-view-header-secondary .form-group {
    margin-bottom: 10px;
}

.dashboard-page-view-header-secondary .form-group label {
    margin-right: 10px;
}

.dashboard-form-group-static {
    margin-bottom:0 !important;
}

.dashboard-item-title {
    margin-bottom: 20px;
    font-weight:bold;
}

.dashboard-page-view-header-button-group,
.dashboard-page-view-header-button-group-keep-right {
    margin-top:14px;
    margin-bottom:4px;
}

@media screen and (max-width: 480px) {
/*@media screen and (max-width: 768px) {*/

	.col-xxs-12 {
        width:100% !important;
	}

	.dashboard-page-view-header-button-group {
        margin-top:10px !important;
        width:100% !important;
	}

    /* replicate btn-group-justified */
    .dashboard-page-view-header-button-group {
        table-layout: fixed !important;
        border-collapse: separate !important; 
	}

    .dashboard-page-view-header-button-group .btn,
    .dashboard-page-view-header-button-group .btn-group {
        float: none !important;
        display: table-cell !important;
        width: 1% !important;
    }

    .dashboard-page-view-header-button-group .btn .btn,
    .dashboard-page-view-header-button-group .btn-group .btn {
        width: 100% !important; 
    }

    .dashboard-page-view-header-button-group .btn .dropdown-menu,
    .dashboard-page-view-header-button-group .btn-group .dropdown-menu {
        left: auto !important;
    }
    /* end */
}

@media screen and (max-width: 768px) {    

    .dashboard-page-view-header-button-group-keep-right {
        margin-top:0 !important;
        width:100% !important;
    }

    .dashboard-page-view-header-headings h3 {
        margin-top: 18px;
    }
}

/* bootstrap additions */

.label-panel-title {
    position:relative; bottom:.12em; padding:.3em .6em;
}

/* avatars */

.avatar-circle-40 {
    width: 40px;
    height: 40px;
    background-color: #fff !important;
    border: #555 solid 1px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.avatar-initials-40 {
    position: relative;
    top: 10px; 
    font-size: 16px;
    line-height: 16px;
    /*color: #fff;*/
}

/* telerik overrides */

.RadDropDownList_Bootstrap .rddlDisabled {
    background-color: #eee !important;
    color: #555 !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
}

.RadGrid_Bootstrap {
    border: none !important;
}
    .RadGrid_Bootstrap th.rgHeader,
    .RadGrid_Bootstrap .rgRow > td,
    .RadGrid_Bootstrap .rgAltRow > td {
        border-left: none !important;
        border-right: none !important;
    }

    .RadGrid_Bootstrap .rgFilterRow > td {
        padding-top: 7px !important;
    }

    .RadGrid_Bootstrap .rgFilterBox {
        border-radius: 4px !important;
        height: 34px !important;
        font-size: 14px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

    .RadGrid_Bootstrap th.rgHeader {
        font-weight:bold;   
        height: 42px;
    }

    .RadGrid_Bootstrap a.btn-default {
        color: #333 !important;
        text-decoration: none !important;
    }

    .RadGrid_Bootstrap a.btn-success,
    .RadGrid_Bootstrap a.btn-danger {
        color: #fff !important;
        text-decoration: none !important;
    }

.RadPicker_Bootstrap input.riTextBox {
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.RadInput_Bootstrap input.riTextBox {
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.RadInput_Bootstrap .riDisabled {
    background-color: #eee !important;
    color: #555 !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
}

.rg-filter-button {
    height:34px;
    padding-top:7px;
}

.rg-header-button {
    height:22px;
    margin-top:5px;
    margin-bottom:5px;
}

.rg-no-records-template {
    padding: 12px 10px;
    font-style: italic;
}

.RadUpload .ruBrowse { 
    height:34px !important;
}

.RadUpload_Bootstrap .ruFileLI {
    margin-bottom:10px !important;
}

.RadUpload_Bootstrap .ruFileLI .ruButton {
    font-size:14px !important;
    display:inline-block !important;
    padding-top:4px !important;
}

.RadDropDownList .rddlFakeInput {
    min-height: 20px !important;
}

.RadCalendarFastNavPopup {
    margin-left: -112px !important;
}

button.RadButton.RadRadioButton {
    text-align:left !important;
}

/* Tiles */

.tile {
    /*width: 100%;*/
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    color: #fff;
    padding: 20px;
    margin-bottom: 0;
}

.tile-title {
    margin-top: 0px;
}

.tile-blue {
    background-color: #2672EC;
}

/* timeline */

.timeline-centered {
    position: relative;
    margin-bottom: 0; /*30px;*/
}

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before {
        content: '';
        position: absolute;
        display: block;
        width: 4px;
        background: #f5f5f6;
        /*left: 50%;*/
        top: 20px;
        bottom: 20px;
        margin-left: 28px; /*30px;*/
    }

    .timeline-centered .timeline-entry {
        position: relative;
        /*width: 50%;
        float: right;*/
        margin-top: 5px;
        margin-left: 30px;
        margin-bottom: 10px;
        clear: both;
    }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry.begin {
            margin-bottom: 0;
        }

        .timeline-centered .timeline-entry.left-aligned {
            float: left;
        }

            .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
                margin-left: 0;
                margin-right: -18px;
            }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
                    left: auto;
                    right: -100px;
                    text-align: left;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
                    float: right;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
                    margin-left: 0;
                    margin-right: 70px;
                }

                    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
                        left: auto;
                        right: 0;
                        margin-left: 0;
                        margin-right: -9px;
                        -moz-transform: rotate(180deg);
                        -o-transform: rotate(180deg);
                        -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

        .timeline-centered .timeline-entry .timeline-entry-inner {
            position: relative;
            margin-left: -20px;
        }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
                position: absolute;
                left: -100px;
                text-align: right;
                padding: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
                    display: block;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
                        font-size: 15px;
                        font-weight: bold;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
                        font-size: 12px;
                    }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
                background: #fff;
                color: #737881;
                display: block;
                width: 40px;
                height: 40px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
                text-align: center;
                -moz-box-shadow: 0 0 0 5px #f5f5f6;
                -webkit-box-shadow: 0 0 0 5px #f5f5f6;
                box-shadow: 0 0 0 5px #f5f5f6;
                line-height: 40px;
                font-size: 15px;
                float: left;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
                    background-color: #303641;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
                    background-color: #ee4749;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
                    background-color: #00a651;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
                    background-color: #21a9e1;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
                    background-color: #fad839;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
                    background-color: #cc2424;
                    color: #fff;
                }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
                position: relative;
                background: #f5f5f6;
                padding: 0.5em;
                margin-left: 60px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 9px 9px 9px 0;
                    border-color: transparent #f5f5f6 transparent transparent;
                    left: 0;
                    top: 10px;
                    margin-left: -9px;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
                    color: #737881;
                    font-family: "Noto Sans",sans-serif;
                    font-size: 12px;
                    margin: 0;
                    line-height: 1.428571429;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
                        margin-top: 15px;
                    }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
                    font-size: 16px;
                    margin-bottom: 0; /*10px;*/
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
                        color: #303641;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
                        -webkit-opacity: .6;
                        -moz-opacity: .6;
                        opacity: .6;
                        -ms-filter: alpha(opacity=60);
                        filter: alpha(opacity=60);
                    }


.requirements-completion-panel {
    page-break-after: always;
}

.requirements-select-button-group {
    padding: 8px;
    padding-top: 0;
    border-bottom: 1px solid #ddd;
}

@media print {
    #ddlCounselor-help-block { display: none; }

    .requirements-select-button-group { display: none; }

    /* The standalone checkbox square*/
    .checkbox {
        width: 20px;
        height: 20px;
        border: 1px solid #000;
        display: inline-block;
    }

    /* This is what simulates a checkmark icon */
    /*.checkbox.checked:after {
        content: '';
        display: block;
        width: 4px;
        height: 7px; */

    /* "Center" the checkmark */
    /*position:relative;
        top:4px;
        left:7px;
  
        border: solid #000;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);

}*/
}

.requirements-completion-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}