/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-spacing: 0;
}


/* #Basic Styles
================================================== */
body {
    background: #fff;
    font: 12px/21px 'Verdana', 'Open Sans',Arial,Helvetica,sans-serif;
    color: #444;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}


/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #181818;
    font-family: 'Verdana', 'Open Sans',Arial,Helvetica,sans-serif;
    font-weight: bold;
}
    /*
	.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
		border-bottom: 1px solid #ccc;
		padding: 0 0 5px 0;
	}
*/
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-weight: inherit;
    }

h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 14px;
}

h2 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 10px;
}

h3 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 8px;
}

h4 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 4px;
}

h5 {
    font-size: 14px;
    line-height: 21px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

.subheader {
    color: #777;
}

h2.page-title {
    color: #FFFFFF !important;
    display: block;
    float: left;
    font-size: 22px;
    line-height: 36px;
    margin: 20px 70px 0 0;
    opacity: 0.75;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

p {
    margin: 0 0 20px 0;
}

    p img {
        margin: 0;
    }

    p.lead {
        font-size: 21px;
        line-height: 27px;
        color: #777;
    }

em {
    font-style: italic;
}

strong {
    font-weight: bold;
    color: #333;
}

small, .smtxt {
    font-size: 80%;
}

/*	Blockquotes  */
blockquote, blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

    blockquote cite {
        display: block;
        font-size: 12px;
        color: #555;
    }

        blockquote cite:before {
            content: "\2014 \0020";
        }

        blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
            color: #555;
        }

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}


/* #Links
================================================== */
a, a:visited {
    color: #333;
    text-decoration: underline;
    outline: 0;
}

    a:hover, a:focus {
        color: #000;
    }

p a, p a:visited {
    line-height: inherit;
}

th a {
    color: #333;
    text-decoration: none;
}

    th a:hover {
        color: #333;
        text-decoration: none;
    }

a.inv {
    color: #333;
    text-decoration: none;
}

tr:hover a.inv {
    color: #fff;
    text-decoration: none;
}

a.invasset {
    color: #333;
    text-decoration: none;
}



/* #Lists
================================================== */
ul, ol {
    margin-bottom: 20px;
}

ul {
    list-style: none outside;
}

ol {
    list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
    margin: 4px 0 5px 30px;
    font-size: 90%;
}

    ul ul li, ul ol li,
    ol ol li, ol ul li {
        margin-bottom: 6px;
    }

li {
    line-height: 21px;
    margin-bottom: 12px;
}

ul.large li {
    line-height: 21px;
}

li p {
    line-height: 21px;
}

/* #Images
================================================== */

img {
    height: auto;
}

.pdfImg {
    max-height: 20px !important;
}


/* #Buttons
================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background: #eee; /* Old browsers */
    background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
    background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
    background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
    background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
    background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
    background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    padding: 8px 10px;
    font-family: 'Verdana', 'Open Sans',Arial,Helvetica,sans-serif;
}

    .button:hover,
    button:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover {
        background: #ddd; /* Old browsers */
        background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
        background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
        background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
        background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
        background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
        background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
        border: 1px solid #888;
        border-top: 1px solid #aaa;
        border-left: 1px solid #aaa;
    }

    .button:active,
    button:active,
    input[type="submit"]:active,
    input[type="reset"]:active,
    input[type="button"]:active {
        border: 1px solid #666;
        background: #ccc; /* Old browsers */
        background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
        background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
        background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
        background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
        background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
        background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */
    }

    .button.full-width,
    button.full-width,
    input[type="submit"].full-width,
    input[type="reset"].full-width,
    input[type="button"].full-width {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }

    /* Fix for odd Mozilla border & padding issues */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }


/* #Forms
================================================== */

form {
    margin-bottom: 20px;
}

fieldset {
    margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    border: 1px solid #ccc;
    padding: 0px 0px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    max-width: 100%;
    display: block;
    margin-bottom: 5px;
    margin-right: 10px;
    background: #fff;
}

select {
    padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}

textarea {
    min-height: 60px;
}

label,
legend {
    display: block;
    font-weight: bold;
    font-size: 12px;
}

input[type="checkbox"] {
    display: inline;
}

label span,
legend span {
    font-weight: normal;
    font-size: 12px;
    color: #444;
}

.two-column label {
    width: 35%;
    float: left;
}

.two-column fieldset {
    width: 65%;
    float: left;
}

fieldset {
    white-space: nowrap;
}

.inline {
    display: inline !important;
}

