﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


#tnsWrapper {
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    -moz-min-width: 1080px;
    -ms-min-width: 1080px;
    -o-min-width: 1080px;
    -webkit-min-width: 1080px;
    min-width: 1080px;
    width: 100%;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    -webkit-quotes: none;
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}



/* End reset */

/* Utilities */

.group:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.container {
    max-width: 1080px;
    -moz-min-width: 800px;
    -ms-min-width: 800px;
    -o-min-width: 800px;
    -webkit-min-width: 800px;
    min-width: 800px;
    margin: 0 auto;
    padding: 0;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.two-column {
    width: 50%;
    float: left;
}

.three-column {
    width: 33.33%;
    float: left;
}

/* End Utilities */


/* Global */


html, body {
    height: 101% !important;
    min-height: 100%; /* for firefox */
    -moz-min-width: 800px;
    -ms-min-width: 800px;
    -o-min-width: 800px;
    -webkit-min-width: 800px;
    min-width: 800px;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -80px;
}

    .page-wrap:after {
        content: "";
        display: block;
    }

    .footer, .page-wrap:after {
        height: 80px;
    }

body {
    font-family: 'Segoe UI', tahoma, arial, helvetica, sans-serif;
    font-size: 14pt;
    color: #000000;
    line-height: 1.25;
}

h1, h2, h3 {
    text-transform: uppercase;
}

h2 {
    font-size: 20pt;
    font-weight: bold;
}

.bold {

   font-weight: bold;
}

a, a:visited,
a:hover,
a:focus,
a:active {
    color: #cc0000;
    text-decoration: none;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

p {
    margin-bottom: 20px;
}

h2 {
    margin-bottom: 20px;
}


    h2 a, h2 a:visited,
    h2 a:hover,
    h2 a:focus,
    h2 a:active {
        color: #ffffff;
    }
/* End Global */


/* Header */
#header {
    width: 100%;
    background: #E6E6E6;
    height: 80px;
    z-index: 100;
}

    #header .container {
        line-height: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }

#sign-in-bar {
    width: 100%;
    height: 30px;
    background: #0092BC;
}

    #sign-in-bar .container {
        line-height: 30px;
    }

    #sign-in-bar span {
        float: right;
        font-size: 10pt;
        color: #ffffff;
    }


    #sign-in-bar a {
        color: #ffffff;
    }



.site-title a {
    width: 160px;
    height: 24px;
    margin-top: 13px;
    background: url(/../Assets/Images/teamnet-logo-web.png) no-repeat;
    float: left;
    text-indent: -9999em;
}

/* Main Navigation */
#main-nav {
    float: right;
}

    #main-nav ul {
        display: block;
    }

#main-header:after {
    content: "";
    clear: both;
    display: block;
}

#main-nav ul li {
    display: inline-block;
    margin-right: -.25em;
}

#main-nav li a {
    padding: 0 10px;
    display: block;
    -webkit-transition: background-color 0.6s ease;
    -moz-transition: background-color 0.6s ease;
    -ms-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}

    #main-nav li a:hover {
        /*color: #0092BC;
        background: #000000;
        background: rgba(0,0,0,.2);*/
        color: olive;
        background: red;
        background: rgba(56,0,256,.3);
    }


/* Drop Down Menu */
#main-nav ul .drop-down {
    width: 100%;
    -moz-min-width: 800px;
    -ms-min-width: 800px;
    -o-min-width: 800px;
    -webkit-min-width: 800px;
    min-width: 800px;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 80px;
    left: 0;
    /*background: #4a4a4a;*/
    background: orangered;
    -webkit-transition: height 0.2s ease-in;
    -moz-transition: height 0.2s ease-in;
    -ms-transition: height 0.2s ease-in;
    -o-transition: height 0.2s ease-in;
    transition: height 0.2s ease-in;
}

#main-nav ul div ul {
    text-align: right;
}

