/*#region global*/

/*body {
    padding-top: 60px;
    padding-bottom: 40px;
}*/

body {
    /*font-family:'Arial Unicode MS' !important;*/
    /*overflow-y:scroll !important;*/
    font-size:13px !important;
    background-color:#f6f6f6;
}

@media (max-width: 979px) {
    body {
        padding-top: 0px;
    }

    .navbar .nav {
        right: auto !important;
        margin-top: 0px !important;
    }

    .nav-collapse {
        height: 37px !important;
    }

    .navbar .btn-navbar {
        display: none !important;
    }

    .navtitle {
        display: none !important;
    }

    .navauth {
        display: none !important;
    }
}
/*@media (min-width: 768px) and (max-width: 979px) { do stuff }*/

html {
    overflow: -moz-scrollbars-vertical !important;
    overflow-y: scroll !important;
}

a:focus { 
    outline: none !important;    
    text-decoration:none !important;
    background-color:transparent !important;
}

select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none !important;  
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color:#c7a158 !important; /*#ecc57a*/
}

button::-moz-focus-inner {
  border: 0 !important;
}

.btn:focus {
    outline: none !important; 
}

textarea {
   resize: none !important;
}

select {
    width:224px;
}

hr {
    border-top:1px solid #aaaaaa !important;
    /*display: block; height: 1px;
    border: 0; border-top: 1px solid #aaaaaa;
    margin: 1em 0; padding: 0;*/
}

/*#region ie.kinda*/

input:focus {
    outline: none !important; 
}

textarea:focus {
    outline: none !important; 
}

.uneditable-input:focus {
    outline: none !important; 
}

/*#endregion ie.kinda*/

/*#endregion global*/

/*#region jjj*/

/*#region general*/

.noscript {
    top:0 !important;
    position:fixed;
    width:100%;
    padding:2px;
    z-index:3333;
    background-color:#dddddd;
    text-align:center;
    color:firebrick;
    font-size:17px;
    font-weight:bold;
}

.notificationwrapper {
    position:fixed !important;
    top:0;
    width:33%;
    z-index:3333;
}

.waitdotgif {
    position:fixed !important;
    top:32px;

    padding: 2px 16px;
    z-index:4444;

    border:1px solid #aaaaaa; /*#252525*/
    /*border-top-width:0px;*/
    background-color:#f6f6f6; /*#96C5E9*/
    color:#555555 !important;
    font-weight:bold !important;

    /*-moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;*/
    /*-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;*/
    
    /*width: 90px;*/
    margin: 0 auto;
    text-align:center;
    display:none;
    margin-bottom:4px;
}

.globalalert {
    position:fixed !important;
    top:0;
    width:33%;

    z-index:4444 !important;
    text-align:center !important;
    cursor:pointer !important;
    font-weight:bold;

    border:0px solid #aaaaaa;
    border-top-width:0px;
    background-color:#f6f6f6;

    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -khtml-border-radius: 0px !important;
    border-radius: 0px !important;

    display:none;
    padding:3px 35px 2px 14px !important;

    border:1px solid #aaaaaa;
    border-top-width:0px;
}

.globalalert:hover {
    opacity:0.8;
 }

.globalalert .close {
    line-height: 20px;
    position: relative;
    right: -21px;
    top: -2px;
}

.formbox {
    background-color:#eeeeee;
    padding:16px;
    border:1px solid #aaaaaa;
    cursor:default !important;
}

.formtext {
    line-height:32px;
    font-size:11px;
}

.firebrickbox {
    padding:16px;
    /*background-color:#eeeeee;*/
    /*border:1px solid #aaaaaa;*/
    border:1px solid firebrick;
    /*text-align:center;*/
    color:firebrick;
    font-weight:bold;
    cursor:default !important;
}

.actionbox {
    padding:16px;
    border:1px solid #96C5E9;
    cursor:default !important;
}

.dashbox {
    /*background-color:#eeeeee;
    padding:16px;
    border:1px solid #aaaaaa;
    cursor:default !important;*/
}

.tablebox {
    background-color:#f6f6f6;
    padding:16px;
    border:1px solid #aaaaaa;
    cursor:default !important;
}