.small {
    width: 25%;
}

.med {
    width: 50%;
}

.large {
    width: 98%;
}

.inline {
    display: inlne;
}

/* #Misc
================================================== */
.remove-bottom {
    margin-bottom: 0 !important;
}

.half-bottom {
    margin-bottom: 10px !important;
}

.add-bottom {
    margin-bottom: 20px !important;
}

.fine {
    font-size: 10px;
    color: #666;
    line-height: 13px;
}

    .fine p {
        margin-bottom: 5px;
    }

#chart_container {
    text-align: center;
}

#chartdivinv svg g:nth-of-type(12) tspan {
    font-weight: bold;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

/* #Table
================================================== */

/*table, thead, tbody, tr, tfoot { width: 100%; }*/
table {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 7px -1px #a9a9a9;
    margin: 20px 0;
}

tbody tr {
    border: white 1px solid;
}

thead th {
    border-bottom: 5px solid #29417f;
    text-align: left;
    padding: 4px 10px;
    font-weight: bold;
    vertical-align: middle;
}

td {
    padding: 1px 10px;
    vertical-align: middle;
}

tr:nth-of-type(2n+1) {
    background: #ededed;
}

tbody tr:hover, table.borderless tr:nth-of-type(2n+1):hover {
    background: #c6c6c6;
    color: #000000;
}

tfoot {
    text-align: left;
    font-weight: bold;
}

    tfoot th {
        border-top: 5px solid #29417f;
        padding: 4px 10px;
        vertical-align: top;
    }

.currency {
    text-align: right;
}

.center {
    text-align: center;
}

th.omega, td.omega {
    text-align: right;
}

table tr:first-child {
    border-radius: 5px 5px 0 0;
}

table.borderless {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

table.alternateColor thead tr th {
    border-bottom: 5px solid #29417f;
    text-align: left;
    padding: 4px 10px;
    font-weight: bold;
    vertical-align: middle;
}

table.alternateColor tfoot th {
    border-top: 5px solid #29417f;
    text-align: left;
    padding: 4px 10px;
    font-weight: bold;
    vertical-align: middle;
}

table.alternateColor tr:nth-of-type(2n+1) {
    background: #ededed !important;
}

table.alternateColor tr td {
    padding: 2px 10px;
}

table.nohower tr:nth-of-type(1n+1):hover {
    background: none;
}

table.nohower tr:nth-of-type(2n+1):hover {
    background: #ededed;
}

table.nohower tr:hover {
    color: inherit;
}

.alternateColor .align-right {
    text-align: right;
}

table.borderless tr:nth-of-type(2n+1) {
    background: none;
}

table.borderless td {
    border-bottom: 1px solid #ccc;
}

table.borderless tr:last-child td {
    border-bottom: none;
}

.key {
    width: 15px;
}

.colorkey {
    width: 15px;
    height: 15px;
}

.currency {
    text-align: right;
}

@media screen and (max-width : 800px) {
    table.bigTable {
        overflow-x: scroll;
        display: block;
    }

        table.bigTable .btn {
            float: none !important;
            margin: 10px 0 10px 0
        }
}

.percent {
    text-align: right;
}

.rightalign {
    text-align: right;
}


/*table.data tbody tr:hover, table.data tr:nth-of-type(2n+1):hover {background:#fff!important; color:#333;}
	table.data {
		border: none;
		border-radius: 0;
		box-shadow: none;
	}
	table.data tr:nth-of-type(2n+1) {background: none;}
	table.data td {
      padding: 2px 0px 2px 0px;
	}*/



table.data tbody tr:hover, table.data tr:nth-of-type(2n+1):hover {
    background: none;
    color: #333;
}

table.data {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

    table.data tr:nth-of-type(n) {
        background: none;
    }

    table.data td {
        padding: 2px 0px 2px 0px;
    }


table.tabledata td {
    font-size: 14px;
}

table.noborder {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

table.nopaddingmargin {
    padding: 0px;
    margin: 0px;
}

.width50percent {
    width: 50%;
}

.width55percent {
    width: 55%;
}

tbody.scrollContent {
    max-height: 460px;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    width: 100%;
}

thead.fixedheader {
    display: table;
    width: 100%
}




/* Buttons
================================================== */

.btn {
    border-radius: 5px;
    box-shadow: 2px 2px 7px 0px #a9a9a9;
    cursor: pointer;
    display: inline-block;
    padding: 5px 15px;
    font-weight: normal;
}

    .btn.right {
        float: right;
    }

    .btn:hover {
        box-shadow: 1px 1px 7px -2px #a9a9a9;
    }

    .btn.blue {
        background: #29417f;
        border-top: 1px solid #cad3ef;
        border-bottom: 1px solid #29417f;
        border-left: 1px solid #29417f;
        border-right: 1px solid #19274c;
        color: #fff;
    }

        .btn.blue a {
            color: #fff;
            text-decoration: none;
        }

.flexslider {
    margin-top: -1px !important
}

    .flexslider .slides {
        background: #fff
    }

.top {
    background-image: none !important;
    background: #777 !important
}

header .bottom {
    background: #333
}

header .container.welcome {
    background: #555;
    width: 100%
}

#menu-main-menu {
    position: relative;
    top: -90px;
    right: 40px
}


.displaynone {
    display: none;
}

.backgroundnone {
    background: none !important;
}

.pulldown-menus select {
    font-size: 16px;
    min-width: 250px;
    width: auto;
}

.nobackground {
    background: none !important;
}

.toppadding {
    padding-top: 10px !important;
    padding-right: 0px;
    background: white;
}

#table1 {
    margin-left: 35px;
}

#table2 {
    margin-left: 50px;
}

