/*
 * Globals
 */

/* Links
a,
a:focus,
a:hover {
  color: #fff;
}
*/

/* Custom default button
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none;
  background-color: #fff;
  border: 1px solid #fff;
}
*/

/*
 * Base structure
 */

html, .pane-o  { width: 100%; height: 100%; }
body, .pane-o, .page-o, .row-o { left: 0; right: 0; }
body, .pane-o, .page-o, .col-o { top: 0; bottom: 0; }
body, .pane-o, .page-o, .col-o, .row-o { overflow: hidden; position: absolute; }
.scroll-x-o { overflow-x: auto; /*-webkit-overflow-scrolling: touch;*/ }
.scroll-y-o { overflow-y: auto; /*-webkit-overflow-scrolling: touch;*/ }

/* Workaround: in landscape mode, IEMobile makes bottom toolbar overlap the page, so shorten the page by 75px to compensate */
.iemobile .page-o { bottom: -6px; }
@media screen and (orientation:landscape) { .iemobile .page-o { bottom: 75px; } }

body {
    margin: 0;
    font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 200;
    background-color: #88B;
    box-shadow: inset 0 0 20px rgba(0,0,0,.5);
}

.navbar {
    font-size: 11px;
    font-weight: 200;
    background-color: #FFFFFF;
    border-radius: 0;
    border-width: 0;
    margin: 0;
}

.nav-toolbutton {
    border: solid 1px #000;
}

.nav-toolbutton:hover, .nav-toolbutton:focus {
    border-style: solid;
}

table {
    border-collapse: separate;
}

.font_logo {
    font-size: 20px;
    font-family: "Times New Roman", times, sans-serif;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
}
.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}
.cover-container {
    margin-right: auto;
    margin-left: auto;
}

/* Padding for spacing */
.inner {
    padding: 0;
}

.rwb-btn-remove {
    padding: 0 3px 1px 2px;
    /*color: #6B4B8E;*/
    text-shadow: 1px 1px 1px #77a;
    margin: 1px 1px 1px 0;
    font-size: 13px;
    border-top: 1px solid #F25009;
    border-left: 1px solid #EA7623;}

/*
 * Header
 */
/*
.masthead-brand {
 margin-top: 10px;
 margin-bottom: 10px;
}

.masthead-nav > li {
 display: inline-block;
}
.masthead-nav > li + li {
 margin-left: 20px;
}
.masthead-nav > li > a {
 padding-right: 0;
 padding-left: 0;
 font-size: 16px;
 font-weight: bold;
 color: #fff; // IE8 proofing
 color: rgba(255,255,255,.75);
 border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
 background-color: transparent;
 border-bottom-color: #a9a9a9;
 border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
 color: #fff;
 border-bottom-color: #fff;
}
*/
@media (min-width: 768px) {
    .masthead-brand {
        float: left;
    }
    .masthead-nav {
        float: right;
    }
}


/*
 * Cover
 */

.cover {
    padding: 0 20px;
}
.cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
    color: #333; /* IE8 proofing */
    color: rgba(33,33,33,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
    /* Pull out the header and footer */
    .masthead {
        position: fixed;
        top: 0;
    }
    .mastfoot {
        position: fixed;
        bottom: 0;
    }
    /* Start the vertical centering */
    .site-wrapper-inner {
        vertical-align: middle;
    }
    /* Handle the widths */
    .masthead,
    .mastfoot,
    .cover-container {
        width: 100%; /* Must be percentage or pixels for horizontal alignment */
    }
}

@media (min-width: 992px) {
    .masthead,
    .mastfoot,
    .cover-container {
        width: 100%;
    }
}

/* Drop down sub-menus for Bootstrap begin */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-width: 0;
    border-left-color: #CCCCCC;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}

/* end of dropdown sub-menus */

.L1 {
    color: #FFF;
    font-weight: 300;
}

.L2 {
    color: #FFF;
    font-weight: 300;
}

.L3 {
    color: #FFF;
    font-weight: 300;
}

.T3 {
    font-weight: 300;
    color: #000;
}

.GMCellHeaderEmpty {
    background: #D0D0EE none;
    border-style: none;
}

.GMCellHeader {
    background: rgb(77, 82, 119) none;
    border: 1px solid rgb(224, 224, 248);
    border-right: 0 none transparent;
    border-bottom: 0 none transparent;
    color: rgb(232, 232, 248);
    font-size: 14px;
    font-weight: 200;
}

.GMNoLeft {
    border-left: 0 none;
}

.GMCellEmpty {
    background-color: #D0D0EE;
}

.GMClassReadOnly {
    background-color: #EEEEEE;
}

.GMCell, .GMCellPanel, .GMCellFilter, .GMCellFilterPanel, .GMHeaderDrag, .GMHeaderGroup, .GMCellUser {
    border-left: 1px solid #D0D0EE;
    border-top: 1px solid #D0D0EE;
    border-right: 0;
    border-bottom: 0;
}

/* CSS used here will be applied after bootstrap.css */

input.lock { visibility: visible; }

input.lock:checked:after, input.lock:after {
    font-family: FontAwesome, sans-serif;
    display: inline-block;
    font-size: 1.25em;
    position: relative;
    visibility: hidden;
    /*padding-right: 17px;*/
    line-height: 0.75em;
    /*vertical-align: -15%;*/
}

input.lock:after { content: '\F13E'; opacity: 0.2; }
input.lock:checked:after { content: '\F023'; opacity: 1.0; }

input.ios {
    vertical-align: baseline;
}

input.ios:after { content: '\F204'; opacity: 1.0; }
input.ios:checked:after { content: '\F205'; opacity: 1.0; }

.kv-upload-progress {
    top: 51px;
    left: 0;
    right: 0;
    height: 9px;
    overflow: hidden;
    position: absolute;
}

.progress-bar {
    height: 9px;
    color: transparent;
}

.kv-fileinput-caption {
    max-width: 300px;
    padding: 0;
}

.file-caption-name {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 2px 5px;
    overflow-y: auto;
    word-wrap: break-word;
}

.form-control {
    height: 22px;
}

.neg {
    color: #C00000;
    text-shadow: 0 0 16px #CCCCCC;
}
.item-code {
    opacity: 0.5;
    min-width: 20px;
    text-align: right;
    padding-right: 4px;
    display: inline-block;
}
/*#TGFocusCursors-0 + div{*/
/*display: none;*/
/*}*/

/*.TSSpaceWidthInner [dir=ltr]{*/
/*display: none;*/
/*}*/
div[style*="background: yellow"]{
    display: none;
}

.treegrid.page-o{
    /*margin-top: 50px;*/
}

.text-black{
    color: #000!important;
}

div#navbar-collapse-1>ul.nav.navbar-nav>li#mon.dropdown>ul.dropdown-menu>li.dropdown-submenu>ul.dropdown-menu,
div#navbar-collapse-1>ul.nav.navbar-nav>li#obj.dropdown>ul.dropdown-menu>li.dropdown-submenu>ul.dropdown-menu>li.dropdown-submenu>ul.dropdown-menu
{
	max-height: calc(100vh - 100px);
	overflow-x: hidden;
}