.tabswrapper {
    padding:8px 0px 8px 0px;
    background-color:#eeeeee;
    /*margin-bottom:32px;*/
}

.tabswrapper:hover {
    /*margin:0 !important;*/ /*$jjj*/
 }

.tabswrapper a {
    font-weight:bold !important;
    color:#555555 !important;
    font-family:'Arial Unicode MS' !important;
    padding: 8px 16px 8px 16px;
    margin:0 !important;
    border:1px solid transparent;
}

.tabswrapper a:hover {
    /*color:#555555 !important;*/
    text-decoration: none !important;
    background-color:#f6f6f6 !important; /*#ffffff*/
    border:1px solid #aaaaaa;
}

.tabswrapper a.active {
    /*color:#000000 !important;*/
    background-color:#f6f6f6 !important; /*#ffffff*/
    border:1px solid #aaaaaa;
}

.tabswrapper a.active:hover {
    text-decoration: none !important;
    cursor:default !important;
}

.dashtabswrapper {
    padding: 4px 0px 4px 0px;
    /*background-color:#eeeeee;*/
    /*margin-bottom:32px;*/
}

.dashtabswrapper:hover {
    /*margin:0 !important;*/ /*$jjj*/
 }

.dashtabswrapper a {
    font-weight:bold !important;
    color:#555555 !important;
    font-family:'Arial Unicode MS' !important;
    padding: 8px 16px 8px 16px;
    margin:0 !important;
    border:1px solid transparent;
}

.dashtabswrapper a:hover {
    text-decoration: none !important;
    background-color:#DDE8F1 !important; /*#ffffff*/
    /*border:1px solid #aaaaaa;*/
}

.dashtabswrapper a.active {
    background-color:#DDE8F1 !important; /*#ffffff*/
    /*border:1px solid #aaaaaa;*/
}

.dashtabswrapper a.active:hover {
    text-decoration: none !important;
    cursor:default !important;
}

.buimodal {
    padding:8px;
    cursor: default;
    color:#555555;
    background-color:#eeeeee;
    min-width:333px;
}

.quickviewmodal {
    max-height:384px;
    overflow-y:scroll;
}

.modalform {
    margin-top:4px;
}

.modalform .control-group {
    margin-bottom:2px !important;
}

.spancenter {
    margin:0 auto !important; 
    float:none !important;
    text-align:center !important;
}

#jr_inner { min-width:450px !important; }

.currency {
    color:#555555 !important;
}

.quantity {
    color:#555555 !important;
}

.imgaction {
    opacity:0.8 !important;
}

.imgaction:hover {
    opacity:1.0 !important;
}

.lotsofcopy {
    color:#555555 !important;
    /*font-family:'Verdana,arial,sans-serif' !important;*/
    font-weight:normal !important;
    font-size:small !important;
    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
}

.txtreadonly {
    background-color:#ffffff !important;
    cursor:default !important;
}

.formsubheading {
    /*padding:4px;*/
    /*background-color:#E5F1FA;*/ /*#E5F1FA / #f6f6f6*/
    /*border:1px solid #aaaaaa;*/
    margin:8px 0px 0px 0px; /*16px 0px 0px 0px*/
    /*border-radius:4px;*/
    /*text-align:center;*/
    font-size:11px !important;
    /*font-family:'Verdana,arial,sans-serif' !important;*/
    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    color:#555555;
}

.adminlnk {
    margin-right: 32px !important;
    /*background-repeat: repeat-x;
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #cccccc, #777777) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc), to(#777777)) !important;
    background-image: -webkit-linear-gradient(top, #cccccc, #777777) !important;
    background-image: -o-linear-gradient(top, #cccccc, #777777) !important;
    background-image: linear-gradient(to bottom, #cccccc, #777777) !important;*/
}

.adminimg {
    /*padding: 6px 11px 7px !important;*/

    /*margin-right: -32px !important;
    background-color:#777777 !important;*/

    /*background-repeat: repeat-x;
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #cccccc, #777777) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc), to(#777777)) !important;
    background-image: -webkit-linear-gradient(top, #cccccc, #777777) !important;
    background-image: -o-linear-gradient(top, #cccccc, #777777) !important;
    background-image: linear-gradient(to bottom, #cccccc, #777777) !important;*/
}