tr.border_bottom td {
    border-bottom: 2px solid #DFDFDF;
}

tr.border_top td {
    border-top: 2px solid #DFDFDF;
}

.minmaxwidth {
    min-width: 50%;
    max-width: 70%;
}

#activitySumm img, #rordiv img {
    width: 15px;
}


#rortbl thead {
    display: table;
    width: 100%;
}

#rortbl tbody {
    display: block;
    max-height: 276px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

#rortbl {
    width: 100% !important;
}

table tr.whitebackground {
    background: #fff;
}

.rightDiv {
    padding-left: 20px;
    overflow: hidden;
}

.leftDiv {
    float: left;
}

.nowrap {
    white-space: nowrap;
}

.toppadding9 {
    padding-top: 9px;
}

.ui-slider-handle {
    position: absolute;
    z-index: 1;
    width: 1.5em;
    height: 1.7em;
    cursor: default;
    top: -.3em;
    margin-left: -.6em;
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-state-default {
    border: 1px solid #cccccc;
    font-weight: bold; /* color: #1c94c4; */
}

.ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}





.width120px {
    width: 120px !important;
}

.width15pc {
    width: 15% !important;
}

.width85pc {
    width: 85% !important;
}

.width50pc {
    width: 50% !important;
}

.width49pc {
    width: 49% !important;
}

.width20pc {
    width: 20% !important;
}

.tableborderbottom {
    border-bottom: 5px solid #29417f;
    vertical-align: top;
}

thead.nohowerheader tr:hover, tfoot.nohowerheader tr:hover {
    background: #ededed;
}

.bottompadding20px {
    padding-bottom: 20px !important;
}

.sectionWrapper3 {
    max-width: 800px;
}


.rorLeft {
    width: 120px !important;
}

.rorRight {
    width: 60px !important;
}

.rorSectionWrapper2 {
    border-top-color: #ff0000;
    border-right-color: #ff0000;
    border-bottom-color: #ff0000;
    border-left-color: #ff0000;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    display: inline-block;
}

.rorSectionWrapper1 {
    text-align: center;
    border-top-color: blue;
    border-right-color: blue;
    border-bottom-color: blue;
    border-left-color: blue;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}

.rorInputLayout {
    color: #fff !important;
    padding-top: 5px !important;
    padding-right: 15px !important;
    padding-bottom: 5px !important;
    padding-left: 15px !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 10px !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-top-style: solid !important;
    border-right-style: solid !important;
    border-bottom-style: solid !important;
    border-left-style: solid !important;
    cursor: pointer !important;
    outline-width: 0px !important;
    outline-style: none !important;
    outline-color: invert !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    box-shadow: none !important;
    background-image: none !important;
    background-attachment: scroll !important;
    background-repeat: repeat !important;
    background-position-x: 0% !important;
    background-position-y: 0% !important;
    background-size: auto !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
    background-color: rgb(22, 159, 230) !important;
}

.height250px {
    height: 250px;
}

.padL3 {
    padding-left: 14px !important;
}

    .padL3 label {
        font-weight: normal;
    }

.boldtext {
    font-weight: bold;
}

.singlelinebuttons {
    float: left;
    padding-right: 10px;
}

.paddingright6px {
    padding-right: 6px !important;
}

.floatright {
    float: right !important;
}

.displayinlineblock {
    display: inline-block !important;
}

