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+ */
}

label {
    font-weight: normal;
    font-size: 11pt;

}



/* 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;
}

/* 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;
}


a, a:visited, a:hover, a:focus, a:active {
    color: #0092BC;
    text-decoration: none;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}


.verticalAlignTextBottom {
    vertical-align: text-bottom;
}


p {
    margin-bottom: 20px;
}

h2 {
    margin-bottom: 20px;
}


    h2 a, h2 a:visited, h2 a:hover, h2 a:focus, h2 a:active {
        color: #ffffff;
    }


hr {
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    margin: 1.4em 0;
    border: none;
    background: #ddd;
    background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0, rgb(255,255,255)), color-stop(0.1, rgb(221,221,221)), color-stop(0.9, rgb(221,221,221)), color-stop(1, rgb(255,255,255)) );
    background-image: -moz-linear-gradient( left center, rgb(255,255,255) 0%, rgb(221,221,221) 10%, rgb(221,221,221) 90%, rgb(255,255,255) 100% );
}


/* End Global */


/* Header */

#header {
    width: 100%;
    background: #ffffff;
    height: 80px;
    z-index: 100;
}

    #header .container {
        line-height: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }

#sign-in-bar {
    width: 100%;
    height: 30px;
    background: #59CBE8;
}

    #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: 550px;
    height: 40px;
    margin-top: 5px;
    background: url(/../Assets/Cust/5af814e8-3b58-4704-ace1-6e13e415f23e/Images/7b3d8954-a52c-4c6e-b90e-af32666e3b15.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;
    color: #333333;
}


    #main-nav li a:hover {
        color: #0092BC;
        background: #000000;
        background: rgba(0,0,0,0.2);
    }


/* 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;
    -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: #24509A;
    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;
        display: inline-block;
    }

    #sub-nav .menu li {
        display: inline-block;
        margin-right: -.25em;
    }

    #sub-nav li a {
        padding: 0 10px;
        display: block;
        color: #FFFFFF;
        -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: #59CBE8;
            background: #ffffff;
            background: rgba(255,255,255,0.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;
}

    #footer .container {
        height: 80px;
        line-height: 80px;
        color: #E6E6E6;
        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  */


.k-textbox {
    font-size: 11pt !important;   
}


textarea {
    color: #333333 !important;
    font-size: 11pt !important;
    border-radius: 1em;
    outline: none;
    resize: none;
}



input {
    color: #333333 !important;
    /*font-weight: lighter !important;
    font-size: 10pt !important;
    background-color: #FAFEFF !important;*/
}

::-webkit-input-placeholder {
    color: #6699CC !important;
    /*font-weight: lighter !important;*/
    font-size: 10pt !important;
}

input:-moz-placeholder {
    color: #6699CC !important;
    /*font-weight: lighter !important;*/
    font-size: 10pt !important;
}

input:-ms-input-placeholder {
    color: #6699CC !important;
    /*font-weight: lighter !important;*/
    font-size: 10pt !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;
}






/* LinkBox  */

.boxlink {
    background: url(/../Assets/Images/boxBack.gif);
    background-repeat: no-repeat;
    color: #0092BC;
    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-widget {
    font-size: 14px;
}

.k-button {
    /*font-weight: 600;
    color: #333333 !important;
    height: 28px;*/
    font-size: 10pt !important;

}


/*.k-dropdown {
    font-weight: bold;
    color: #333333 !important;
    font-size: 9pt !important;
}*/

.k-datepicker {
    width: 125px !important;
}

    .k-datepicker > span > input {
        height: 26px !important;
    }

div.k-dropzone {
    border: 1px solid #c5c5c5;
}

    div.k-dropzone em {
        visibility: visible;
    }


.defaultGrid {
    height: 450px;
}


/*#tabstrip .k-state-active .k-link {
    font-weight: 700;
    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;
    }


    

div.k-tabstrip {
    background: none transparent;
    border-width: 0;
}

.k-content.k-state-active {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}


.k-tabstrip:focus {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}



/* 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;
}


.colDivider {
    background-image: url(/../Assets/images/divider.gif);
    width: 5px;
    min-height: 300px;
}

/* End TNS Page Sections */


/* Form Input Sizes */

.td-MultiInput {
    padding-right: 5px;
}

.txtWidth365 {
    width: 365px !important;
}

.txtWidth180 {
    width: 180px !important;
}

.formGrouping {
    color: #652D90 !important;
    font-weight: bold !important;
    font-size: 11pt !important;
    padding-top: 10px;
    padding-bottom: 5px;
}

.formGroupingMedium {
    color: #652D90 !important;
    font-weight: bold !important;
    font-size: 14pt !important;
    padding-top: 10px;
    padding-bottom: 5px;
}

.formGroupingLarge {
    color: #652D90 !important;
    font-size: 20pt !important;
    padding-top: 10px;
    padding-bottom: 5px;
}

.padTop5 {
    padding-top: 5px;
}

.padLeft5 {
    padding-left: 5px;
}

.padRight5 {
    padding-right: 5px;
}

.padLeft10 {
    padding-left: 10px;
}

.padRight10 {
    padding-right: 10px;
}

.padTop10 {
    padding-top: 10px;
}

.editor-label {
    display: inline-block;
    font-size: 11pt !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: 11pt !important;
    color: #333333 !important;
    float: left;
    margin-right: 5px;
    padding-top: 9px;
    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 */

.TnsParagraph {
    text-indent: 2em !important;
    text-decoration: none;
    color: #000000;
    font-size: 11pt;
    line-height: 20px;
}


.tnsInfoList {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .tnsInfoList 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: 11pt;
    }

        .tnsInfoList li a {
            font-size: 10pt;
            color: #0092BC;
            text-decoration: none;
        }

/* End TNS HTML Elements */



/* 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: #0097A9;
            color: #ffffff;
            text-decoration: none;
        }


            #breadcrumb a:hover:before {
                border-color: #0097A9;
                border-left-color: transparent;
            }

            #breadcrumb a:hover:after {
                border-left-color: #0097A9;
            }

/* End Breadcrumb */




/* Notification */


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;
    text-transform: none;
    padding: 10px 10px 5px;
}

.notification-info img {
    float: left;
    margin: 10px 15px 30px 30px;
}
/* End Notification */



/* Page Notification */

.page-notification-success {
    color: #339900;
    font-size: 18pt;
}

.page-notification-error {
    color: #CC3300;
    font-size: 18pt;
}

.page-notification-warning {
    color: #CC6600;
    font-size: 18pt;
}

.page-notification-info {
    color: #3366CC;
    font-size: 18pt;
}



/* End Page 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 */


/* 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 */






/* Widget */



.widget.placeholder {
    -ms-opacity: 0.4;
    opacity: 0.4;
    border: 1px dashed #a6a6a6;
}

.widget {
    margin: 0 0 20px;
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    -ms-border-radius: 3px;
    border-radius: 3px;
    cursor: move;
}

    .widget:hover {
        background-color: #fcfcfc;
        border-color: #cccccc;
    }

    .widget div {
        padding: 10px;
        min-height: 50px;
    }

    .widget h3 img {
        padding-right: 5px;
    }

    .widget h3 {
        font-size: 12px;
        padding: 8px 10px;
        vertical-align: middle;
        text-transform: uppercase;
        border-bottom: 1px solid #e7e7e7;
    }

        .widget h3 span {
            float: right;
        }

            .widget h3 span:hover {
                cursor: pointer;
                background-color: #e7e7e7;
                -ms-border-radius: 20px;
                border-radius: 20px;
            }


/* End Widget */