.no-touch #main-nav > ul > li:hover > div, #main-nav ul .drop-down.expand {
    height: 50px;
}

#main-nav ul ul li {
    display: inline-block;
    margin-right: -.25em;
}

    #main-nav ul ul li a {
        color: #FFFFFF;
    }

/* Sub Nav */
#sub-nav {
    width: 100%;
    height: 50px;
    /*background: #1A1A1A;*/
    background: yellowgreen;
    display: block;
    z-index: 9999990;
}

    #sub-nav .container {
        line-height: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #sub-nav nav {
        float: right;
    }

    #sub-nav h2 {
        font-size: 15pt;
        /*color: #E6E6E6;*/
        color: pink;
        display: inline-block;
    }

    #sub-nav .menu li {
        display: inline-block;
        margin-right: -.25em;
    }

    #sub-nav li a {
        padding: 0 10px;
        display: block;
        /*color: #E6E6E6;*/
        color: yellow;
        -webkit-transition: background-color 0.8s ease;
        -moz-transition: background-color 0.8s ease;
        -ms-transition: background-color 0.8s ease;
        -o-transition: background-color 0.8s ease;
        transition: background-color 0.8s ease;
    }

        #sub-nav li a:hover {
            /*color: #0092BC;*/
            color: olivedrab;
            background: mediumaquamarine;
            background: rgba(105,205,180,.8);
            /*background: #ffffff;
            background: rgba(255,255,255,.2);*/
        }

#sub-nav-scroll {
    float: right;
    margin-left: 20px;
}

.pinned #sub-nav {
    position: fixed;
    top: 0;
}

html.pinned {
    padding-top: 50px;
}


/* End Header */

/* Footer */

#footer {
    width: 100%;
    /*background: #1A1A1A;*/
    background: #E84E23;
}

    #footer .container {
        height: 80px;
        line-height: 80px;
        /*color: #E6E6E6;*/
        color: yellow;
        padding-left: 10px;
        padding-right: 10px;
    }

        #footer .container span {
            float: left;
        }

    #footer #footer-logo {
        float: right;
        background: url(/../Assets/Images/teamnet-logo-squares.png) no-repeat center right;
        padding-right: 60px;
    }

    #footer a {
        color: #ffffff;
        position: relative;
    }

/* End Footer */



/* Content */

#main-content {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 7px;
    padding-right: 7px;
    width: 1080px;
}



/* End Content */


/* HTML Input Boxes  */

input {
    color: #000000 !important;
    /*color: #333333 !important;*/
    font-weight: normal;
    font-size: 12pt !important;
}

::-webkit-input-placeholder {
    color: #6699CC !important;
    font-weight: lighter !important;
    font-size: 12pt !important;
}

input:-moz-placeholder {
    color: #6699CC !important;
    font-weight: lighter !important;
    font-size: 12pt !important;
}

input:-ms-input-placeholder {
    color: #6699CC !important;
    font-weight: lighter !important;
    font-size: 12pt !important;
}




/* End HTML Input Boxes  */


input[type=checkbox],
input[type=radio] {
    display: inline-block;
    font-size: 15px;
    line-height: 1em;
    margin: 0 0.25em 0 0;
    padding: 0;
    width: 1.1em;
    height: 1.1em;
    -webkit-border-radius: 0.25em;
    vertical-align: text-top;
}

input[type=radio] {
    -webkit-border-radius: 2em; /* Make radios round */
}






/* LinkBox  */

.boxlink {
    background: url(/../Assets/Images/boxBack.gif);
    background-repeat: no-repeat;
    /*color: #003366;*/
    color: firebrick;
    cursor: pointer;
    font-size: 9pt;
    font-weight: bold;
    height: 100px;
    line-height: 20pt;
    padding-top: 15px;
    text-align: center;
    text-decoration: underline;
    vertical-align: top;
    white-space: nowrap;
    width: 120px;
    text-decoration: none;
}

.underline {
    text-decoration: underline;
}