.pnlwrapper {
    margin-top:8px;
}

.form-horizontal .control-group {
    margin-bottom:8px;
}

.accordion-toggle:hover {
    text-decoration:none !important;
    color:none !important;
}

.accordion-heading .accordion-toggle {
    padding:0 8px !important;
    opacity:0.8 !important;
}

.accordion-heading .accordion-toggle:hover {
    opacity:1.0 !important;
}

.accordionexpand {
    background-image:url('/Assets/images/expand.png');
    background-position: 8px;
    background-repeat:no-repeat;
}

.accordioncollapse {
    background-image:url('/Assets/images/collapse.png');
    background-position: 8px;
    background-repeat:no-repeat;
}

.subheading {
    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size: 11px !important;
    /*margin: 0 0 16px;*/
    color:#555555;
    cursor:default;
}

/*#endregion general*/

/*#region nav/subnav*/

.navlink {
    padding: 8px 11px 8px 11px !important;
    margin-left: 32px !important;
    color: #ffffff !important;
    background-color: transparent !important;
    font-weight: bold !important;
    font-family: 'Arial Unicode MS' !important;
    font-size: 15px !important;
    -webkit-text-shadow: none !important;
    text-shadow: none !important;
    /*box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset !important;*/
    /*-moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    -khtml-border-radius: 4px; 
    border-radius: 4px;*/
}

.navlink:hover {
    color:cadetblue !important;
    background-color:transparent !important;
}

.logo {
    padding:0 !important;
    margin-left:0 !important;
    margin-top:5px !important;
}

.logo:hover {
    color:#999999 !important;
}

.navtitle {
    /*float: left !important;
    text-align: left !important;
    margin-top: 3px !important;*/
    color: #000000 !important; /*#555555*/
    font-family: 'Arial Unicode MS' !important;
    font-size: 18px !important;
    font-weight: bold !important;
    -webkit-text-shadow: none !important;
    text-shadow: none !important;
    float:right;
}

.navtitlelnk:hover, .navtitlelnk:focus {
    text-decoration:none !important;
}

.navauth {
    /*line-height:32px;*/
    float:right;
    color:#555555;
    font-family:'Arial Unicode MS' !important;
    margin-top:4px;
}

.subnavwrapper {
    border-bottom:0px solid #aaaaaa;
}

.subnav {
    margin-bottom:8px !important;
}

.subnavtitle {
    color:#555555; /*#333333*/
    font-weight:bold;
    font-size:17px;
    margin-top:7px;
}

/*#endregion nav/subnav*/

/*#region dt*/

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f6f6f6;
}

.dtfilterboxtitle {
    background-color: #dddddd;
    color:#555555;
    /*margin-left: -4px;*/
    padding: 8px 16px;
    font-size:14px !important;
    font-weight:bold;
}

.dtmetabox {
    /*padding:8px 4px 8px 4px;*/
    /*background-color:#eeeeee;*/
    border:1px solid #aaaaaa;
    border-bottom-width:0px;
    cursor:default !important;
    height:37px;
}

.dtmetabox:hover {
    margin:0 !important; /*$jjj*/
 }

.dtfilterbox {
    padding:8px 16px 8px 4px;
    background-color:#dddddd !important;
    border-right:1px solid #aaaaaa;
    /*width:50%;*/
    float:left !important;
    height:21px;
}

.dtfilterlnk {
    font-weight:bold !important;
    color:#555555 !important;
    font-family:'Arial Unicode MS' !important;
    /*padding: 8px 32px 8px 32px;*/
    /*padding: 4px 8px 4px 8px;*/
    padding: 4px 8px 4px 8px;
    margin:0 !important;
    background-color:#eeeeee !important;
    border-left: 1px solid #F7F7F7;
    border-top: 1px solid #F7F7F7;
    border-right: 1px solid #777777;
    border-bottom:  1px solid #777777;
}

.dtfilterlnk:hover {
    /*color:#555555 !important;*/
    text-decoration: none !important;
    /*background-color:#96C5E9 !important;*/
}

.dtfilterlnk:focus {
    background-color:#eeeeee !important;
}