.fontsizetableheader {
    font-size: 14px !important;
}

.centeralign {
    text-align: center !important;
}

.ex6 {
    border: 2px solid #FF0000 !important;
    background-color: #FFE0E0 !important;
}

.ex11 {
    border: 2px solid #008800 !important;
    background-color: #E0FFE0 !important;
}

.warningImage {
    width: 14px;
    height: auto;
    vertical-align: middle;
}

.ErrorTextBox {
    border: 1px solid #FF0000;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 3px #FF6666 inset;
    background-color: #FFAAAA;
    font-size: 1.0rem;
    height: 30px;
    width: 200px;
    text-align: right;
}

.WarningTextBox {
    border: 1px solid #FF7730;
    box-shadow: 1px 1px 3px #FF9740 inset;
    background-color: #FFA050;
    font-size: 1.0rem;
    height: 30px;
    width: 200px;
    text-align: right;
}

.tableErrorMessage {
    font-weight: bold;
    color: #EE0000;
    background: white;
    text-align: left;
}

.tdtableErrorMessage {
    font-weight: bold;
    color: #EE0000;
    white-space: nowrap;
    background: white;
    text-align: left;
    min-width: 20px;
}

.labelErrorMessage {
    font-weight: bold;
    color: #EE0000;
    white-space: nowrap;
    background: white;
    text-align: left;
}

.rightalign {
    text-align: right !important;
}

.textColor {
    color: #d00000;
}

.textColorgreen {
    color: #008800;
}

.notopborder {
    border-top: none !important;
}

.alignment {
    vertical-align: middle;
    display: table-cell;
}

.divalign {
    display: table;
    float: right;
}

.divalignleft {
    display: table;
    float: left;
}

.width800px {
    width: 800px;
}

.paddingrightzero {
    padding-right: 0px !important;
}

.height25px {
    height: 25px !important;
}

.width765px {
    width: 765px !important;
}

.absolutePos {
    position: absolute !important;
}

.width70pct {
    width: 70% !important;
}

.width120pct {
    width: 120% !important;
}

.rowcolor {
    background-color: #169fe6 !important;
    color: white !important;
}

.width100pct {
    width: 100% !important;
}

table.nopaddingmargintop {
    padding-top: 0px !important;
    margin-top: 0px !important;
}


.inputfilterSectionWrapper2 {
    border-top-color: #ff0000;
    border-right-color: #ff0000;
    border-bottom-color: #ff0000;
    border-left-color: #ff0000;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    display: inline-block;
}

.inputfilterSectionWrapper1 {
    text-align: center;
    border-top-color: blue;
    border-right-color: blue;
    border-bottom-color: blue;
    border-left-color: blue;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}

.inputfilterLayout {
    color: #fff !important;
    padding-top: 5px !important;
    padding-right: 15px !important;
    padding-bottom: 5px !important;
    padding-left: 15px !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 10px !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-top-style: solid !important;
    border-right-style: solid !important;
    border-bottom-style: solid !important;
    border-left-style: solid !important;
    cursor: pointer !important;
    outline-width: 0px !important;
    outline-style: none !important;
    outline-color: invert !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    box-shadow: none !important;
    background-image: none !important;
    background-attachment: scroll !important;
    background-repeat: repeat !important;
    background-position-x: 0% !important;
    background-position-y: 0% !important;
    background-size: auto !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
    background-color: rgb(22, 159, 230) !important;
}


.width220px {
    width: 220px !important;
}

.width80px {
    width: 80px !important;
}

.displayinline {
    display: inline !important;
}

.verticalalignmiddle {
    vertical-align: middle !important;
}

.valignTop {
    vertical-align: top !important;
}

.borderblack {
    border: 2px solid #000 !important;
}

.underline {
    text-decoration: underline !important;
}

.nomarginbottom {
    margin-bottom: 0px !important;
}