.linkitem {
    float: left;
    padding-right: 20px;
}


/* End LinkBox  */

/* Kendo Controls Defaults */


.k-button {
    font-size: 10pt !important;
    /*font-weight: 600;
    color: #333333 !important;
    height: 28px;*/
}


.k-dropdown {
    /*font-weight: bold;*/
    /*color: #373737 !important;*/
    /*color: orangered !important;*/
    font-size: 10pt !important;
}

.defaultGrid {
    height: 450px;
}




#tabstrip .k-state-active .k-link {
    /*font-weight: 700;*/
    /*color: #00A651;*/
   /*color: #00A651;*/
    
}

#tabstrip .k-link {
    font-size: 11pt;
}



div.k-tabstrip {
    background: none transparent;
    border-width: 0;
}

    div.k-tabstrip .k-tabstrip-items {
        padding: 0;
    }

    div.k-tabstrip .k-content {
        margin: 0;
    }

/* End Kendo Controls Defaults */


/* Default Divs  */


.floatLeft {
    float: left;
}


.floatRight {
    float: right;
}


.clearfix {
    clear: both;
}

/* End Default Divs  */


/* TNS Page Sections */

.contentPage {
    padding-top: 20px;
    padding-bottom: 20px;
}



.tabContent {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 20px;
}

.divAppPageTab {
    margin: 0;
}

.col500 {
    width: 500px;
}


/* End TNS Page Sections */


/* Form Input Sizes */

.td-MultiInput {
    padding-right: 5px;
}




.txtWidth365 {
    width: 365px !important;
}

.txtWidth180 {
    width: 180px !important;
}

.formGrouping {
    /*color: #652D90 !important;*/
    color: olivedrab !important;
    font-weight: bold !important;
    font-size: 11pt !important;
    padding-top: 10px;
    padding-bottom: 5px;
}

.padLeft5 {
    padding-left: 5px;
}

.padRight5 {
    padding-right: 5px;
}

.padLeft10 {
    padding-left: 10px;
}

.padRight10 {
    padding-right: 10px;
}


.padTop5 {
    padding-top: 5px;
}

.padBottom5 {
    padding-bottom: 5px;
}

.padTop10 {
    padding-top: 10px;
}

.padBottom10 {
    padding-bottom: 10px;
}




.editor-label {
    display: inline-block;
    font-size: .85em !important;
    color: #333333 !important;
    float: left;
    margin-right: 5px;
    padding-top: 9px;
    text-align: right;
    vertical-align: top;
    width: 125px;
}


.editor-field {
    clear: right;
    display: inline-block;
    float: left;
    padding-top: 5px;
    vertical-align: top;
    width: auto;
}

.editor-field-label {
    display: inline-block;
    font-size: .85em !important;
    color: #333333 !important;
    float: left;
    margin-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: left;
    vertical-align: top;
}

.formSpacer {
    padding-top: 3px;
    padding-bottom: 3px;
}



.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #000000, 0 0 8px #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    -ms-box-shadow: inset 0 1px 1px #000000, 0 0 8px #66afe9;
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px #000000, 0 0 8px #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.tr30 {
    height: 30px !important;
}


.verticalAlignTop {
    vertical-align: top;
}

/* End Form Table Input Sizes */

/* Button Classes */


.buttonLeft5 {
    width: auto;
    float: left;
    padding-right: 5px;
}

.buttonRight5 {
    width: auto;
    float: right;
    padding-left: 5px;
}




/* End Button Classes */

/* TNS HTML Elements */



.tns-info-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .tns-info-list li {
        background-image: url('/../Assets/Images/16x16/bullet_blue.png');
        background-repeat: no-repeat;
        background-position: 0 0;
        display: block;
        float: none;
        height: 25px;
        margin-top: 3px;
        text-indent: 20px;
        font-size: .8em;
    }

.tnsTextIndent {
    text-indent: 2em;
}

