﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background-color: #f5f5f5;
    font-size: 12px;
    /*font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;*/
    margin: 0;
    padding: 0;
    color: #696969;
}
a:link {
    color: #0033A0;
    text-decoration: none;
}

a:visited {
    color: #0033A0;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #0033A0;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

a img {
    border: none;
}

header, footer, nav, section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 1118px;
    margin-left: auto;
    margin-right: auto;
}

.top-info {
    padding: 3px 7px 5px;
}

.top-info, .admin-top-info {
    color: #555;
    width: 1120px;
    font-family: "Arial", "Sans-Serif";
    text-shadow: 1px 1px 2px #fff;
    /*background-color: #999;*/
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 1%, #dbdbdb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#eeeeee), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 1%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 1%,#dbdbdb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 1%,#dbdbdb 100%); /* IE10+ */
    background: linear-gradient(top, #eeeeee 1%,#dbdbdb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px; /*border-bottom:1px solid #fff;*/
    border-left: 1px solid #bbb;
    border-right: 2px solid #ccc;
    border-bottom: 1px solid #bbb;
}

a.admin-link, a.red {
    padding: 5px;
    margin-top: -5px;
    float: right;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-shadow: -1px -1px 0 #0A4F8A;
}

.clickedButtonBorder {
    border-left: 1px solid red !important;
    border-top: 1px solid red !important;
    border-right: 1px solid red !important;
    border-bottom: 1px solid red !important;
}

a.admin-link {
    border-left: 1px solid #3fa2fb;
    border-top: 1px solid #3fa2fb;
    border-right: 1px solid #0033A0;
    border-bottom: none;
}

.admin-top-logout-info {
    width: 1118px;
}

.admin-top-info {
    padding: 5px 0 0 12px;
    height: 32px;
    position: relative;
    margin: 0;
    border: 1px solid #0033A0;
    text-align: left;
    background: #0033a0; /* Old browsers */
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #fff;
    text-shadow: -1px -1px 0 #0A4F8A;
}



.username-info {
    font-weight: bold;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

.page-header {
    width: 100%;
    height: 48px;
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 1%, #dbdbdb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#eeeeee), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 1%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 1%,#dbdbdb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 1%,#dbdbdb 100%); /* IE10+ */
    background: linear-gradient(top, #eeeeee 1%,#dbdbdb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
    /*border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;*/
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
}

.page-header {
    margin-right: 4px;
}

    .page-header h2 {
        float: left;
        color: #555;
        font-size: 15px;
        font-family: "Arial", "Sans-Serif";
        margin: 11px 14px 0 20px;
        text-shadow: 1px 1px 2px #fff;
    }

.page-actions {
    padding: 7px 0px;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
    background-color: #fbfbfb;
    width: 100%;
    margin: 10px 0 0;
    border: 1px solid #d7d6d6;
    clear: both;
    /*border-radius: 10px;*/
    /*-webkit-border-radius: 10px;
    -moz-border-radius: 10px;*/
}

footer, #footer {
    background-color: #f5f5f5;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

#loading {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    display: none;
    background-color: rgba(0,0,0,0.5);
}

#loading-gif {
    position: fixed;
    width: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
}

a.MultiFile-remove {
    text-decoration: none;
    color: #AA5050;
    font-weight: bold;
}

    a.MultiFile-remove:hover, a.MultiFile-remove:active {
        text-decoration: underline;
    }
/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    padding: 0;
    position: relative;
    margin: 0;
    height: 125px;
    text-align: left;
    width: 100%;
}

   /* ul#menu li:first-child {
        border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
    }
*/
    ul#menu li {
        list-style: none;
    }



        /*ul#menu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }*/
        
        /*ul#menu li a {
            height: 100%;
            font-weight: bold;
            text-decoration: none;
            color: #fff;
            text-shadow: -1px -1px 0 #0a4f8a;
        }
*/

        /*ul#menu li.logo {
            padding: 0;
            margin: 0;
            margin-right: 1px;
            height: 50px;
            line-height: normal;
            border: none;
        }*/

           /* ul#menu li.logo img {
                border-radius: 5px 0 0 5px;
                -moz-border-radius: 5px 0 0 5px;
                -webkit-border-radius: 5px 0 0 5px;
            }*/

        ul#menu li.logout {
            border-radius: 0 5px 5px 0;
            -moz-border-radius: 0 5px 5px 0;
            -webkit-border-radius: 0 5px 5px 0;
        }

        ul#menu li.logout, a.red {
            background: rgb(229,124,113); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1N2M3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZTU2NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, rgba(229,124,113,1) 0%, rgba(174,86,77,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,124,113,1)), color-stop(100%,rgba(174,86,77,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(229,124,113,1) 0%,rgba(174,86,77,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(229,124,113,1) 0%,rgba(174,86,77,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(229,124,113,1) 0%,rgba(174,86,77,1) 100%); /* IE10+ */
            background: linear-gradient(top, rgba(229,124,113,1) 0%,rgba(174,86,77,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e57c71', endColorstr='#ae564d',GradientType=0 ); /* IE6-8 */
            border-top: 1px solid #fa9b91;
            border-left: 1px solid #fa9b91;
            border-right: 1px solid #ae564d;
            border-bottom: none;
            text-shadow: -1px -1px 0 #ae564d;
        }

            ul#menu li.logout, ul#menu li.logout a {
                text-shadow: -1px -1px 0 #ae564d;
            }

        ul#menu li.selected a {
            background-color: #fff;
            color: #000;
        }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0 10px 10px;
    margin: 10px;
}

legend {
    font-size: 13px;
    font-weight: bold;
}

textarea {
    padding: 6px 10px !important;
}

/*textarea, input[type="text"], input[type="password"], select, p.disabled, input.k-textbox {*/
    /*font-size: 16px !important;*/
    /*margin: 0;*/
    /*padding: 5px;*/
    /*border: 1px solid #bbb;*/
    /*-moz-box-shadow: inset 0px 1px 3px #ccc;
    -webkit-box-shadow: inset 0px 1px 3px #ccc;
    box-shadow: inset 0px 1px 3px #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    /*font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;*/
/*}*/

textarea {
    /*min-height: 75px;    */
}

/*input[type="text"], input[type="password"], p.disabled, input.k-textbox, textarea {
    color: #444;
    width: 180px;
}*/



/* --- Telerik --- */

.k-picker-wrap .k-select, .k-dropdown-wrap .k-select {
    height: 28px;
    width: 20px;
}

.k-dropdown-wrap .k-icon {
    margin-top: 6px;
    margin-left: 2px;
}

/*.k-autocomplete, .k-textbox[type="text"], .k-formatted-value {
    padding: 5px;
}*/

.k-picker-wrap {
    padding-right: 36px;
}

/* --- Telerik end --- */

p.disabled {
    padding: 2px 5px;
    background-color: #ededed;
}

/*select {
    color: #444;
    width: 190px;
}

.k-widget.k-combobox {
    width: 190px;
}

.k-widget.k-dropdown {
    width: 190px;
}
*/
/*input[type="submit"], #btnSrsEdit, button, a.loginLink, a.loginLink:active, a.loginLink:hover, .btn btn-primary btn-sm , a.button, a.btnPrint {
    font-size: 11px;
    font-weight: bold;
    padding: 6px 6px;
    background: #0033a0;*/ /* Old browsers */
    /*border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    /*color: #fff;
    text-shadow: -1px -1px 0 #555;
    border: 1px solid #115c9f;*/
    /*border-top: 1px solid #3da2fa;*/
    /*-moz-box-shadow: 0 -1px 0 #115c9f;
    -webkit-box-shadow: 0 -1px 0 #115c9f;
    box-shadow: 0 -1px 0 #115c9f;*/
    /*cursor: pointer;
}*/

    a.loginLink, a.loginLink:active, a.loginLink:hover {
        padding: 10px;
        text-decoration: none;
        font-size: 20px;
        font-weight: bold;
        display: block;
    }

    /*input[type="submit"].grey, input[type="button"].grey, button.grey {
        color: #333;
        text-shadow: 1px 1px 0 #eee;
        background: #e5e5e5;*/ /* Old browsers */
        /*background: -moz-linear-gradient(top, #e5e5e5 0%, #c2c2c2 100%);*/ /* FF3.6+ */
        /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#c2c2c2));*/ /* Chrome,Safari4+ */
        /*background: -webkit-linear-gradient(top, #e5e5e5 0%,#c2c2c2 100%);*/ /* Chrome10+,Safari5.1+ */
        /*background: -o-linear-gradient(top, #e5e5e5 0%,#c2c2c2 100%);*/ /* Opera 11.10+ */
        /*background: -ms-linear-gradient(top, #e5e5e5 0%,#c2c2c2 100%);*/ /* IE10+ */
        /*background: linear-gradient(top, #e5e5e5 0%,#c2c2c2 100%);*/ /* W3C */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#c2c2c2',GradientType=0 );*/ /* IE6-9 */
        /*border: 1px solid #a6a6a6;
        border-top: 1px solid #fbfbfb;
        -moz-box-shadow: 0 -1px 0 #a6a6a6;
        -webkit-box-shadow: 0 -1px 0 #a6a6a6;
        box-shadow: 0 -1px 0 #a6a6a6;
    }*/

/* TABLE
----------------------------------------------------------*/

#tablestd {
    border-collapse: collapse;
}

    #tablestd td {
        padding: 3px 5px;
    }

    #tablestd th {
        padding: 6px 5px;
        text-align: left;
        background-color: #e8eef4;
    }

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}