.ttip {
    position: absolute;
    width: 300px;
    min-height: 50px;
    color: #000000;
    padding: 20px;
    -webkit-box-shadow: 0 1px 2px #303030;
    -moz-box-shadow: 0 1px 2px #303030;
    box-shadow: 0 1px 2px #303030;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -o-border-radius: 8px 8px 8px 8px;
    background-image: -moz-linear-gradient(top, #FFFFFF, #ADD8E6);
    background-image: -ms-linear-gradient(top, #FFFFFF, #ADD8E6);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ADD8E6));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#ADD8E6', GradientType=0);
    background-color: #000;
}

.contents {
    font-size: 15px;
    font-weight: bold
}

#background {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 1;
}

.large {
    position: absolute;
    /*background: #FFFFFF;*/
    padding-top: 20px;
    z-index: 10;
    min-height: 0px;
    min-width: 0px;
    color: #336699;
}

.leftalign {
    text-align: left !important;
}

.width140px {
    width: 140px !important;
}

.width60px {
    width: 60px !important;
}


.borderleftright tr td:first-child {
    border-left: 1px solid #eee !important;
}

.borderleftright tr td:last-child {
    border-right: 1px solid #eee !important;
}

.borderleftright tr:first-child {
    border-top: 1px solid #eee !important;
}

.borderleftright tr:last-child {
    border-bottom: 1px solid #eee !important;
}

    .borderleftright tr:last-child td {
        border-bottom: 1px solid #eee !important;
    }
/*.theadborderleftright tr th:first-child {border-left:1px solid #eee!important;}
.theadborderleftright tr th:last-child {border-right:1px solid #eee!important;}*/

.paddingmargin0px {
    padding: 0px !important;
    margin: 0px !important;
}

.bottompadding10px {
    padding-bottom: 10px !important;
}

/*.borderBottom tr:last-child td{ border-bottom:5px solid #29417f!important; }*/

table.commonbottomborder {
    border-bottom: 5px solid #29417f !important;
}

.marginleft2px {
    margin-left: 2px !important;
}

.equidistant tr {
    height: 50px;
}

.textalignright {
    text-align: right;
}

.cellRightBorder {
    border-right: 1px solid #eee;
}

.cellLeftBorder {
    border-left: 1px solid #eee;
}

.leftBorder {
    border-left: 1px solid #eee;
}

.headerleftrightborder th:first-child {
    border-left: 1px solid #eee;
}

.headerleftrightborder th:last-child {
    border-right: 1px solid #eee;
}

.headerleftrightborder th {
    border-bottom: medium none;
}

input.hasDatepicker {
    text-align: right;
    padding: 0px 2px 0px 0px;
    width: 70px !important;
}

.bordertopblue {
    border-top: 5px solid #29417f;
}

.formattext {
    margin-bottom: -30px;
    width: 68%;
    padding-left: 12px;
}

.showTotal {
    text-align: right;
    margin-right: 9px;
}

.labelfor {
    font-weight: normal;
    display: inline;
}

.margintopbottom4px {
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}

.innertabletr td {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.innertabletr table td {
    border: none;
}

.borderleftrightScndLast tr:nth-last-child(2) {
    border-bottom: 1px solid #eee !important;
}

.borderleftrightScndLast tr:first-child {
    border-top: 1px solid #eee !important;
}

.borderleftrightScndLast tr td:first-child {
    border-left: 1px solid #eee !important;
}

.borderleftrightScndLast tr td:nth-last-child(2) {
    border-right: 1px solid #eee !important;
}

.paddingtopbottom7px {
    padding-top: 7px;
    padding-bottom: 7px;
}

.bottomText {
    padding-left: 12px;
}

.maxwidth100pct {
    max-width: 100% !important;
}

.warningColor {
    color: #FF8C00;
}

.errorColor {
    color: #EE0000;
}

.anchor-button {
    text-shadow: none !important;
    font-size: 12px !important;
}

.innertable tr:nth-of-type(2n+1) {
    background: #ededed !important;
}

.inputform fieldset {
    margin-bottom: 10px;
}

.noHoverBtn:hover {
    box-shadow: 2px 2px 7px 0px #a9a9a9 !important;
    background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%) !important;
    border: 1px solid #aaa !important;
    border-top: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
}

.paddingleft40px {
    padding-left: 40px;
}

.mebt_next {
    position: relative;
}

    .mebt_next:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        top: 2px;
        left: 10px;
        background: url(../images/not_allowed.png) no-repeat;
    }


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/waiting.gif) 50% 50% no-repeat rgb(249,249,249);
    display: block;
}

    .loader:before {
        content: 'Page Loading...Please wait';
        position: absolute;
        left: 52%;
        top: 49%;
        right: 50%;
        bottom: 50%;
        width: 100%;
        height: 100%;
        z-index: 9999;
    }

@media only screen and (max-width:768px) {
    .responsive-table tbody td:first-child {
        border-top: 1px solid #aaa;
    }


    .responsive-table.inv-per tbody td a {
        color: #fff !important;
        padding-left: 5px !important;
    }

    .responsive-table .border-top {
        border-top: 1px solid #aaa !important;
    }
}