.dtfilterlnk.active {
    /*color:#000000 !important;*/
    background-color:#eeeeee !important;
    border-right: 1px solid #F7F7F7;
    border-bottom: 1px solid #F7F7F7;
    border-left: 1px solid #777777;
    border-top: 1px solid #777777;
}

.dtfilterddl {
    margin: -6px 0px 0px 0px !important;
}

.dtbox {
    padding:16px;
    background-color:#f6f6f6 !important;
    border:1px solid #aaaaaa;
    cursor:default;
}

.dtcolumn {
    
}

.dtcolumncenter {
    text-align:center !important;
}

.dtrowaction {
    cursor:pointer !important;
}

.imginfo {
    /*padding:0px 16px;*/
}

.table th, .table td {
    /*border-top: 1px solid #DDDDDD;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: top;*/
}

.alignright { 
    text-align: right !important;
}

/*#endregion DT*/

/*#region invoice ageing*/

.dtageingbox {
    /*display:inline;*/
    /*margin-left:16px;*/
    padding:8px 4px 8px 4px;
    /*background-color:#dddddd !important;*/
    /*width:49%;*/
    float:right !important;
    height:21px;
}

.dtageingbox a {
    margin-right:16px;
}

.invoiceageinglegend {
    display:inline;
    margin-right:16px; /*0px*/
    /*padding:8px 4px;*/
    /*background-color:#dddddd;*/
    /*height:21px;*/
}

.ageinglnkgreen {
    /*background-color:#40A040; display:inline; padding:4px 8px; border:1px solid #dddddd;*/
    display:inline;

    color:#000000 !important;

    /*font-weight:bold !important;*/
    /*color:#555555 !important;*/
    font-family:'Arial Unicode MS' !important;
    /*padding: 8px 32px 8px 32px;*/
    /*padding: 4px 8px 4px 8px;*/
    padding: 4px 8px 4px 8px;
    margin:0 !important;
    background-color:#109618 !important;
    border-left: 1px solid #A0D0A0;
    border-top: 1px solid #A0D0A0;
    border-right: 1px solid #205020;
    border-bottom:  1px solid #205020;
}

.ageinglnkgreen:hover {
    /*color:#555555 !important;*/
    text-decoration: none !important;
    /*background-color:#96C5E9 !important;*/
}

.ageinglnkgreen:focus {
    background-color:#109618 !important;
}

.ageinglnkgreen.active {
    /*font-weight:bold !important;*/
    border-right: 1px solid #A0D0A0;
    border-bottom: 1px solid #A0D0A0;
    border-left: 1px solid #205020;
    border-top: 1px solid #205020;
}

.ageinglnkorange {
    /*background-color:#40A040; display:inline; padding:4px 8px; border:1px solid #dddddd;*/
    display:inline;

    color:#000000 !important;

    /*font-weight:bold !important;*/
    /*color:#555555 !important;*/
    font-family:'Arial Unicode MS' !important;
    /*padding: 8px 32px 8px 32px;*/
    /*padding: 4px 8px 4px 8px;*/
    padding: 4px 8px 4px 8px;
    margin:0 !important;
    background-color:#FF9900 !important;
    border-left: 1px solid #FFDEA0;
    border-top: 1px solid #FFDEA0;
    border-right: 1px solid #805E20;
    border-bottom:  1px solid #805E20;
}

.ageinglnkorange:hover {
    /*color:#555555 !important;*/
    text-decoration: none !important;
    /*background-color:#96C5E9 !important;*/
}

.ageinglnkorange:focus {
    background-color:#FF9900 !important;
}

.ageinglnkorange.active {
    /*font-weight:bold !important;*/
    border-right: 1px solid #FFDEA0;
    border-bottom: 1px solid #FFDEA0;
    border-left: 1px solid #805E20;
    border-top: 1px solid #805E20;
}

.ageinglnkred {
    /*background-color:#40A040; display:inline; padding:4px 8px; border:1px solid #dddddd;*/
    display:inline;

    color:#000000 !important;

    /*font-weight:bold !important;*/
    /*color:#555555 !important;*/
    font-family:'Arial Unicode MS' !important;
    /*padding: 8px 32px 8px 32px;*/
    /*padding: 4px 8px 4px 8px;*/
    padding: 4px 8px 4px 8px;
    margin:0 !important;
    background-color:#DC3912 !important;
    border-left: 1px solid #FFA0A0;
    border-top: 1px solid #FFA0A0;
    border-right: 1px solid #802020;
    border-bottom:  1px solid #802020;
}