.error {
    color: Red;
}

.red-border {
    border: 1px solid #AA5050;
}

.blue-border {
    border: 1px solid #1B74C6;
}

.rounded {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.stretch {
    width: 100%;
}

.ninety {
    width: 95%;
}


.large {
    float: left;
    width: 1030px;
    padding: 10px;
    margin: 10px;
}

.medium-container {
    float: left;
    width: 470px;
}

.medium {
    float: left;
    width: 435px;
    padding: 10px;
    margin: 10px;
}

.big {
    float: left;
    width: 850px;
    padding: 10px;
    margin: 10px;
}

.small {
    float: left;
    width: 280px;
    padding: 5px;
    margin: 10px;
}

.light-row, .dark-row {
    padding: 7px;
}

.light-row {
}

.dark-row {
    background-color: #EFF2F6;
}


.columns2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.input-desc {
    width: 200px;
}

.thumbnail-column {
    width: 64px;
}

/*nav, #menucontainer {
    margin-top: 10px;
}*/

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

    #logindisplay a:link {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-pas {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/

.float-content div {
    float: left;
    width: 100px;
}

.display-label, .editor-label {
    margin: 0;
}

.display-field, .editor-field {
    margin: 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

.btnLinkMarginRight {
    margin-right: 4px;
}

/*input[type="submit"].link-button, input[type="button"].link-button, button.link-button, a.link-button {
    color: #333;
    text-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    background: none;
    text-decoration: underline;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
*/
/* simple css-based tooltip */
.tooltip {
    background-color: #000;
    border: 1px solid #fff;
    padding: 10px 15px;
    display: none;
    color: #fff;
    text-align: left;
    font-size: 12px; /* outline radius for mozilla/firefox only */
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}

a.btn, .button:active, .button:hover, .button:visited {
    color: White;
    text-decoration: none;
}

input.validationError, select.validationError, textarea.validationError, div.validationError input, div.k-widget.k-combobox.k-header.validationError input {
    border: 1px solid Red !important;
}

.k-widget.k-dropdown.validationError {
    border: 1px solid Red !important;
}

a.k-button {
    color: white;
}

button.k-grid-delete, .k-button, .k-button-icon, .k-grid-delete {
    background-color: Red;
    moz-box-shadow: 0 0 0 #115c9f;
    -webkit-box-shadow: 0 0 0 #115c9f;
    box-shadow: 0 0 0 #115c9f;
    color: white;
}

.imageButton {
    background: transparent;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px; /* equivalent to 'top left' */
    border: none; /* assuming we don't want any borders */
    cursor: pointer; /* make the cursor like hovering over an <a> element */
    height: 16px;
    padding-left: 16px; /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

.imgEdit {
    background-image: url(/Content/Img/edit.png); /* 16px x 16px */
}

.imgDelete {
    background-image: url(/Content/Img/delete2.png); /* 16px x 16px */
}

.validation-summary-errors {
    color: #fd0505;
}

.k-grid table {
    table-layout: fixed;
}

#dvTable table {
    border-collapse: collapse;
    border-style: hidden;
}

    #dvTable table td {
        border: 1px solid black;
        padding: 10px;
    }

.dvContent .k-block {
    background: white !important;
}


.srsTable td label {
    margin-left: 6px;
}

.srsContentTable td label {
    padding-left: 15px;
}

.spanHelp {
    cursor: pointer;
}

.imgHelpIcon {
    width: 26px;
}

.srsLink a {
    text-decoration: none;
}

    .srsLink a:hover {
        text-decoration: underline;
    }

.srsFirstPageHeading {
    font-weight: bold;
    color: black;
    padding-bottom: 6px;
}

.k-numeric-wrap {
    padding-right: 0px !important;
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.SrsHeaderSticky {
    z-index: 999999;
    position: fixed;
    top: 0;
    width: 1115px;
    text-align: right;
}
