/*----------------------------------------------------------------------------------------------------+

	* Description.......: Global sitewide styles - version 0.1
	* Author............: Adriano Pezzella [Tahoe Partners]
	* Created date......: 09-05-2014
	* Modified by.......: Vince Dudzinski
	* Modified date.....: 10-27-2014
    * Modified by.......: Zach Shultz
    * Modified date.....: 11/21/2014


/* 	=Resets-Clears
============================================================ */

<!-- This clears remnant inner-shadows and non-standard borders on form input fields -->
select, input {
    box-shadow: 0 !important;
    -webkit-box-shadow: 0 !important;
    -webkit-transition: 0 !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    border: 1px solid #CCC !important;
}


/* 	=Header
============================================================ */

#main-header {
    padding-top: 15px;
    margin-bottom: 10px;
    background-color: #036;
    width: 100%;
}

    #main-header:before,
    #main-header:after {
        content: "";
        display: table;
    }

    #main-header:after {
        clear: both;
    }

#main-header {
    zoom: 1;
}

.page-body {
}

    .page-body:before,
    .page-body:after {
        content: "";
        display: table;
    }

    .page-body:after {
        clear: both;
    }

.page-body {
    zoom: 1;
}

html, body {
    height: 100%;
}

#main-header .site-title {
    float: right;
    color: #fff;
    font-size: 20px;
}

#main-header .primary-tabs {
    padding-top: 15px;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
}

#main-header .utility-links {
    float: right;
    color: #fff;
}

.site-utility {
    height: 46px;
}

.utility-links > li {
    margin-left: 10px;
}

.utility-links a {
    color: #fff;
}

    .utility-links a:hover {
        color: #fdb913;
        text-decoration: none;
    }

/* 	=Body
============================================================ */

/*body { 
    background-color: #f3f3f3 !important;  
    color: #333333 !important; 
}*/

.toolbar {
}

    .toolbar button {
        padding: 4px 6px;
    }

.btn-toolbar.year {
    margin-bottom: 10px;
}

.toolbar button span + small {
    display: block;
    min-height: 28px;
    padding-top: 5px;
    font-size: 10px;
    line-height: 1.1;
}

.site-content {
    margin-top: 10px;
    border: 1px solid #ccc;
}

    .site-content #side-panel {
        border-right: 0px solid #ccc;
        border-bottom: 0px solid #ccc;
    }

    .site-content #main-content {
        border-left: 1px solid #ccc;
    }




/* 	=Layout
============================================================ */
#side-panel {
    float: left;
    z-index: 1000;
    top: 0;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    display: inline-block;
}

.no-sidebar {
    margin-left: 0 !important;
}

#main-content {
    float: left;
    position: relative;
}

    #main-content.no-sidebar {
        padding-left: 0;
    }


    #main-content .panel-collapse {
        margin-left: 18px;
    }

    #main-content.no-sidebar .panel-collapse {
        margin-left: 0;
    }

    #main-content .content-title {
        margin-left: -20px;
        padding-left: 20px;
    }

    #main-content.no-sidebar .content-title {
        margin-left: 0;
        padding-left: 10px;
    }

#toggleSidebar {
    outline: medium none;
    padding: 40px 1px;
    background-color: #eee;
    border-radius: 0 4px 4px 0;
    border-style: solid;
    border-width: 1px 3px 1px 0px;
    border-color: #ddd #fed05f #ddd #ccc;
    font-size: 10px;
    font-weight: bold;
    color: #a0a0a0;
    position: fixed;
    top: 50%;
    z-index: 1;
}

    #toggleSidebar:hover {
        background-color: #f5f5f5;
        border-left-color: #ddd;
        border-right-color: #fdb913;
        text-decoration: none;
        cursor: pointer;
    }

    #toggleSidebar:focus {
        background-color: #f5f5f5;
        border-width: 3px 3px 3px 0;
        border-color: #000 #fed05f #000 #000;
        text-decoration: none;
        cursor: pointer;
    }

.sidebar {
    width: 100%;
    height: 100%;
    border: solid;
    border-color: #a0a0a0;
    border-width: 1px;
    overflow: auto;
    padding-right: 0px;
    border-spacing: 0;
    display: none;
}

.sidebar-icontext {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #555;
    background-color: #fff;
    margin: 0px 0px 0px 0px;
}

.sidebar-node {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 12px !important;
    line-height: 1.2;
    color: #555 !important;
    margin: 0px 0px 0px 0px;
}

.sidebar-hover-node {
    TEXT-DECORATION: underline !important;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    COLOR: #FD9800 !important;
    background-color: white;
    border-style: none !important;
}

.function-bar,
.content-title {
    min-height: 46px;
    padding: 6px 8px;
    background-color: #dde8f5;
}

    .function-bar .vline {
        display: table-cell;
        height: 34px;
        vertical-align: middle;
    }

.vline span,
.vline i {
    margin-right: 10px;
}

.content-title h1 {
    font-size: 14px;
    margin: 6px 0 0;
}

.content-title .progress {
    margin-bottom: 0;
}

td .progress {
    margin-bottom: 0;
}

.pagination-bar a {
    float: left;
    margin-top: 2px;
}