.singlelinebuttons2 {
    float: left !important;
    margin-left: 696px;
}

.floatRightButton {
    float: right !important;
    padding-right: 50px;
}

.floatRightButton2 {
    float: right !important;
    padding-right: 77px;
}

.floatLeftButton {
    float: left !important;
    padding-left: 536px;
}

.floatLeftButton2 {
    float: left !important;
    margin-left: 13px;
}

.two-columnNew label {
    width: 12%;
    float: left;
}

.priority1 {
    background-color: rgb(255,0, 0) !important;
}

    .priority1 h3 {
        font-size: 16px !important;
        color: white !important;
        font-weight: bolder !important;
        text-align: center !important;
        border-bottom: none !important;
        margin-bottom: 0px !important;
    }

    .priority1 h4 {
        font-size: 14px !important;
        color: white !important;
        font-weight: bolder !important;
        text-align: center !important;
    }

.priority2 {
    background-color: rgb(255, 255, 0) !important;
}

    .priority2 h3 {
        font-size: 16px !important;
        color: rgb(0, 0, 255) !important;
        font-weight: bolder !important;
        text-align: center !important;
        border-bottom: none !important;
        margin-bottom: 0px !important;
    }

    .priority2 h4 {
        font-size: 14px !important;
        color: rgb(0, 0, 255) !important;
        font-weight: bolder !important;
        text-align: center !important;
    }

.priority3 {
    background-color: rgb(0, 255, 0) !important;
}

    .priority3 h3 {
        font-size: 16px !important;
        color: white !important;
        font-weight: bolder !important;
        text-align: center !important;
        border-bottom: none !important;
        margin-bottom: 0px !important;
    }

    .priority3 h4 {
        font-size: 14px !important;
        color: white !important;
        font-weight: bolder !important;
        text-align: center !important;
    }

#locked_error, #locked_email_error {
    margin-top: 20px;
}

.remove-hover {
    background: none !important;
}

.remove-tr-hover {
    background: #ededed !important;
}

.starBullet li:before {
    content: "\2731" !important;
    margin-left: -14px;
    margin-right: 6px;
    font-size: 10px;
}

.pin_cancel {
    width: 60px;
    margin-left: 1px;
}

#password_bullet ul {
    list-style: disc !important;
}

    #password_bullet ul li {
        line-height: 12px !important;
    }

#username_bullet ul {
    list-style: disc !important;
}

    #username_bullet ul li {
        line-height: 12px !important;
    }

#question_bullet ul {
    list-style: disc !important;
}

    #question_bullet ul li {
        line-height: 12px !important;
    }


#password_para {
    margin-top: 7px;
    margin-bottom: -1px;
}

.errorsdiv {
    margin-top: 6px;
    color: red;
}

.danger-alert .fis-alert-close {
    border-color: #8f130c;
    color: #8f130c;
}

.primary-alert .fis-alert-close {
    border-color: #006495;
    color: #006495;
}

.success-alert .fis-alert-close {
    border-color: #178344;
    color: #178344;
}

.primary-alert {
    background-color: #f0f7fa;
    border-left: 5px solid #006495;
}

.warning-alert .fis-alert-close {
    border-color: #8a5700;
    color: #8a5700;
}

.fis-alert * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.fis-alert h3 {
    font-family: Quicksand;
}

.fis-alert {
    width: 92%;
    margin: 20px auto;
    padding: 20px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 15px 5px #ccc;
}

.fis-alert-close {
    position: absolute;
    width: 30px;
    height: 30px;
    opacity: 0.5;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    right: 15px;
    top: 14px;
    text-align: center;
    font-size: 1.2em;
    cursor: pointer;
}

.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

.th_login {
    text-align: left;
    word-wrap: break-word;
    width: 25% !important;
}

.find-btn {
    padding: 5px 5px !important;
    margin-top: 5px !important;
}

.div_remove {
    margin-top: -42px;
    margin-left: 50px;
}
.width25per{
    width:25% !important;
}

.marginleft5px {
    margin-left: 5px !important;
}

.border-bottom-none {
    border-bottom: none !important
}
.width-95 {
    width:95px !important;
}

.margin-top-26 {
    margin-top: -26px !important;
}

.margin-left-106 {
    margin-left: 106px !important;
}

label span.device-addresses {
    display: inline-block;
    min-width: 16ch;
    text-align: end ;
    margin-inline-end: 0.5rem;
}
#onetrust-button-group-parent
{
    left:73% !important;
}