.ageinglnkred:hover {
    /*color:#555555 !important;*/
    text-decoration: none !important;
    /*background-color:#96C5E9 !important;*/
}

.ageinglnkred:focus {
    background-color:#DC3912 !important;
}

.ageinglnkred.active {
    /*font-weight:bold !important;*/
    border-right: 1px solid #FFA0A0;
    border-bottom: 1px solid #FFA0A0;
    border-left: 1px solid #802020;
    border-top: 1px solid #802020;
}

/*#endregion invoice ageing*/

/*#region table styles*/

.nptmeta {
    width:50% !important;
}

.nptmetakey {
    font-size:14px !important;
    color:#003399 !important;
    border-top-width:0px !important;
    width:50% !important;
}

.nptmetavalue {
    border-top-width:0px !important;
    width:50% !important;
}

.nptmetakey2 {
    font-size:14px !important;
    color:#003399 !important;
    /*border-top-width:0px !important;*/
    padding: 4px 6px !important;
    /*width:50% !important;*/
}

.nptmetavalue2 {
    /*border-top-width:0px !important;*/
    padding: 4px 6px !important;
    /*width:50% !important;*/
}

.newspapertable {
    border-collapse: collapse;
    /*font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;*/
    font-size: 12px;
    margin: 20px;
    text-align: left;
    width: 90%;
    cursor:default !important;
}
.newspapertable th {
    color: #003399;
    font-size: 14px;
    font-weight: normal;
    padding: 12px 15px;
    text-align:left !important;
}
.newspapertable td {
    border-top: 1px solid #A0B8CA; /*#E8EDFF*/
    color: #666699;
    padding: 10px 15px;
}
.npt-first {
    background: none repeat scroll 0 0 #D0DAFD;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.newspapertable tr:hover td {
    /*background: none repeat scroll 0 0 #E5F1FA;
    color: #333399;*/
}

/*#endregion*/

/*#endregion jjj*/

/*#region bs customisations*/

/*#region nav*/

.navbar-inverse .navbar-inner {
    background-color:#f6f6f6 !important;
    background-image:none !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#f6f6f6', GradientType=0) !important;

    /*background-image:-moz-linear-gradient(top, #ffffff, #ffffff) !important;
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff)) !important;
    background-image:-webkit-linear-gradient(top, #ffffff, #ffffff) !important;
    background-image:-o-linear-gradient(top, #ffffff, #ffffff) !important;
    background-image:linear-gradient(to bottom, #ffffff, #ffffff) !important;
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0) !important;*/

    /*background-image:-moz-linear-gradient(top, #f8f8ff, #f8f8ff) !important;
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f8f8ff), to(#f8f8ff)) !important;
    background-image:-webkit-linear-gradient(top, #f8f8ff, #f8f8ff) !important;
    background-image:-o-linear-gradient(top, #f8f8ff, #f8f8ff) !important;
    background-image:linear-gradient(to bottom, #f8f8ff, #f8f8ff) !important;
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8ffff', endColorstr='#f8f8ffff', GradientType=0) !important;*/

    /*border-color:#96C5E9;*/
}

.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner {
    -webkit-box-shadow:0 0px 0px rgba(0,0,0,.1) !important;
    -moz-box-shadow:0 0px 0px rgba(0,0,0,.1) !important;
    box-shadow:0 0px 0px rgba(0,0,0,.1) !important; 
    border-width:0 0 2px !important;
}

.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus {
    color:#000000 !important;
    text-decoration:none;
    background-color:transparent !important;
    -webkit-box-shadow:inset 0 0px 0px rgba(0, 0, 0, 0.125) !important;
    -moz-box-shadow:inset 0 0px 0px rgba(0, 0, 0, 0.125) !important;
    box-shadow:inset 0 0px 0px rgba(0, 0, 0, 0.125) !important;
}

