﻿.k-i-loading {
    background-image: url(kendo/2018.1.221/Bootstrap/loading.gif)
}

.k-loading-image {
    background-image: url(kendo/2018.1.221/Bootstrap/loading-image.gif)
}

k-progressbar-indeterminate {
    background: url(kendo/2018.1.221/Bootstrap/loading-image.gif)
}

.k-slider-horizontal .k-tick {
    background-image: url(kendo/2018.1.221/Bootstrap/slider-h.gif)
}

.k-slider-vertical .k-tick {
    background-image: url(kendo/2018.1.221/Bootstrap/slider-v.gif)
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

#sideMenu {
    background-color: #daecf4;
    height: 100%;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.sideMenuItemText {
    font-family: Arial;
    font-size: 1.5em;
    color: #1d44ad;
}

.sideSubMenuItemText {
    font-family: Arial;
    font-size: 1.3em;
    color: #1d44ad;
}


.introMessageText {
    font-family: Arial;
    font-size: 2.0em;
    color: #800000;
}


.table_header_row {
    background-repeat: repeat-x;
    background: -webkit-linear-gradient(top, #2F2727, #1a82f7);
    background: -moz-linear-gradient(top, #2F2727, #1a82f7);
    background-color: #0000FF;
    color: white;
    font-weight: bold;
    padding: 3px 7px 7px 4px;
    white-space: nowrap;
}

.table_content_row {
    color: #4c4c4c;
    border-top-color: #d8d8d8;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 3px 3px 3px 3px;
    white-space: nowrap;
}

.table_content_bottom_row {
    background: -webkit-linear-gradient(top, #2F2727, #1a82f7);
    background: -moz-linear-gradient(top, #2F2727, #1a82f7);
    background-color: #0000FF;
    color: white;
    border-top-color: #d8d8d8;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #d8d8d8;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 3px 3px 3px 3px;
    white-space: nowrap;
}

.checkDetailTable {
    border-spacing: 10px;
    border-collapse: separate;
}

.align_cell_right {
    text-align: right;
}
/* hss added styles*/

.form_text_large_bold {
    font-family: Arial;
    font-weight: bold;
    font-size: x-large;
}

.form_text_med_bold {
    font-family: Arial;
    font-weight: bold;
    font-size: medium;
}

.form_title {
    font-family: Arial;
    font-weight: bold;
    font-size: large;
    text-align: center;
}

.form_small_print {
    font-family: Arial;
    font-size: x-small;
}

.form_verysmall_print {
    font-family: Arial;
    font-size: xx-small;
}

/* G4 Instructions begin*/
.indentG4Instructions {
    margin-left: 2.75em;
}

.clearListStyleType {
    list-style-type: none;
}

.listG4InstructionsLvl1 {
    list-style: upper-alpha;
    margin-left: 2.25em;
}

.listG4InstructionsLvl2 {
    list-style: lower-alpha;
    margin-left: 2.5em;
}

.listG4InstructionsLvl3 {
    list-style: decimal;
    margin-left: 2.75em;
}

hr.form_line {
    display: block;
    height: 1px;
    border-top: 1px solid #000000;
    margin: .2em;
    padding: 0;
}

.wsReadOnly {
    background-color: #e2e2e2;
    border: 1px solid lightgray;
}

.merged {
    margin: 10px;
}

    .merged .input-group-addon {
        border-right: 0px;
        background-color: #FFFFFF;
    }

    .merged input {
        border-left: 0px;
        background-color: #FFFFFF;
    }

body {
    padding-top: 65px;
}

/*style file dialog code*/
.fileButton::-webkit-file-upload-button {
    visibility: hidden;
}

.fileButton:before {
    content: 'Select a file';
    display: inline-block;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 1px 1px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.fileButton:hover:before {
    border-color: black;
}

.fileButton:active:before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}


table.withCellSpacing {
    border-spacing: 10px;
}


.container-harris {
    padding-top: 150px;
    padding-right: 50px;
    margin: 0 auto;
    width: 150px;
    float: left;
}

    .container-harris .harris a {
        float: left;
        padding-right: 50px;
        display: block;
        width: 140px;
        height: 43px;
        background: url(../Images/harris_school_solutions_logo_ex_small.png),no-repeat;
    }

.container-partner .softdocs a {
    display: block;
    width: 160px;
    height: 150px;
    background: url(../images/soft_docs.jpg),no-repeat;
}




@media only print {

    #siteMenu {
        display: none !important;
    }
}
/*main screen responsive design*/

@media only screen and (max-width: 1000px) {
    .container-harris {
        display: none;
    }

    .introMessageText {
        font-size: 1.5em;
    }
}