.pagination-bar .pagination-value {
    float: left;
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

    .pagination-bar .pagination-value input {
        display: inline;
        float: left;
        margin: 0 4px;
        width: 28px;
    }

.pagination-bar label {
    line-height: 1.6;
}

.pagination-bar a:hover,
.pagination-bar a:focus {
    text-decoration: none;
}

.pagination-bar a.disabled {
    cursor: default;
}

.panel-title > a {
    display: block;
}

    .panel-title > a:after {
        float: left;
        margin-left: -5px;
        padding-right: 10px;
        font-family: "Glyphicons Regular";
        content: "\E224";
    }

.form-control {
    height: 32px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        -webkit-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 rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .form-control::-moz-placeholder {
        color: #777;
    }

    .form-control:-ms-input-placeholder {
        color: #777;
    }

    .form-control::-webkit-input-placeholder {
        color: #777;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eee;
    }

/* 	=Framework
============================================================ */

/* panels */
.panel-title > a:after {
    font-family: "icomoon";
    content: "\e624";
    transform: none;
    font-size: 22px;
    line-height: 14px;
    padding: 0;
    /*color: #333;*/
}

.panel-title > a.collapsed:after {
    font-family: "icomoon";
    content: "\e655";
    transform: none;
}

/* 	=Login Screen
============================================================ */
.loginBackground {
    background: url(../images/globe-loginbg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 550px;
    min-width: 100px;
}

.loginBackgroundExpanded {
    background: url(../images/globe-loginbg.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 650px;
}

.loginContainer {
    margin: 80px auto;
    width: 310px;
    border: 0;
}

.loginHeader {
    background-color: #036;
    padding: 10px;
    border-bottom: 2px solid #FDB913;
}

.appNameHeader {
    font: 16px/18px Arial, Helvetica, sans-serif;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.loginBody {
    border: 1px solid #CCC;
    background: rgba(255,255,255,0.60);
    padding: 20px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.loginField {
    width: 100%;
    padding: 5px;
    border: 1px solid #CCC;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.forgotLink {
    display: block;
    text-align: right;
    margin: 4px 0 0;
    font-size: 11px;
}

/* 	=Forgot Password Screen. Uses some of the same settings as
    the Login screen
============================================================ */
.forgotPWContainer {
    margin: 60px auto;
    width: 665px;
    border: 0;
}

.resetPWContainer {
    margin: 60px auto;
    width: 250px;
    border: 0;
}

.forgotPWBody {
    border: 1px solid #CCC;
    background: rgba(255,255,255,0.60);
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 40px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.forgotPWHeader {
    font: 16px/18px Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.forgotPWMessage {
    text-align: justify;
}

.forgotPWButtons {
    float: right;
    padding-right: 20px;
}

.forgotPWResultsMsg {
    font-size: 8pt;
    padding-left: 20px;
    padding-bottom: 10px;
    text-align: justify;
}

/*.loginHeader {
	background-color: #036;
	padding: 10px;
	border-bottom: 2px solid #FDB913;
}

.appNameHeader {
	font: 16px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.forgotPWBody {
	border: 1px solid #CCC;
	background: rgba(255,255,255,0.60);
	padding: 20px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.loginField {
	width: 100%;
	padding: 5px;
	border: 1px solid #CCC;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.forgotLink {
	display: block;
	text-align: right;
	margin: 4px 0 0;
	font-size: 11px;	
}*/


/* 	=Footer
============================================================ */

footer {
    background-color: #036;
    padding: 15px 0;
    color: #ffffff;
}

.footerLinks {
    text-align: center;
    margin: 0 auto;
}

    .footerLinks li {
        display: inline;
        margin-right: 15px;
    }

        .footerLinks li a {
            color: #FFF;
            text-decoration: none;
        }

            .footerLinks li a:hover {
                color: #FDB913;
                text-decoration: underline;
            }

.disclaimer {
    font: 12px/18px Arial, Helvetica, sans-serif normal;
    margin: 15px 25px;
    text-align: center;
}

/* 	=Alerts
============================================================ */
.alert-label-danger {
    color: #990000;
}

/* 	=DropDownList
============================================================ */

/*.RadComboBox,
.RadComboBox .rcbInput,
.RadComboBoxDropDown
   {     
      font-family: Verdana,Arial !important;
      font-size: 10pt !important; 
   }*/



/* 	=Labels
============================================================ */
.pageTitle {
    font: 16px/18px Verdana,Arial;
    font-weight: bold;
    display: block;
}

.pageHeader {
    margin: 0;
}

.webLabel {
    font-family: Verdana, Arial;
    font-size: 8pt;
    font-weight: normal;
    color: Black;
}

.control-label {
    font-family: Verdana, Arial;
    font-size: 10pt;
}

label {
    font-weight: normal;
    font-family: Verdana, Arial;
    font-size: 10pt;
}

.control {
    padding: 1.5px 2px 2px 2px;
    font-family: Verdana,Arial;
    font-size: 10pt;
    font-weight: normal;
    color: #333333;
}

.border {
    background-color: White;
    border: solid 1px DarkGray;
}

.webInput {
    font-family: Verdana, Arial;
    font-size: 8pt;
    font-weight: normal;
    color: black;
}

/* 	=Links
============================================================ */
a.NavLink {
    color: #004691;
    font-family: Verdana,Arial;
    font-size: 10pt;
}

    a.NavLink:hover {
        color: #FDB913;
        text-decoration: underline;
    }

.NavLinkWhite {
    color: #fff;
}

    .NavLinkWhite:hover {
        color: #FDB913;
        text-decoration: underline;
    }



a.NavLinkDisabled {
    text-decoration: none !important;
    color: #bbb !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}



/* 	=Buttons
============================================================ */
.webButton {
    background-color: #003366;
    border-color: #001933;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #dddddd;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
}

.webButtonHover {
    background-color: #6699cc;
    color: #ffffff;
}

.webButton:hover,
.webButton:focus,
.webButton:active {
    color: #ffffff;
    background-color: #001933;
    border-color: #000000;
}

.webButton:hover {
    /*color: #ffffff;*/
    background-color: #6699cc;
    border-color: #000000;
}

/* 	=RadioButton Styles
============================================================ */
.radioButtonListPadded {
    width: 100%;
}

    .radioButtonListPadded label {
        margin-left: 4px;
    }

.radioListPad td {
    width: 50%;
}

    .radioListPad td label {
        padding-left: 10px;
    }

.radioListPad1 td {
    width: 50%;
}

    .radioListPad1 td label {
        padding-left: 5px;
    }

.radioButtonListPadded td {
    padding-left: 0 !important;
}

/* 	=Checkbox Styles
============================================================ */
.checkboxPad {
    width: 100%;
}

    .checkboxPad label {
        word-wrap: normal;
        width: 200px;
    }

.checkboxPadded label {
    margin-left: 4px;
}

.checkboxPad input[type="checkbox"] {
    padding: 1.5px 2px 2px 2px;
    margin-right: 10px;
    float: left;
}
/* 	=MasterPage Styles
============================================================ */
.mastercontent {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}

/* 	=Modal Styles
============================================================ */
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: white;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}

/* 	=Tables
============================================================ */

.table-nonfluid {
    width: auto !important;
}

.tableBorder {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

.tableHeader {
    background-color: #4282b5;
    text-align: center;
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    font-family: MS Sans Serif,Verdana,Arial;
    width: 100%;
    COLOR: white;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    vertical-align: middle;
}

.tableBody {
    padding: 8px;
    padding-top: 12px;
    background-color: #f5f5fa;
    vertical-align: top;
}

.layout td {
    height: 23px;
    vertical-align: top;
    text-align: left;
}

.entityInputTable {
    vertical-align: top;
    width: 330px;
}

    .entityInputTable .RadComboBox {
        float: left;
        width: 290px;
    }

    .entityInputTable .Button {
        float: right;
        width: 30px;
    }

.standardtable {
    border: none;
}

.sideTableHeader {
    margin-top: 2px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 8pt;
    background-color: #000032;
    margin-bottom: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    color: white;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    font-family: Verdana, Arial;
    height: 21px;
}

.sideTableHeaderLabel {
    padding-left: 5px;
    font-weight: bold;
    font-size: 8pt;
    color: white;
    font-family: Verdana, Arial;
}

.shadedArea {
    background-color: #f5f5fa;
}

.sideTableRow {
    margin-top: 1px;
    font-weight: normal;
    background-color: White;
    font-size: 8pt;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    font-family: Verdana, Arial;
}

.contentTableHeader {
    margin-top: 1px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 8pt;
    background-color: #000032;
    margin-bottom: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    color: white;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    font-family: Verdana, Arial;
    height: 23px;
}

.contentTableRow {
    margin-top: 1px;
    font-weight: normal;
    background-color: white;
    font-size: 8pt;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    font-family: Verdana, Arial;
}

.gridTableHeader {
    margin-top: 2px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 8pt;
    background-color: #000032;
    margin-bottom: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    color: #cc6700;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    font-family: Verdana, Arial;
    height: 24px;
}

.gridTableRow {
    margin-top: 1px;
    font-weight: normal;
    background-color: White;
    font-size: 8pt;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    font-family: Verdana, Arial;
}

.gridAlternateTableRow {
    margin-top: 1px;
    font-weight: normal;
    background-color: #F7F7F7;
    background-color: #f5f5fa;
    font-size: 8pt;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    font-family: Verdana, Arial;
}

.gridButtonRow {
    height: 30px;
    vertical-align: middle;
    text-align: left;
}

/* 	=Tables
============================================================ */
div.appMenu {
    height: 18px;
    width: 100%;
    border-style: None;
    float: left;
    z-index: 100;
}

.staticMenu {
    cursor: pointer;
    z-index: 100;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-transform: none;
}

    .staticMenu > li {
        position: relative;
        display: block;
    }

        .staticMenu > li > a {
            margin-right: 2px;
            padding: 7px 12px 5px;
            line-height: 1.2;
            border: 1px solid transparent;
            border-radius: 0;
            color: #fff;
            background-color: #4578BC;
            outline: none;
            transition: none;
        }

    .staticMenu * a:hover,
    .staticMenu * a:focus {
        color: #555555;
        background-color: #fdfdfd;
        border-color: #f3f3f3 #f3f3f3 #dddddd;
    }

.dynamicMenu {
    border: outset 1px #FDB913;
    text-decoration: none;
    z-index: 100;
}

    .dynamicMenu * a.dynamic {
        font-family: Verdana, Arial;
        font-size: 8pt;
        background: white;
        color: black;
        cursor: pointer;
        text-decoration: none;
        padding: 10px 12px 10px 10px;
        border-right: #FDB913 0px solid;
        border-top: #CCCCCC 0px solid;
        border-left: #FDB913 0px solid;
        border-bottom: #CCCCCC 1px solid;
    }

    .dynamicMenu * a:hover.dynamic {
        background-color: #FDB913;
    }

.has-popup.dynamic > a.dynamic {
    padding-right: 22px;
}

    .has-popup.dynamic > a.dynamic:after {
        content: "\e655";
        font-family: 'icomoon';
        line-height: 1;
        position: absolute;
        right: 0px;
        margin: -1px;
        font-size: 1.5em;
    }

div.appMenu img.icon {
    border-style: none;
    vertical-align: middle;
}

div.appMenu img.separator {
    border-style: none;
    display: block;
}

div.appMenu img.horizontal-separator {
    border-style: none;
    vertical-align: middle;
}

div.appMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    display: none;
}

    div.appMenu ul.dynamic {
        z-index: 100;
        display: inline;
    }

    div.appMenu ul.static {
        z-index: 100;
        display: inline;
    }

div.appMenu a {
    text-decoration: none;
    white-space: nowrap;
    display: block;
}

    div.appMenu a.static {
        text-decoration: none;
        border-style: none;
    }

    div.appMenu a.dynamic {
        text-decoration: none;
    }

    div.appMenu a.static.selected {
        text-decoration: none;
        border-style: none;
    }

    div.appMenu a.static:hover {
        border-top: 5px solid #FDB913;
        padding-top: 2px;
    }

    div.appMenu a.dynamic.selected {
        text-decoration: none;
        background-color: #E8E8E8;
    }

.menuBackground {
    text-align: left;
}
/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .menuMainElement {
        padding-top: 18px;
    }
}

/* IE11 */
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .menuMainElement {
        padding-top: 17px;
    }
}


.menuBorderTop {
    border-top: #FDB913 1px solid;
}

.panel-body-no-top-padding {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/*Portfolio Analyzer Update Progress Styles*/
.UpdatingBackGroundImage {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 10000000000;
}

.UpdatingTable {
    width: 120px;
    height: 85px;
    text-align: center;
    z-index: 10000000000;
    color: black;
    background-color: #ddd;
    border: #a0a0a0 1px solid;
}

/*Portfolio Analyzer Modal Styles*/
.ModalHeader {
    background-color: #003366;
    width: 100%;
    padding: 5px 5px 5px 5px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding-bottom: 3px;
}

.gridIcon {
    color: #6699cc;
    cursor: pointer;
}

    .gridIcon:hover {
        color: #003366;
        cursor: pointer;
    }

.entityInput {
    width: 100%;
    margin-bottom: 10px;
}

.entityInputColTop {
    display: inline-block;
    width: 350px;
    margin-right: -4px;
}

.entityInputCol1 {
    font-weight: bold;
    display: inline-block;
    width: 360px;
    text-align: right;
    margin-right: -4px;
    vertical-align: top;
}

.entityInputColX {
    display: inline-block;
    width: 150px;
    text-align: right;
    margin-right: -6px;
    padding-right: 5px;
}

.entityInputColH {
    display: inline-block;
    width: 150px;
    text-align: right;
    margin-right: -6px;
    padding-right: 5px;
}

.entityInputTopHighlight {
    width: 100%;
    /*display: inline-block;*/
    padding-left: 10px;
    padding-top: 10px;
    color: #000000;
    background-color: #A0A0A0;
    font-weight: bold;
}

.entityInputArea {
    width: 100%;
    table-layout: fixed;
}

.entityAttributes {
    height: 380px;
    width: 100%;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 0px;
    overflow-y: auto;
    overflow-x: visible;
}

.padded-right {
    padding-right: 4px;
}

.padded-left {
    padding-left: 4px;
}

.padded-bottom {
    padding-bottom: 4px;
}

.padded-top {
    padding-top: 4px;
}

.padded-top6 {
    padding-top: 6px;
}

.padded-top8 {
    padding-top: 8px;
}

.padded-top10 {
    padding-top: 10px;
}
.padded-top27 {
    padding-top: 27px;
}

.padded-bottom6 {
    padding-bottom: 6px;
}

.radiobuttonlist label {
    margin-right: 5px;
}

.spacer10 {
    height: 10px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer6 {
    height: 6px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer20 {
    height: 20px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.dataEntryRight {
    width: 90%;
}

.column {
    /*list-style-type:disc;*/
    list-style-type: disc !important;
    width: 50%;
    display: inline-table;
}
/*li.active { list-style-type:disc; }*/

.padded-right28 {
    padding-right: 28px;
}

.padded-right32 {
    padding-right: 32px;
}

.padded-left30 {
    padding-left: 30px;
}

.padded-left15 {
    padding-left: 15px;
}

.padded-right15 {
    padding-right: 15px;
}

.padded-left10 {
    padding-left: 10px;
}

.padded-bottom8 {
    padding-bottom: 8px;
}

.padded-top15 {
    padding-top: 16px;
}

.rscLinkImg {
    background-image: url(../Images/spell-check-boot.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    display: block;
    outline: none;
}

.dataEntryLine {
    border-style: none;
    border-width: 0px;
    width: 360px;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}



/*Rad Tree Nodes*/
/* Non roll-up tree nodes */
.treeNode {
    font-size: 10pt;
    color: black;
    font-weight: normal;
    font-family: Verdana, Arial;
    padding-left: 3px;
    cursor: pointer;
}

.treeNodeNoPointer {
    font-size: 10pt;
    color: black;
    font-weight: normal;
    font-family: Verdana, Arial;
    padding-left: 3px;
    cursor: default;
}

.treeNode:before {
    content: "\00a0";
    padding-right: 3px;
}

.treeNodeGrayedOut {
    font-size: 10pt;
    color: Gray;
    font-weight: normal;
    font-family: Verdana, Arial;
    cursor: pointer;
    padding-left: 3px;
}

    .treeNodeGrayedOut:before {
        content: "\00a0";
        padding-right: 3px;
    }

.treeNodeRed {
    font-size: 10pt;
    color: Maroon;
    font-weight: normal;
    font-family: Verdana, Arial;
    cursor: pointer;
    padding-left: 3px;
}

    .treeNodeRed:before {
        content: "\00a0";
        padding-right: 3px;
    }

.treeNodeGreen {
    font-size: 10pt;
    color: Green;
    font-weight: normal;
    font-family: Verdana, Arial;
    cursor: pointer;
    padding-left: 3px;
}

    .treeNodeGreen:before {
        content: "\00a0";
        padding-right: 3px;
    }

.treeNodeYellow {
    font-size: 10pt;
    color: #FFCC33;
    font-weight: normal;
    font-family: Verdana, Arial;
    cursor: pointer;
    padding-left: 3px;
}

    .treeNodeYellow:before {
        content: "\00a0";
        padding-right: 3px;
    }

.treeNodeBlue {
    font-size: 10pt;
    color: Blue;
    font-weight: normal;
    font-family: Verdana, Arial;
    cursor: pointer;
    padding-left: 3px;
}

    .treeNodeBlue:before {
        content: "\00a0";
        padding-left: 4px;
        padding-right: 3px;
    }

/* Roll-up tree nodes */
.treeNodeRollup {
    font-size: 10pt;
    color: black;
    font-weight: normal;
    font-family: Verdana, Arial;
    padding-left: 3px;
    cursor: pointer;
}

    .treeNodeRollup:before {
        content: "\e675";
        font-family: 'icomoon';
        color: #003366;
        padding-right: 3px;
    }

.treeNodeRollupCustom1 {
    font-size: 10pt;
    color: black;
    font-weight: normal;
    font-family: Verdana, Arial;
    padding-left: 3px;
    cursor: pointer;
}

    .treeNodeRollupCustom1:before {
        content: "\e675";
        font-family: 'icomoon';
        color: #003366;
        padding-right: 3px;
        float: left;
    }

.treeNodeGrayedOutRollup {
    font-size: 10pt;
    color: Gray;
    font-weight: normal;
    font-family: Verdana, Arial;
    cursor: pointer;
    padding-left: 3px;
}

    .treeNodeGrayedOutRollup:before {
        content: "\e675";
        font-family: 'icomoon';
        color: #003366;
        padding-right: 3px;
    }

.treeNodeRedRollup {
    font-size: 10pt;
    color: Maroon;
    font-weight: normal;
    font-family: Verdana, Arial;
    cursor: pointer;
    padding-left: 3px;
}

    .treeNodeRedRollup:before {
        content: "\e675";
        font-family: 'icomoon';
        color: #003366;
        padding-right: 3px;
    }

.treeNodeGreenRollup {
    font-size: 10pt;
    color: Green;
    font-weight: normal;
    font-family: Verdana, Arial;
    cursor: pointer;
    padding-left: 3px;
}

    .treeNodeGreenRollup:before {
        content: "\e675";
        font-family: 'icomoon';
        color: #003366;
        padding-right: 3px;
    }

.treeNodeYellowRollup {
    font-size: 10pt;
    color: #FFCC33;
    font-weight: normal;
    font-family: Verdana, Arial;
    cursor: pointer;
    padding-left: 3px;
}

    .treeNodeYellowRollup:before {
        content: "\e675";
        font-family: 'icomoon';
        color: #003366;
        padding-right: 3px;
    }

.oversized-heading {
    height: 52px;
}

.treeNodeBlueRollup {
    font-size: 10pt;
    color: Blue;
    font-weight: normal;
    font-family: Verdana, Arial;
    cursor: pointer;
    padding-left: 3px;
}

.textbox-align-right {
    text-align: right;
}

.treeNodeBlueRollup:before {
    content: "\e675";
    font-family: 'icomoon';
    color: #003366;
    padding-right: 3px;
}

/* RadTreeView +/- icon replacements */
.RadTreeView .rtPlus, .RadTreeView .rtMinus {
    background-image: url("");
    border: 0;
    width: 12px !important;
    height: 12px !important;
    vertical-align: middle !important;
    margin-top: 4px !important;
    display: inline !important;
    background: transparent;
}

    .RadTreeView .rtPlus:before {
        content: "\e655";
        font-family: 'icomoon';
        font-size: large;
        color: #003366;
    }

    .RadTreeView .rtMinus:before {
        content: "\e624";
        font-family: 'icomoon';
        font-size: large;
        color: #003366;
    }

.RadTreeView .rtIn {
    padding-top: 0px !important;
    vertical-align: top !important;
    display: inline-block !important;
}

.treeNodeFolder {
    font-size: 10pt;
    color: black;
    font-weight: normal;
    font-family: Verdana, Arial;
    padding-left: 3px;
    cursor: pointer;
}

    .treeNodeFolder:before {
        content: "\e816";
        font-family: 'icomoon';
        color: #003366;
        padding-right: 3px;
    }

.treeNodeCalendar {
    font-size: 10pt;
    color: black;
    font-weight: normal;
    font-family: Verdana, Arial;
    padding-left: 3px;
    cursor: pointer;
}

    .treeNodeCalendar:before {
        content: "\e607";
        font-family: 'croweglyph';
        color: #003366;
        padding-right: 3px;
    }

.treeNodePeriodPlusIcon {
    font-size: 10pt;
    font-weight: normal;
    cursor: pointer;  
}
    .treeNodePeriodPlusIcon:before{
        content: "\e191";
        font-family: 'Glyphicons Regular';
        color: #036;
        text-indent: 10px;
    }

.treeNodePeriodPlusIconAdjustment {
    margin-left: 35px;
    margin-top: -30px;
}

.treeNodeEntityPlusIcon {
    font-size: 10pt;
    font-weight: normal;
    cursor: pointer;
}

    .treeNodeEntityPlusIcon:before {
        content: "\e191";
        font-family: 'Glyphicons Regular';
        color: #036;
        text-indent: 10px;
    }

.treeNodeEntityPlusIconAdjustment {
    margin-left: 35px;
    margin-top: -30px;
}

.treeNodeCalendarRed {
    font-size: 10pt;
    color: Maroon;
    font-weight: normal;
    font-family: Verdana, Arial;
    padding-left: 3px;
    cursor: pointer;
}

    .treeNodeCalendarRed:before {
        content: "\e607";
        font-family: 'croweglyph';
        color: #003366;
        padding-right: 3px;
    }

.treeNodeCalendarGreen {
    font-size: 10pt;
    color: Green;
    font-weight: normal;
    font-family: Verdana, Arial;
    padding-left: 3px;
    cursor: pointer;
}

    .treeNodeCalendarGreen:before {
        content: "\e607";
        font-family: 'croweglyph';
        color: #003366;
        padding-right: 3px;
    }

.treeNodeCalendarBlue {
    font-size: 10pt;
    color: Blue;
    font-weight: normal;
    font-family: Verdana, Arial;
    padding-left: 3px;
    cursor: pointer;
}

    .treeNodeCalendarBlue:before {
        content: "\e607";
        font-family: 'croweglyph';
        color: #003366;
        padding-right: 3px;
    }

.treeNodeCalendarYellow {
    font-size: 10pt;
    color: #FFCC33;
    font-weight: normal;
    font-family: Verdana, Arial;
    padding-left: 3px;
    cursor: pointer;
}

    .treeNodeCalendarYellow:before {
        content: "\e607";
        font-family: 'croweglyph';
        color: #003366;
        padding-right: 3px;
    }

.treeNodeCalendarGray {
    font-size: 10pt;
    color: Gray;
    font-weight: normal;
    font-family: Verdana, Arial;
    padding-left: 3px;
    cursor: pointer;
}

    .treeNodeCalendarGray:before {
        content: "\e607";
        font-family: 'croweglyph';
        color: #003366;
        padding-right: 3px;
    }

/*RadListBox*/
.RadListBox_Default {
    font-family: Verdana, Arial !important;
    font-size: 10pt !important;
}

/*RadTabStripVertical*/
.RadTabStrip_Vertical {
    border-bottom: 1px solid #dddddd !important;
}

.textbox-align-left {
    text-align: left;
}

.gvHiddenField {
    border-style: none;
    border-width: 0px;
    border-color: transparent;
}

.checkFields {
    height: 100%;
    width: 100%;
    overflow: auto;
    padding-left: 10px;
    padding-top: 6px;
}

.setWidth-350 {
    width: 350px;
}

.alignRight {
    text-align: right;
}

.control.border.textBox.alignRight {
    font-size: 9pt;
}

.ellipsisText {
    display: inline-block;
    width: 85%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.defaultControlHeight {
    height: 32px;
}

.DefWebZone {
    padding-left: 20px;
}

    .DefWebZone > table > tbody > tr > td > table > tbody > tr > td {
        padding-top: 8px;
    }

.WPTitle {
    padding-left: 5px;
}

.hideLegen {
    border: none;
}


.table-hover-orange > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #FDC846;
}

.table-link-black > tbody > tr > td > a.NavLink, .table-link-black > tbody > tr > td > * > a.NavLink {
    color: #555;
}

.table-padding-right-0 > table > tbody > tr > td {
    padding-right: 0px;
}

.widgetSettingsRow {
    padding-bottom: 13px;
}

.widgetSettingsLabel {
    padding-top: 6px;
    padding-right: 0px;
}

.widgetSettingsControl {
    padding-left: 5px;
}

.divHeightButton {
    padding: 10px 15px;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
    height: 51px;
}

.panel-group .divHeightButton {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.panel-primary > .divHeightButton {
    color: #555;
    border-top-color: #dde8f5;
    border-right-color: #dde8f5;
    border-bottom-color: #dde8f5;
    border-left-color: #dde8f5;
    background-color: rgb(221, 232, 245);
}

.panel-default > .divHeightButton {
    color: #555;
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
    border-left-color: #ddd;
    background-color: rgb(221, 221, 221);
    padding: 6px !important;
}

.divHeightNoButton {
    padding: 10px 15px;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel-group .divHeightNoButton {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.panel-primary > .divHeightNoButton {
    color: #555;
    border-top-color: #dde8f5;
    border-right-color: #dde8f5;
    border-bottom-color: #dde8f5;
    border-left-color: #dde8f5;
    background-color: rgb(221, 232, 245);
    padding-bottom: 38px;
    padding-top: 0px;
}

.panel-default > .divHeightNoButton {
    color: #555;
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
    border-left-color: #ddd;
    background-color: rgb(221, 221, 221);
    padding: 12px 15px;
}

.rlbDropClue {
    background: none !important;
}

.label-disabled {
    color: #bbb;
}

.max250 {
    max-width: 250px;
}

.sidebarHeaderBackground {
    background-color: rgb(221,221,221);
}

.overlay {
    position: fixed;
    display: none;
    background-color: rgb(170,170,170);
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
}

/* 	Spread Formats */
.itemformat {
    font-family: Verdana;
    font-size: 8pt;
    text-align: right;
}

.headerformat {
    font-weight: normal !important;
    cursor: pointer;
}

.tb {
    font-weight: bold;
}

.tbi {
    font-weight: bold;
    font-style: italic;
}

.ti {
    font-style: italic;
}

.hl {
    cursor: pointer;
}

.hlb {
    font-weight: bold;
    cursor: pointer;
}

.hlbi {
    font-weight: bold;
    font-style: italic;
    cursor: pointer;
}

.hli {
    font-style: italic;
    cursor: pointer;
}

.ajax__tab_tab {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    height: 13px !important;
}

.customAttributeLabel {
    display: block;
    font-style: normal;
    font-weight: normal;
    padding-right: 200px;
    text-align: left;
}

.customAttributeAlignRight {
    padding-bottom: 15px;
    text-align: right;
}

/*     Missing statement & ESE widget style           */

.ddlEsReport {
    font-family: Verdana;
    font-size: 8pt;
    text-align: left;
    color: black;
    font-weight: normal;
}

.tblLayout {
    table-layout: inherit !important;
}

/*     Missing statement & ESE widget style  ends          */


/* mass data */

#settingDivMassData .col-xs-2 {
    width: 14.5%;
}

.ChkRadInputFont {
    font-style: normal !important;
}

.RadComboBox .rcbReadOnly .rcbInputCellLeft {
    background-position: 0px 0px !important;
}
/* mass data ends*/


/* user maintainence style script*/

.csCreateNew .row .col-md-4 {
    padding-right: 4px;
    padding-top: 5px;
}

.csCreateNew .row .col-md-8 {
    padding-left: 4px;
}

.csUserEdit .col-md-7 .row .col-md-4 {
    padding-right: 4px;
    padding-top: 5px;
}

.csUserEdit .col-md-7 .row .col-md-8 {
    padding-left: 4px;
}

.csUserEdit .col-md-5 .row .col-md-6 {
    padding-left: 0px;
    padding-top: 5px;
}

.radMultiPage {
    border: 1px solid #dddddd;
}
/* user maintainence style script ends*/


/*Dynamic Work Flow */

.portfolioTreeviewHeaderDiv {
    color: white;
    background-color: #a0a0a0;
    font-weight: bold;
    font-size: 16px;
    width: 97%;
    height: 32px;
    border-radius: 5px;
    text-align: center;
}

    .portfolioTreeviewHeaderDiv div {
        width: 350px;
        float: left;
        margin-top: 6px;
        text-align: center;
        margin-left: -50px;
    }


.portfolioTreeViewContol {
    overflow-x: hidden !important;
}


.notesrepeatertextspan {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.notesrepeatertextspanhover {
    overflow: visible !important;
    white-space: normal !important;
    width: auto !important;
    position: absolute !important;
    background-color: #FFF !important;
    color: black !important;
    z-index: 3 !important;
    padding: 1px !important;
}

.notesrepeatertextspanexpand {
    white-space: normal !important;
}

.WidgetfooterPeriod {
    background-color: #555555;
    color: #fff;
    border-top: 0;
    padding: 2px 2px 2px 2px;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.badge {
    background-color: #FDB913 !important;
}
/* user maintainence style script ends*/
/* telerik form-control override for textboxes */

.form-control-telerik-TextBox-Override {
    height: 32px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #a0a0a0 !important;
    border-radius: 2px !important;
}

.RadUpload_Default .ruButton {
    color: #fff;
    background-color: #69c !important;
    border-color: !important;
    background-image: none !important;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center !important;
    vertical-align: middle !important;
    cursor: pointer;
    background-image: none;
    border: 1px solid #407fbf;
    white-space: nowrap;
    font-size: 14px !important;
    line-height: 1.2;
    border-radius: 4px;
    -webkit-user-select: none;
    height: 30px !important;
}

.RadUpload_Default .ruFakeInput {
    border: 1px solid #a0a0a0 !important;
    border-radius: 2px !important;
    height: 24px !important;
    width: 70% !important;
}

.RadAsyncUpload span.ruFileWrap {
    width: 100% !important;
    height: 32px !important;
    padding-top: 2px !important;
}

.RadToolTip_Bootstrap table.rtWrapper td.rtWrapperContent {
    font-size: 11px !important;
    padding: 0px !important;
}

/* It has been added to resolve the RadTree item overlapping issue  */
.RadTreeView {
    white-space: normal !important;
}

/* Makes a control look disabled, does not actually disable control */
.disableControl {
    background-color: lightgray !important;
    cursor: not-allowed !important;
}



/*
    Document Tracker CSS
*/

.RadComboBox .rcbReadOnly .rcbInputCellLeft {
    background-position: 0px 0px !important;
}

#ctl00_ContentPlaceholder1_lnkExportToExcel_spanIcon {
    margin-top: -2px;
}

.radWidth {
    width: 100% !important;
}

.panel-body-documentViewer {
    padding: 15px;
    padding-bottom: 0px;
}

.radInputFont {
    font-style: normal !important;
}

.borderTop {
    border-top: 1px solid #ccc;
    padding-top: 4px;
    border-bottom: 1px solid #ccc;
    margin-left: 25px !important;
    margin-right: 25px !important;
    /*border-top: #ccc solid 1px;
            padding: 4px 0;
            border-bottom: #ccc solid 1px;
            margin: 0 15px !important;*/
}

.gridIcon-warning {
    color: #cddc39;
}

.col-md-1-2 {
    width: 4.166666%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.panel-heading-line-split {
    padding: 0px 0px !important;
    background-color: white !important;
    float: unset !important;
    margin-left: 50% !important;
}

.padded-right10 {
    padding-right: 8px;
}

.padded-right2 {
    padding-right: 2px;
}

/*Sub-Nav Bar*/
sub-nav {
    height: 30px;
    width: 100%;
    background: #fff;
    border-bottom: 3px solid #FDB913;
}

.sub-nav ul li {
    float: left;
    height: 17px;
    color: #6699CC;
    padding: 8px 10px 5px 10px;
    margin: 0;
    font-size: 12px;
}

    .sub-nav ul li a {
        padding: 0 10px;
        color: #6699CC;
    }

        .sub-nav ul li a:hover, .sub-nav ul li:hover a, .sub-nav ul li:first-child, .sub-nav ul li:hover + li, .sub-nav ul li:active + li {
            background: none;
        }

    .sub-nav ul li.current a {
        cursor: default;
    }

    .sub-nav ul li:hover, .sub-nav ul li:active, .sub-nav ul li.current {
        float: left;
        height: 20px;
        color: #fff;
        padding: 8px 10px 2px 10px;
        background: #888;
    }

        .sub-nav ul li:hover a, .sub-nav ul li:active a, .sub-nav ul li.current a {
            color: #fff;
        }

.sub-nav-bar {
    width: 100%;
    background-color: #FFF;
    position: relative;
}

    .sub-nav-bar ul.menu {
        border: 1px solid #CCC;
        display: inline-block;
        margin: 10px 20px 10px 0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

        .sub-nav-bar ul.menu li {
            float: left;
            color: #004691;
            padding: 5px 10px;
            margin: 0;
            font-size: 12px;
            border-right: 1px solid #CCC;
        }

            .sub-nav-bar ul.menu li:last-child {
                border-right: 0;
            }

            .sub-nav-bar ul.menu li:active, .sub-nav-bar ul.menu li.current, .sub-nav-bar ul.menu li:hover {
                background-color: #FDB913;
            }

                .sub-nav-bar ul.menu li.current:hover a {
                    text-decoration: none;
                }

    .sub-nav-bar ul.tools {
        border: 1px solid #CCC;
        display: inline-block;
        margin: 10px 20px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

        .sub-nav-bar ul.tools li {
            float: left;
            color: #004691;
            padding: 5px 10px;
            margin: 0;
            font-size: 12px;
        }

            .sub-nav-bar ul.tools li:active, .sub-nav-bar ul.tools li.current, .sub-nav-bar ul.tools li:hover a {
                color: #FDB913;
            }

/* Tabs  */
ul.tabs {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    height: 20px;
}

    /* single tab */
    ul.tabs li {
        float: left;
        text-indent: 0;
        padding: 0;
        margin: 0 !important;
        list-style-image: none !important;
    }

    /* link inside the tab. */
    ul.tabs a {
        font: bold 11px helvetica, arial, sans-serif;
        display: block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        text-decoration: none;
        color: #fff;
        padding: 0;
        margin: 0;
        position: relative top: 1px;
        text-transform: uppercase;
    }

        ul.tabs a.w1, ul.tabs a.w2 {
            font: 12px helvetica, arial, sans-serif;
            display: block;
            height: 24px;
            line-height: 23px;
            text-align: center;
            text-decoration: none;
            color: #fff;
            padding: 0 18px 0 18px;
            margin: 0;
            position: relative;
            text-transform: uppercase;
            border-top: 4px solid #6699cc;
            top: 2px;
            background-color: #6699cc;
        }

            ul.tabs a.w1:hover, ul.tabs a.w2:hover, ul.tabs a.w2:hover {
                background-color: #FFF;
                border-top: 4px solid #fdb913;
                color: #555;
            }

        ul.tabs a:active {
            outline: none;
        }

        /* active tab uses a class name "current".*/
        ul.tabs a.w1.current, ul.tabs a.w1.current:hover, ul.tabs li.w1.current a, ul.tabs a.w2.current, ul.tabs a.w2.current:hover, ul.tabs li.w2.current a {
            background-color: #FFF;
            cursor: default !important;
            color: #555 !important;
            border-top: 4px solid #FDB913;
        }

/* tab pane styling */
.tab_panes div.main_pane {
    padding: 0 0 0 20px;
    border: 1px solid #a0a0a0;
    border-top: 0;
    height: 684px;
    font-size: 14px;
    background-color: #fff;
    margin: 0 auto;
}

    .tab_panes div.main_pane#tuning_management, .tab_panes div.main_pane#my_worklist, .mainContainer .tab_panes div.main_pane {
        padding: 0 0 15px 0;
        border: 0;
        border-top: 0;
        height: 684px;
        font-size: 14px;
        background-color: #fff;
        width: 100%;
        margin: 0 auto;
    }

        .tab_panes div.main_pane#tuning_management > .accordion2, .tab_panes div.main_pane#my_worklist > .accordion2, .mainContainer .tab_panes div.main_pane > .accordion2 {
            margin-left: 20px;
        }

/*Filter Dropdowns*/
.rddlInner {
    background-color: #a0a0a0 !important;
    border-color: #a0a0a0 !important;
}

.rddlItem {
    background-color: #ffffff !important;
    color: #333333 !important;
}

.RadButton_BlackMetroTouch.rbButton, .RadButton_BlackMetroTouch.rbButton.rbDisabled, .RadButton_BlackMetroTouch .rbSplitPart {
    background-color: #003366 !important;
    border-color: #003366 !important;
}

.rddlPopup_BlackMetroTouch {
    border-color: #dddddd !important;
}

    .rddlPopup_BlackMetroTouch .rddlItemSelected {
        background-color: #dddddd !important;
        color: #333333 !important;
        border-color: #a0a0a0 !important;
    }

.rgHeader > a {
    color: #333333 !important;
    font-size: 14px !important;
}

.download-dropdown {
    float: right !important;
    margin-right: 16px !important;
    padding-top: 12px !important;
}

/*Rad Grid styles*/

.chart-body {
    background-color: #ffffff !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 887px !important;
    margin-left: 16px !important;
    padding-bottom: 14px !important;
    border: 1px solid #dddddd !important;
}

/*Chart Headers*/

.health-score-header {
    /*width: 96.3%;*/
    height: 35px;
    background-color: #DEE9F5;
    padding: 10px;
    color: #333333;
    font-weight: bold;
}

.health-score-details {
    /*width: 96.3%;*/
    height: 75px;
    background-color: #ffffff;
    padding-top: 25px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.health-score-detail-items {
    margin-top: 10px;
    font-weight: normal;
}

.health-score-details p {
    font-weight: normal;
}

    .health-score-details p:last-child {
        margin-top: -5px;
    }

.perfevent-attribute-value-dropdown {
    margin-top: 5px;
}

.row .consequence-line-height {
    margin-bottom: 7px;
}

div.row .consequence-sub-row {
    margin-left: 4%;
}

.consequence-action-items-grid {
    padding-left: 0;
    padding-right: 7%;
    margin-right: 0;
}

.consequence-action-items-add-group {
    margin-left: -5%;
}

.m-l-2-5 {
    margin-left: 2.5%;
}

.m-r-2-5 {
    margin-right: 2.5%;
}

.m-r-5 {
    margin-right: 5%;
}

.m-l-5 {
    margin-left: 5%;
}

.p-l-0 {
    padding-left: 0;
}

.p-r-0 {
    padding-right: 0;
}

.m-l-0 {
    margin-left: 0;
}

.m-r-0 {
    margin-right: 0;
}

.clearBoth {
    clear: both;
}
/* Very specific fix for documents tab rendering */
#rauWorksheetListContainer > li.ruSelectWrap {
    width: 300px;
}

div.entity-lookup div.RadComboBox.RadComboBox_MyCustomSkin,
div.entity-lookup table,
div.entity-lookup > table td:first-child {
    width: 100% !important;
}


.entityInputFooterMain {
    position: absolute;
    left: 0;
    bottom: 0;
}

.paddingZero {
    padding-left: 0px;
    padding-right: 0px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.padding-15 {
    padding: 15px;
}

.img-full {
    position: fixed;
    top: 0;
    left: 0;
    /* Preserve aspet ratio */
    min-width: 100%;
    min-height: 100%;
}

.h-24 {
    height: 20px;
    padding: 2px;
}

.p-2 {
    padding: 2px !important;
}

.divRollXRefRow {
    padding: 30px 20px 50px 10px;
}

.divEnableProcessingRFAdjustGrid {
    padding: 0px 20px 10px 10px;
}

.divEnableProcessingRFAdjustSaveButton {
    padding: 0px 20px 10px 10px;
    float: right;
}

.divEnableProcessingRFAdjustAlertMessage {
    padding: 5px 0px 0px 0px;
    float: none;
}

/* ADA Visual Aids */
.btn-header {
    background-color: transparent;
    border: none;
    font-weight: bold;
    text-align: left;
}

.anchor-line-split:focus {
    color: orange;
}

.form-control:focus {
    border-width: 2px
}

.panel-primary {
    border-color: #dde8f5 !important;
}

    .panel-primary > .panel-heading {
        border-color: #dde8f5;
        background-color: #dde8f5;
        color: #555
    }

.vert-bottom {
    display: table-cell !important;
    float: none !important;
    vertical-align: bottom;
}


big,
.big {
    font-size: 135%;
}

.text-lite {
    color: #fff;
}

.text-bright {
    color: #ff8500;
}

.text-secondary {
    color: #407fbf;
}

a.text-secondary:hover {
    color: #336699;
}

.text-error {
    color: #990000;
}

a.text-error:hover {
    color: #660000;
}

ol {
    counter-reset: item;
}

    ol li {
        display: block;
    }

        ol li:before {
            content: counters(item, ".", decimal) " ";
            counter-increment: item;
        }

.list-unstyled,
.list-unstyled ul {
    list-style: none;
}

dd + dt {
    margin-top: 10px;
}

.dl-horizontal > dd + dt {
    margin-top: 0;
}

.btn-primary {
    color: #fff;
    background-color: #036;
    border-color: #001933;
}

.btn-secondary {
    color: #ffffff;
    background-color: #4578BC;
    border-color: #6699cc;
}

.close {
    opacity: 1;
}

    .close:focus, .close:hover {
        opacity: .8;
    }

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
    color: #ffffff;
    background-color: #407fbf;
    border-color: #306191;
}

.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
    background-image: none;
}

.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
    background-color: #a0a0a0;
    border-color: #555555;
}

.btn-secondary .badge {
    color: #6699cc;
    background-color: #ffffff;
}

.btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #555;
    background-color: #fdb913;
    border-color: #d19502;
}

.nav-tabs.primary-tabs > li > a {
    background-color: #6699cc;
    color: #fff;
    text-transform: uppercase;
}

    .nav-tabs.primary-tabs > li > a:hover {
        border-color: #f3f3f3 #f3f3f3 #dddddd;
        background-color: #fff;
        color: #555555;
    }

.nav-tabs.primary-tabs li.active > a,
.nav-tabs.primary-tabs li.active > a:hover,
.nav-tabs.primary-tabs li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-top: 5px solid #FDB913;
    border-bottom-color: transparent;
    padding-top: 3px;
    cursor: default;
}

.nav-tabs.primary-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

    .nav-tabs.primary-tabs.nav-justified > li {
        float: none;
    }

        .nav-tabs.primary-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-tabs.primary-tabs.nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-tabs.primary-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.primary-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.primary-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.primary-tabs.nav-justified > .active > a,
.nav-tabs.primary-tabs.nav-justified > .active > a:hover,
.nav-tabs.primary-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs.primary-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.primary-tabs.nav-justified > .active > a,
    .nav-tabs.primary-tabs.nav-justified > .active > a:hover,
    .nav-tabs.primary-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    color: #fff;
    background-color: #6699cc;
}

.nav-pills > li.open > a,
.nav-pills > li.open > a:hover,
.nav-pills > li.open > a:focus {
    background-color: #6699cc;
    border-color: #6699cc;
}

.nav-pills > li.disabled > a,
.nav-pills > li.disabled > a:hover,
.nav-pills > li.disabled > a:focus {
    color: #a0a0a0;
    background-color: #dddddd;
}

.label-secondary {
    background-color: #6699cc;
}

    .label-secondary[href]:hover,
    .label-secondary[href]:focus {
        background-color: #407fbf;
    }

.label-success {
    background-color: #23679b;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #1a4b71;
    }

.progress-bar-secondary {
    background-color: #6699cc;
}

.progress-striped .progress-bar-secondary {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.panel-body.full {
    padding: 0;
}

.panel-title > a:hover,
.panel-title > a:focus {
    text-decoration: none;
}

.panel-body .table th:first-child,
.panel-body .table td:first-child {
    padding-left: 10px;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    background-color: #a0a0a0;
    color: #fff;
}

.panel-body .panel-group .panel-title {
    font-size: 16px;
}

    .panel-body .panel-group .panel-title > a:hover,
    .panel-body .panel-group .panel-title > a:focus {
        text-decoration: none;
    }

    .panel-body .panel-group .panel-title > a:after {
        content: "\2212";
        margin-left: 0;
        padding-right: 6px;
        color: #555555;
        font-size: 14px;
        font-weight: bold;
    }

    .panel-body .panel-group .panel-title > a.collapsed:after {
        content: "\002B";
    }

.panel-body .panel-group .panel-heading {
    padding-left: 20px;
}

.panel-info .panel-footer {
    background-color: #a0a0a0;
    color: #fff;
}

.panel-group .panel-group .panel-heading {
    background-color: #c6c6c6;
}

.panel-group .panel .panel-heading.active {
    background-color: #555555;
    border-bottom: 2px solid #fdb913;
    color: #fff;
}

    .panel-group .panel .panel-heading.active + .collapse.in {
        background-color: #a0a0a0;
        color: #fff;
    }

.modal-toolbar {
    /*overflow: auto;*/
    background-color: #dde8f5;
    border: 1px solid #a0a0a0;
    padding: 8px 10px;
}

    .modal-toolbar:before,
    .modal-toolbar:after {
        content: "";
        display: table;
    }

    .modal-toolbar:after {
        clear: both;
    }

.modal-toolbar {
    zoom: 1;
}

@media (min-width: 992px) {
    .modal-full {
        width: auto;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: 100%;
        margin: 5% auto;
    }
}

/* Crowe custom styles */
.brand-primary {
    background-color: #003366 !important;
}

.brand-secondary {
    background-color: #6699cc !important;
}

.brand-info {
    background-color: #99ccff !important;
}

.brand-success {
    background-color: #23679b !important;
}

.brand-warning {
    background-color: #fdb913 !important;
}

.brand-danger {
    background-color: #990000 !important;
}

.brand-accent1 {
    background-color: #6699cc !important;
}

.brand-accent2 {
    background-color: #dde8f5 !important;
}

.brand-accent3 {
    background-color: #edf4fb !important;
}

.gray-darker {
    background-color: #3c3c3c !important;
}

.gray-dark {
    background-color: #555555 !important;
}

.gray {
    background-color: #a0a0a0 !important;
}

.gray-light {
    background-color: #dddddd !important;
}

.gray-lighter {
    background-color: #f3f3f3 !important;
}

.brand-primary-dark {
    background-color: #001933 !important;
}

.brand-secondary-dark {
    background-color: #407fbf !important;
}

.brand-info-dark {
    background-color: #66b2ff !important;
}

.brand-success-dark {
    background-color: #1a4b71 !important;
}

.brand-warning-dark {
    background-color: #db9c02 !important;
}

.brand-danger-dark {
    background-color: #660000 !important;
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -0-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.em {
    font-weight: bold;
}

.panel-group .panel-primary .panel-heading {
    border-bottom: 0;
}

a:hover i,
a:focus i,
a:hover [class^="icon-"],
a:hover [class*=" icon-"],
a:focus [class^="icon-"],
a:focus [class*=" icon-"] {
    text-decoration: none;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    -webkit-box-sizing: content-box;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    line-height: 34px;
    line-height: 1.42857143 \0;
}

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg {
        line-height: 46px;
    }

@media print {
    * {
        -webkit-box-shadow: none !important;
    }
}

/*@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}
*/
body {
    line-height: 1.42857143;
    color: #333;
}

a {
    color: #428bca;
}

    a:hover,
    a:focus {
        color: #2a6496;
    }

.img-thumbnail {
    line-height: 1.42857143;
}

/*h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.1;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        color: #777;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}*/

h1,
.h1 {
    font-size: 20px;
    font-weight: bold;
}

/*h2,
.h2 {
    font-size: 30px;
}*/

.h2-header {
    font-size: 16px;
    font-weight: bold;
}

h3,
.h3 {
    font-size: 16px;
    font-weight: bold;
}

/*h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}
*/
p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
}

mark,
.mark {
    background-color: #fcf8e3;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #428bca;
}

a.text-primary:hover {
    color: #3071a9;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #428bca;
}

a.bg-primary:hover {
    background-color: #3071a9;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul,
ol {
    margin-bottom: 10px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777;
    }

    .blockquote-reverse,
    blockquote.pull-right {
        border-right: 5px solid #eee;
    }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code {
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

    kbd kbd {
        -webkit-box-shadow: none;
    }

pre {
    padding: 9.5px;
    margin: 0 0 10px;
    line-height: 1.42857143;
    color: #333;
}

.table {
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        border-top: 1px solid #ddd;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
    }
}

legend {
    margin-bottom: 20px;
    color: #333;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.radio,
.checkbox {
    min-height: 20px;
}

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        margin-top: 4px \9;
    }

.input-sm,
.form-horizontal .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
    height: 46px;
    font-size: 18px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

.form-control-feedback {
    top: 25px;
    width: 34px;
    height: 34px;
    line-height: 34px;
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
}

    .has-success .form-control:focus {
        border-color: #2b542c;
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
}

    .has-error .form-control:focus {
        border-color: #843534;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.help-block {
    color: #737373;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.dropdown-menu {
    -webkit-background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .dropdown-menu .divider {
        margin: 9px 0;
    }

    .dropdown-menu > li > a {
        line-height: 1.42857143;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            color: #262626;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        background-color: #428bca;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #777;
    }

.dropdown-header {
    line-height: 1.42857143;
    color: #777;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    font-size: 18px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

.input-group-addon {
    color: #555;
    background-color: #eee;
    border: 1px solid #ccc;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
    }

    .input-group-addon.input-lg {
        font-size: 18px;
    }

.nav > li > a:focus {
    background-color: #eee;
}

.nav > li.disabled > a {
    color: #777;
}

    .nav > li.disabled > a:hover,
    .nav > li.disabled > a:focus {
        color: #777;
    }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #428bca;
}

.nav .nav-divider {
    margin: 9px 0;
}

.nav-tabs > li > a {
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
}

    .nav-tabs > li > a:hover {
        border-color: #eee #eee #ddd;
    }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca;
}

.navbar {
    margin-bottom: 20px;
}

.navbar-collapse {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 768px) {
    .navbar-collapse {
        -webkit-box-shadow: none;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    -o-transform: translate3d(0, 0, 0);
}

.navbar-brand {
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        -webkit-box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #777777;
    }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #080808;
        color: #ffffff;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
    }

    navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: #080808;
    }
}

.navbar-inverse .navbar-link {
    color: #777777;
}


.navbar-inverse .btn-link {
    color: #777777;
}

.breadcrumb {
    margin-bottom: 20px;
}

    .breadcrumb > .active {
        color: #777777;
    }

.pagination {
    margin: 20px 0;
}

    .pagination > li > a,
    .pagination > li > span {
        line-height: 1.42857143;
        color: #428bca;
    }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            color: #2a6496;
            background-color: #eee;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        background-color: #428bca;
        border-color: #428bca;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777777;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    font-size: 18px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
}

.pager {
    margin: 20px 0;
}

    .pager li > a,
    .pager li > span {
        border-radius: 15px;
    }

        .pager li > a:hover,
        .pager li > a:focus {
            background-color: #eee;
        }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #777777;
    }

.label-default {
    background-color: #777777;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #428bca;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #3071a9;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    padding: 3px 7px;
    color: #ffffff;
    background-color: #777777;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #428bca;
}

.jumbotron {
    background-color: #eee;
}

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.thumbnail {
    margin-bottom: 20px;
    line-height: 1.42857143;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca;
}

.thumbnail .caption {
    color: #333333;
}

.alert {
    margin-bottom: 20px;
}

.alert-success {
    background-color: #fff;
    border-color: #23679b;
    color: #23679b
}

    .alert-success hr {
        border-top-color: #1e5986
    }

    .alert-success .alert-link {
        color: #1a4b71
    }

.alert-info {
    background-color: #f5faff;
    border-color: #d1f0ff;
    color: #4da6ff
}

    .alert-info hr {
        border-top-color: #b8e7ff
    }

    .alert-info .alert-link {
        color: #1a8cff
    }

.alert-warning {
    background-color: #fff8e7;
    border-color: #ffe8ce;
    color: #f4a602
}

    .alert-warning hr {
        border-top-color: #feddb5
    }

    .alert-warning .alert-link {
        color: #c28402
    }

.alert-danger {
    background-color: #fff;
    border-color: #900;
    color: #900
}

    .alert-danger hr {
        border-top-color: #800000
    }

    .alert-danger .alert-link {
        color: #600
    }

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
}

.progress-bar {
    line-height: 20px;
    background-color: #428bca;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    -webkit-background-size: 40px 40px;
}

.progress-bar[aria-valuenow="0"] {
    color: #777777;
    -webkit-box-shadow: none;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-bar-danger {
    background-color: #d9534f;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777777;
    background-color: #eee;
}

    .list-group-item.disabled .list-group-item-text,
    .list-group-item.disabled:hover .list-group-item-text,
    .list-group-item.disabled:focus .list-group-item-text {
        color: #777777;
    }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #428bca;
    border-color: #428bca;
}

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text {
        color: #e1edf7;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success:hover,
    a.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active,
    a.list-group-item-success.active:hover,
    a.list-group-item-success.active:focus {
        color: #ffffff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info:hover,
    a.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active,
    a.list-group-item-info.active:hover,
    a.list-group-item-info.active:focus {
        color: #ffffff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning:hover,
    a.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active,
    a.list-group-item-warning.active:hover,
    a.list-group-item-warning.active:focus {
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger:hover,
    a.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active,
    a.list-group-item-danger.active:hover,
    a.list-group-item-danger.active:focus {
        color: #ffffff;
        background-color: #a94442;
        border-color: #a94442;
    }

.panel {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 8px 15px;
}

.panel-info > .panel-heading {
    color: #fff;
    background-color: #23679b;
    border-color: #a0a0a0;
}

.panel-title {
    font-size: 16px;
}

.panel-footer {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
        border-top-left-radius: 3px;
    }

    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
        border-top-right-radius: 3px;
    }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
        border-bottom-left-radius: 3px;
    }

    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
        border-bottom-right-radius: 3px;
    }

.panel-group {
    margin-bottom: 0;
}

.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
}

.modal.fade .modal-dialog {
    -o-transform: translate3d(0, -25%, 0);
}

.modal.in .modal-dialog {
    -o-transform: translate3d(0, 0, 0);
}

.modal-content {
    -webkit-background-clip: padding-box;
}

.modal-header {
    min-height: 16.42857143px;
}

.tooltip-inner {
    background-color: #000;
}


.tooltip.top .tooltip-arrow {
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000;
}

.popover {
    -webkit-background-clip: padding-box;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, #ffffff 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.RadListBox_Default .rlbItem.rlbSelected {
    background-color: #797676 !important;
}
.RadListBox .rlbDisabled{
    opacity:1 !important;
    cursor:not-allowed !important;
}

.skip-link {
    font-size: 10px;
    position: absolute;
    transform: translateX(-150%);
    transition: transform 0.3s;
    color: #fff;
}

     .skip-link:hover {
    color: #fdb913;
}

.skip-link:focus {
     transform: translateX(0%);
     color: #fff;
    outline-offset: 2px !important;
}

.pagination-indexing {
    border-color: #555555 !important;
    min-width: 0px !important;
    background-image: none !important;
    color: white !important;
    background-color: #666666 !important;
    font-weight: bold !important;
}

.pagination-indexing:focus {
    box-shadow: inset 0 0 5px rgb(0, 0, 0) !important;
}

.pagerWrapper {
    display: table;
    width: 100%;
}

.pagerWrapperLeft {
    display: table-cell;
}

.pagerWrapperRight {
    display: table-cell;
    text-align: right;
    padding-right: 7px;
    color: white;
}

.k-pager-numbers .k-link.k-selected,
.k-pager-numbers .k-link.k-state-selected {
    background-color: #ebebeb !important
}

.k-pager-numbers .k-link {
    color: #265074 !important;
}

#masterFooter {
    bottom: 1px;
    width: 100%;
    text-align: center;
    padding: 0px 0px 3px 0px;
    font-weight: bold;
    background-color: #FFF;
    position: sticky;
}

    #masterFooter a {
        color: #8F8D8D;
        text-decoration: underline;
        font-size: 11px;
    }

        #masterFooter a:hover {
            color: #8F8D8D;
        }

.osano-cm-widget {
    display: none;
}