.nav-pills>li>a {
    /*padding-top:8px;
    padding-bottom:8px;
    padding-left:24px !important;
    padding-right:24px !important;*/
    padding:8px 16px !important;
    margin-top:2px;
    margin-bottom:2px;
    -webkit-border-radius:0px !important; /*4px*/
    -moz-border-radius:0px !important; /*4px*/
    border-radius:0px !important; /*4px*/
    font-weight:bold !important; 
    color:#ffffff !important;
    font-family:'Arial Unicode MS' !important; 
    background-color:#96C5E9 !important;
    /*background-image:-moz-linear-gradient(top, #CBE2F4, #96C5E9) !important;
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#CBE2F4), to(#96C5E9)) !important;
    background-image:-webkit-linear-gradient(top, #CBE2F4, #96C5E9) !important;
    background-image:-o-linear-gradient(top, #CBE2F4, #96C5E9) !important;
    background-image:linear-gradient(to bottom, #CBE2F4, #96C5E9) !important;
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffCBE2F4', endColorstr='#ff96C5E9', GradientType=0) !important; */
}

.nav-pills>.active>a,.nav-pills>.active>a:hover,.nav-pills>.active>a:focus {
    color:#000000 !important;
}

.nav>li>a:hover,.nav>li>a:focus {
    text-decoration:none;
    color:#005580  !important; /*cadetblue*/
}

.nav-tabs>li,.nav-pills>li {
    float:left;
    margin-right:8px !important; /*16px*/
}

/*#endregion nav*/

/*#region bcgt*/

.jcenter.navbar .nav, .jcenter.navbar .nav > li { float:left; display:inline-block; *display:inline; /* ie7 fix */
                                                  *zoom:1; /* hasLayout ie7 trigger */
                                                  vertical-align: top; }
.jcenter .navbar-inner { text-align:center; }
.jcenter .dropdown-menu { text-align: left; }

.navbar .nav { height:37px !important; position: absolute; left:0; right:0; width: 100%; margin-top:64px; /*width: 62%; margin-top:63px height:37px !important;*/
                margin-left:auto !important; margin-right:auto !important;
               /*-moz-border-radius: 4px !important; -webkit-border-radius: 4px !important; -khtml-border-radius: 4px !important; border-radius: 4px !important;*/
               background-repeat: repeat-x;
               background-color:#777777;background-image:-moz-linear-gradient(top, #CBE2F4, #96C5E9) !important;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#CBE2F4), to(#96C5E9)) !important;background-image:-webkit-linear-gradient(top, #CBE2F4, #96C5E9) !important;background-image:-o-linear-gradient(top, #CBE2F4, #96C5E9) !important;background-image:linear-gradient(to bottom, #CBE2F4, #96C5E9) !important;background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffCBE2F4', endColorstr='#ff96C5E9', GradientType=0) !important;
}

.navbar .brand { position: relative; z-index:2; padding: 18px 20px}
/*.navbar .brand { position: relative; z-index:2; padding: 0; width: 30%; height: 60px; background-image: url('/Assets/images/logo.png'); background-repeat: no-repeat; background-size: contain; margin: 18px 0; background-position: center left }
.navbar .brand img { display:none; }*/

/*.container-fluid { padding: 0px !important; }*/
/*@media (max-width: 797px) { body { padding-left: 0px; padding-right: 0px; } }*/

/*#endregion bcgt*/

/*#region general*/

.popover {
    border-radius: 0px !important;
}
.popover-content {
    /*padding:11px 32px 11px 16px !important;*/ /*(if there's a close btn)*/
    padding: 4px 8px !important;
    font-weight:normal !important;
    font-size:11px !important;
}

.popover-title {
    display:none !important;
}

.label {
    padding:2px 8px !important;
    border-radius:4px !important;
}

.label-success {
    background-color:forestgreen !important;
}

.label-important {
    background-color:firebrick !important;
}

.label-info {
    background-color:#f6f6f6 !important;
    border: 1px solid #aaaaaa;
}

label {
    font-size:13px !important;
}

/*input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor:default !important;
}*/

/*#endregion general*/

/*#endregion bs customisations*/

.forcenumeric {
    text-align:right !important;
}

svg > g > g:last-child { pointer-events: none }