.tnsText {
    text-decoration: none;
    color: #333333;
    font-size: .85em;
    line-height: 20px;
}


.tnsLink {
    text-decoration: underline;
    color: #0092BC;
    font-weight: bold;
    font-size: .85em;
}

a:visited.tnsLink {
    text-decoration: underline;
    color: #0092BC;
    font-weight: bold;
    font-size: .85em;
}



/* End TNS HTML Elements */


/* Notification */

/* Error template */


div[class*='k-animation-container'] {
    z-index: 9999999 !important;
}

.k-notification {
    border: 0;
    z-index: 9999999 !important;
}

.k-notification-warning.k-group {
    background: #FFCC66 !important;
    color: #ffffff !important;
}

.k-notification-error.k-group {
    background: #F06063 !important;
    color: #ffffff !important;
}

.k-notification-success.k-group {
    background: #66CC66 !important;
    color: #ffffff !important;
}

.k-notification-info.k-group {
    background: #3399FF !important;
    color: #ffffff !important;
}

.notification-icon {
    width: 100%;
}

.notification-info h3 {
    font-size: 1em;
    padding: 10px 10px 5px;
}

.notification-info img {
    float: left;
    margin: 10px 15px 30px 30px;
}
/* End Notification */



/* BlockUI */
div.blockOverlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    -o-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    -webkit-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    -moz-opacity: .40;
    -ms-opacity: .40;
    opacity: .40;
    background-color: #eeeeee;
}

div.blockMsg {
    width: 40%;
    top: 30%;
    left: 30%;
    text-align: center;
    background-color: #ffffff;
    border: 2px solid #ddd;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 15px;
    color: #fff;
}
/* End BlockUI */

/* Breadcrumb */
#breadcrumb {
    margin-bottom: 10px;
    line-height: 30px;
    color: #666666;
    padding: 1px;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: .85em;
}

    #breadcrumb a {
        display: block;
        float: left;
        background: #F0F0F0;
        padding-right: 10px;
        height: 30px;
        margin-right: 31px;
        position: relative;
        text-decoration: none;
        color: #666666;
    }

        #breadcrumb a:last-of-type {
            margin-right: 25px;
        }

        #breadcrumb a:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            top: 0;
            left: -30px;
            border: 15px solid transparent;
            border-color: #F0F0F0;
            border-left-color: transparent;
        }

        #breadcrumb a:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            top: 0;
            right: -30px;
            border: 15px solid transparent;
            border-left-color: #F0F0F0;
        }

        #breadcrumb a:first-of-type {
            padding-left: 15px;
        }

            #breadcrumb a:first-of-type:before {
                display: none;
            }

        #breadcrumb a:hover {
            /*background: #0092BC;*/
            background: olivedrab;
            color: #fff;
            text-decoration: none;
        }

            #breadcrumb a:hover:before {
                /*border-color: #0092BC;*/
                border-color: olivedrab;
                border-left-color: transparent;
            }

            #breadcrumb a:hover:after {
                /*border-left-color: #0092BC;*/
                border-left-color: olivedrab;
            }
/* End Breadcrumb */



/* Password Stuff */
input[type="password"] {
    -webkit-text-security: square !important;
}

.invalid {
    background: url('/../Assets/Images/16x16/invalid.png') no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid {
    background: url('/../Assets/Images/16x16/valid.png') no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

.unset {
    background: url('/../Assets/Images/16x16/bullet_blue.png') no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #666666;
}
/* End Password Stuff */


/* Forms */


 

.form-table-label {
    padding-right: 10px;
    text-align: right;
    white-space: nowrap;
}


.form-table-label-125 {
    white-space: nowrap;
    width: 125px;
}
.form-table-label-75 {
    white-space: nowrap;
    width: 75px;
}

.form-table-label-top {
    padding-right: 10px;
    padding-top: 3px;
    text-align: right;
    vertical-align: top;
}

.formInputRow > td { padding-bottom: 10px; }


