﻿/*
 * CSS Reset
 */
 
/* TODO: Add normal CSS Reset instead. */

h1, h2, h3, h4, h5, h6,
img {
    margin: 0; padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body
{
    background-color: #FFF;
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

.ui-widget-content a { text-decoration: none; color: #333;}
.ui-widget-content a:hover { text-decoration: underline; }
h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */


a,
.ui-widget-content a,
.link, 
.link-hover
.ui-widget-content .link, 
.ui-widget-content .link-hover {
    color: #278ECE;
    text-decoration: none;
}

a:hover,
.ui-widget-content a:hover,
.link:hover, 
.link-hover {
    text-decoration: underline;
}

.ui-widget-content a.ui-widget-header {
    color: #464646;
}

.ui-widget-content a.ui-state-hover,
.ui-widget-content a.ui-state-active {
    color: #fff;
}

.invisible { display: none; }

.ui-state-invalid {
    background-color: #fff; 
    border: 1px solid #FF7777;
}

.ui-state-invalid:focus, 
.ui-state-invalid:hover {
    border-color: #FF7777; 
    -moz-box-shadow: 0px 0px 4px #FF7777; 
    -webkit-box-shadow: 0px 0px 4px #FF7777; 
    box-shadow: 0px 0px 4px #FF7777;
}

.page
{
    height: 100%;
    width: 920px;/*95%*/
    min-width: 920px;
    margin: 0 auto;
    position: relative;
}

/* site header */

.site-header
{
    background: #f8f8f8;
    position: relative;
    margin-bottom: 0px;
    color: #000;
    min-height: 85px;
    padding-top: 10px;
}

.site-header:after { clear: both; }
.site-header:after, .header:before { content: ""; display: block; }

.site-header-logo {
    padding: 0; 
    height: 60px; 
    position: absolute; 
    top: 10px;
}

.site-header-logo img {
    background-color: #f8f8f8;
    padding: 0 10px;
    margin-left: 20px; 
    float: left; 
    border: none;
}

.site-header-logo b {
     font-weight: bold; 
     padding: 12px 10px; 
     float: left;
     font-size: 12pt;
     color: #FFF;
}

.site-header-menu {
    color: #FFF; 
    background: url(images/header_nav_bar.png) repeat-x; 
    display: block; 
    height: 42px;
}

.site-header-menu .nav-menu-content > ul > li > a {
    padding-top: 15px; 
    padding-bottom: 13px; 
    font-weight: bold;
}

.site-header-member {
    text-align: right;
    padding: 5px 10px;
    display: block;
    white-space: nowrap;
    color: #444;
    position: absolute;
    right: 0;
    bottom: 0;
}                   

/* site footer */

.site-footer
{
    padding-top: 10px; 
    margin-top: 5px;
    height: 160px;
    width: 100%;
    background: #1d6795;
}

.site-footer-content {
    background: #FFF;
    width: 900px;
    height: 80px;
    font-size: .9em;
    position: relative;
    margin: 0 auto;
    padding: 10px;
    border-bottom: 10px solid #e1e1e1;
}

.site-footer-content a {
    color: #278ECE;
    text-decoration: none;   
}

.site-footer-content a:hover {
    text-decoration: underline;   
}

.site-footer-sbrpartner,
.site-footer-siteseal {
    text-align: center;
    float: right;  
}

.site-footer-siteseal {
    padding-top: 20px; 
}

.site-footer-copyright {
     position: absolute;
     left: 10px;
     bottom: 15px;
}

/* site menu */

.site-menu {
    background: url(images/main_nav_bar.png) 50% 50% repeat-x;
    margin-bottom: 5px;
    
}
.site-menu input {background: url(images/main_nav_bar_input.png) 50% 50% repeat-x;}
.site-menu-theme { text-align: center; }
.site-menu-theme img { width: 108px; height: 90px; }
.site-menu-theme span { display: block; }

.site-search input {
    margin: 0;
    border-radius: 2px;
    padding: 2px 4px;
    outline: none;
    width: 180px;
    -webkit-transition: border ease .2s, box-shadow ease .2s;
    -moz-transition: border ease .2s, box-shadow ease .2s;
    transition: border ease .2s, box-shadow ease .2s;
}

.site-search input:focus {
    background: #fff;
    border: #278ECE 1px solid;
    box-shadow: 0 0 5px #8EC5FF;    
}

.site-search button {
    position: absolute; 
    right: 0; 
    top: 7px; 
    bottom: 7px;
    margin: 0;
    background: none;
    border: transparent;
}

.site-back-search { padding-left: 20px !important; }

/* left sidebar */

.left-sidebar {
    float: left;  
    width: 170px;     
}

.left-menu {
    font-weight: bold; 
    width: 170px; 
    padding: 0; 
    list-style: none;
    margin: 0; 
    border-left: none;
    border-top: none;
    border-bottom: none;
}

.left-menu li { margin: 0; }
.left-menu li a, .left-menu li > span {
    color: #444;
    padding: 6px 5px; 
    display: block; 
    font-size: 9pt;
    font-weight: bold;
    position: relative;
    border: none;
}

.left-menu li a.ui-state-default,
.left-menu li a.ui-state-hover,
.left-menu li a.ui-state-active,
.left-menu li span.ui-state-active {
     border: none; 
     font-weight: bold;
}
.left-menu .left-menu-item-disabled {
    color: #BBB;
}

.left-menu .left-menu-separator {
    margin: 3px 7px;
    border-bottom: 1px solid #999;
}

.left-menu-sub ul {
    display: none;
    margin: 0;
}

.left-menu-sub-open ul {
    opacity: 1;
    display: block;
}   


.left-menu li .left-menu-sub-title {
    padding-left: 17px;     
}

.left-menu li .left-menu-sub-title .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0px;
}

.left-menu-sub li a, .left-menu-sub li > span {
    padding-left: 20px;  
}

.left-menu-other {
    float: left;  
    width: 170px; 
    padding: 0; 
    list-style: none;
    margin: 40px 0 0 0; 
    border-left: none;
    border-top: none;
    border-bottom: none;
}
.left-menu-other li { margin: 0; }
.left-menu-other li span { padding: 2px 0; display: block;font-size: 9pt;color: #888;}
.left-menu-other li a {padding: 2px 5px 2px 10px; display: block; font-size: 9pt; color: #278ECE; }

/* page content */

.content {  min-height: 500px; }
.content-right { margin-left: 170px; border-right: none; border-bottom: none; border-top: none;}
.content-full { border: none;}
.content-data { padding: 5px 10px; }

.content-center {
    width: 500px;
    margin: 0 auto;
}

.content-left {
    width: 500px;
}

.content-empty {
    text-align: center;
    margin-bottom: 10px;
}

.content-empty-title {
    color: #777;
    font-weight: bold;
    padding: 10px 0;
}

.clearfix {}
.clearfix:after { clear: both; }
.clearfix:after, .clearfix:before { content: ""; display: block; }

.go-back { font-weight: bold;padding-bottom: 5px;display: block;width: 100px;}

#search-clients {display: block;width: 100%; height: 28px;  }
#search-clients {
    	box-sizing: border-box; /* css3 rec */
    	-moz-box-sizing: border-box; /* ff2 */
    	-ms-box-sizing: border-box; /* ie8 */
    	-webkit-box-sizing: border-box; /* safari3 */
    	-khtml-box-sizing: border-box; /* konqueror */
}
.clients-search { position: relative; }
.clients-search > button, .clients-search .ui-submit-button{ margin: 0 0 0 -5px; position: absolute;right: 0; top: 0; }
.clients-search .ui-submit-button button { border-color: #999 ; }
.match { background-color: #FFFB8E; }
.clients-search-result, .clients-count { position: relative; border-left: none; border-right: none; border-top: none;}
.clients-search-result:hover {background-image: none; background-color: #FDFFE5; }
.clients-search-result > a > div { padding: 1px; }
.clients-search-result > a { padding: 7px 90px 7px 5px;display: block;color: #000; }
.clients-search-result > a:hover { text-decoration: none; }
.clients-search-result .match { background-color: #FFFB8E; }
.clients-search-result .client-details-containter {
     position: absolute; bottom: 0 !important; right: 0; 
}
.clients-search-result .client-details { right: 10px; bottom: 5px;float: right;}
.clients-no-result { font-weight: bold; display: block; text-align: center; padding: 10px;  }
.clients-count { font-weight: bold; display: block; text-align: left; padding: 5px 5px 5px 0;  }
.clients-search-label { color: #278ECE; font-weight: bold;white-space: nowrap; }



.page-header {
    background: url(images/section_title.png) 50% 50% repeat-x;
    border: none !important; 
    padding: 0px 5px;
    position: relative;
    display: block;
    border: none;
    margin: 0 0 5px 0;
}

.page-header-title {
    max-width: 75%; 
    display: inline-block; 
    color: #464646; 
    margin: 0;
    padding: 10px 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.page-header-title-full 
{
    max-width: 100%; 
}

.page-header-title-main {
    color: #464646; 
    font-weight: bold;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
}

.page-header-actions { position: absolute; right: 5px; top: 4px; }
.page-header .default-actions, .page-header .additional-actions { float: left; margin-left: 5px;  }

.page-header .default-actions > ul { list-style: none;margin: 0;padding: 0; } 
.page-header .default-actions > ul > li { display: inline; float: left; }
.page-header .default-actions > ul > li > .icon-loading-16 { padding: 10px 5px; }
.page-header .default-actions > ul > li > a {color: #444; padding: 10px 5px; float: left; font-weight: bold;position: relative;} 
.page-header .default-actions > ul > li > a.has-icon { padding-left: 20px; }
.page-header .default-actions > ul > li > a > div.padding { width: 16px;height: 1px;float: left; }
.page-header .default-actions > ul > li > a > img { position: absolute; left: 0; top: 10px; }
.page-header .default-actions > ul > li > .btn-drop > a { padding: 9px 20px 9px 5px; } 
.page-header .default-actions > ul > li > label { display: inline-block; }


.page-header .btn-drop > a {font-weight: bold; border: none; background: none; padding: 8px 15px 5px 0;}
.page-header .btn-drop > a > .btn-drop-icon {  right: 0px; }

.page-header .sortby {
    width: 100px;
}

.page-header .default-actions .btn-drop.sortby > a {
    padding: 3px 15px 17px 0;
    text-align: right;
}
.page-header .sortby .sortby-icon {
    bottom: 2px;
    right: 11px;
    position: absolute;
}

.page-header .sortby .sortby-val {
    bottom: 3px;
    right: 25px;
    position: absolute;
    font-size: .8em;
    white-space: nowrap;
    font-weight: normal;
}

.sortby a .sort-asc,
.sortby a .sort-desc {
    display: none;
}

.sortby .btn-drop-active .sort-asc,
.sortby .btn-drop-active .sort-desc {
    display: block;
}

.sortby li .sort-asc {
    margin-right: -1px;
    margin-top: -12px; 
}

.sortby li .sort-desc {
    margin-top: -6px;
    opacity: .35;
}

.sortby a.desc .sort-asc {
    opacity: .35;
}

.sortby a.desc  .sort-desc {
    opacity: 1;
}


.section-title-organisation,
.select-clients {
    position: absolute;
    width: 550px;
    padding: 4px;
    top: 50%;
    margin-top: -13px;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;       
}

.section-title-organisation {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;   
}

.select-clients {
    border: 1px solid transparent;    
    padding: 4px 4px 4px 25px;
    background: none;
    border-radius: 3px;
}

.page-header:hover .select-clients {
    border: 1px solid #666;       
}

.page-header .select-clients-focus,
.page-header:hover .select-clients-focus {
    background-color: #fff;
    border: #278ECE 1px solid;
    box-shadow: 0px 0px 10px #8EC5FF;    
}

.select-clients .ui-icon-search,
.select-clients .loading {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -8px;
}

.select-clients .loading {
    display: none;
}

.select-clients input {
    border: none;
    background: none;
    border-radius: 3px;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: auto;
    outline: none;
}

.select-clients-list 
{
    width: 100%;
    display: none;
    z-index: 999999;
    padding: 3px 0;
    position: absolute;
    left: -1px;
    top: 100%;
    margin-top: 8px;
    
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); 
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); 
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

.select-clients-list:after {
    border-bottom: 5px solid #FFFFFF;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    display: inline-block;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    top: -5px;
    z-index: 9999;
}

.select-clients-list:before {
    border-bottom: 6px solid #999999;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: -6px;
    z-index: 9998;
}

.select-clients-list ul 
{
    overflow: auto;
    max-height: 500px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.select-clients-list .select-client-match {
    background-color: #FFFB8E;
    color: #333;
}

.select-clients-list li {
    position: relative;
    border: none !important;
}

.select-clients-list li:hover a:first-child {
    color: #fff;
}

.select-clients-list li a {
    cursor: pointer;
    display: block;
    padding: 5px 60px 5px 5px;
    color: #444;
}

.select-clients-list li a:hover {
    text-decoration: none;
}

.select-clients-list a.select-clients-all {
    display: block;
    padding: 5px;
    text-align: center;
}

.select-clients-list li.select-clients-notfound {
    text-align: center;
    padding: 5px;
    color: #999;
}

.select-clients-button {
    display: none;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    right: 5px;
    background: none !important;
    border: none !important;
}

.select-clients-profile {
    display: none;
    position: absolute;
    margin-top: -10px;
    top: 50%;
    right: 25px;
    padding: 1px 5px;
    text-decoration: none;
    border-radius: 3px;
    font-weight: normal; 
}

.select-clients-list li .select-clients-profile {
    right: 10px;
    padding: 2px 5px;
}

.select-clients-profile.down {
    margin: -9px -1px 0 0;
}

.page-header:hover .select-clients-button,
.select-clients-open .select-clients-button,
.page-header:hover .select-clients-profile.visible,
.select-clients-open .select-clients-profile.visible {
    display: block;
}

/* Reports */
#select_client {position: relative; border: 1px transparent solid; width: 500px; padding: 4px 25px 4px 4px;display: inline-block; margin: 4px 90px 4px 0;}
#select_client.open { background-color: #FFF; }
.page-header:hover #select_client, #select_client.open { border: 1px #464646 solid; }
#select_client .ui-icon, #select_client .icon { position: absolute;right: 4px;top: 50%;margin-top: -8px; }
#select_client > a {position: absolute; top: 0px; right: 0px; visibility: hidden;display: inline-block; width: 23px; height: 100%;}
#select_client > a#orgProfile { position: absolute; top: 2px; right: 24px; display: inline-block; width: 50px;
                                text-align:center;  padding:1px; border:1px solid #999;
                                box-sizing: border-box; height:80%;
                                -moz-box-sizing: border-box;
                                -webkit-box-sizing: border-box;
                                border-radius: 5px; 
                                -webkit-border-radius: 5px; font-weight: normal;
                                text-decoration:none; outline:none;}
a#orgProfile:hover{color:White; } 
a#orgProfile.active-state{top:3px !important; outline: none;}

#select_client.open #orgProfile.ui-widget-header{background:White !important;}

#select_client > a.ui-state-hover { border: none;  }
.page-header:hover #select_client > a, #select_client.open > a { visibility: visible;}
#select_client input { width: 100%;min-width: 0;border: 0px;outline: none;margin: 0;background: none;}
#select_client .ui-autocomplete {visibility: hidden; overflow: auto;max-height: 400px; list-style: none; z-index: 9999;padding: 0;margin: 0; border: 1px #464646 solid;background-color: #FFF; border-top: none; position: absolute;top: 100% !important; width: 100% !important;left: -1px !important;margin-top: -1px; }
#select_client.open .ui-autocomplete { visibility: visible; }
#select_client .ui-autocomplete li a, #select_client .ui-autocomplete li span { padding: 5px 3px;display: block;border: none !important;font-weight: normal !important;margin: 0 !important; }
#select_client .ui-autocomplete li .no-found { text-align: center; }
#organisation_name { width: 450px; padding: 5px; display: block; margin: 4px 0; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}

input[type="text"], input[type="password"] 
{
    min-width: 200px;
}

table input[type="text"], input[type="password"] 
{
    min-width: 200px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;                                               
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    
}

table textarea 
{
    min-width: 200px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;                                               
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    
}


.overlay {
    filter: alpha(opacity: 0);
    opacity: 0;
    background-color: #FFF;
    position: absolute;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}



.font-bold { font-weight: bold !important; }
.nowrap { white-space: nowrap; }
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
border: none;

}
.button { padding: 6px; width: 120px; margin: 10px auto; cursor: pointer;display: inline-block;}
.submit-button { padding: 6px; width: 120px; height: 28px;cursor: pointer;}
.cancel-button {
    padding: 7px;
    margin: 10px 0; 
    cursor: pointer;
    display: inline-block;
}

.button-loading {
    position: relative; 
}

.button-loading * {
    opacity: 0;
    filter: alpha(opacity = 0);
}

.button-loading:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    background-image: url(images/loading-button-16.gif);
}

.button-loading.ui-state-hover:before,
.button-loading.ui-state-active:before {
    background-image: url(images/loading-button-hover-16.gif);
}



button[type="submit"] { padding: 6px; width: 130px; cursor: pointer;}

.download-button {font-weight: bold;font-size: 11pt; padding: 10px; cursor: pointer;display: inline-block;}

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

table div, table input, table textarea {border-collapse: separate;}
table span.placeholder { display: inline-block; width: 100%;}
table { border: none; border-collapse: collapse; }
table td { border: none;padding: 5px;}
table.block { width: 100%; }
table.center { margin: 5px auto; }
table tr.center td, table tr.center th { text-align: center; vertical-align: middle; }
table tr.left td, table tr.left th { text-align: left; vertical-align: middle; }
table tr.right td, table tr.right th { text-align: right; vertical-align: middle; }
table tr.top td, table tr.top th { vertical-align: top; }
table tr td.center, table tr th.center { text-align: center; vertical-align: middle; }
table tr td.right, table tr th.right { text-align: right; vertical-align: middle; }
table tr td.left, table tr th.left { text-align: left; vertical-align: middle; }
table tr td.bottom, table tr th.bottom { vertical-align: bottom; }
table tr td.top, table tr th.top { vertical-align: top; }

.redirect-box {background: #FFFFDD; position: relative; width: 768px; max-width: 768px; margin: 0 auto;}

.redirect-box tr.ui-widget-header td { margin: -1px;}
.redirect-box tr td { vertical-align: middle; padding: 5px !important;}
.redirect-box tr td:first-child { width: 50px; }

.icon { display: inline-block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.icon { width: 16px; height: 16px; background-position: center center;}

.icon-address { background-image: url(images/address.png); }
.icon-address-add { background-image: url(images/address_add.png); }
.icon-address-remove { background-image: url(images/address_remove.png); }

.icon-email { background-image: url(images/email.png); }
.icon-email-add { background-image: url(images/email_add.png); }
.icon-email-remove { background-image: url(images/email_remove.png); }

.icon-phone { background-image: url(images/phone.png); }
.icon-phone-add { background-image: url(images/phone_add.png); }
.icon-phone-remove { background-image: url(images/phone_remove.png); }

.icon-fax { background-image: url(images/fax.png); }

.icon-contact { background-image: url(images/contact.png); }

.icon-branch { background-image: url(images/chart_organisation.png); }

.icon-calc { background-image: url(images/calculator_16.png); }
.icon-gear { background-image: url(images/gear.png); }

.icon-refresh { background-image: url(images/refresh.png); }
.icon-error-48, .icon-error-big { background-image: url(images/error_48.png); width: 48px; height: 48px; }
.icon-error-24, .icon-error-small { background-image: url(images/error_24.png); width: 24px; height: 24px; }
.icon-warning-24 { background-image: url(images/warning_24.png); width: 24px; height: 24px; }
.icon-info-48, .icon-info-big { background-image: url(images/info.png); width: 48px; height: 48px; }
.icon-info-24, .icon-info-small, .icon-information-24 { background-image: url(images/info_24.png); width: 24px; height: 24px; }
 
.icon-success-16 { background-image: url(images/success_16.png); width: 16px; height: 16px; }
.icon-success-24 { background-image: url(images/success_24.png); width: 24px; height: 24px; }
.icon-error-16, .icon-failed-16 { background-image: url(images/error_16.png); width: 16px; height: 16px; }
.icon-warning-16 { background-image: url(images/warning_16.png); width: 16px; height: 16px; }

.icon-arrow-right-24 { background-image: url(images/arrow_right_24.png); width: 24px; height: 24px; }
.icon-arrow-down-24 { background-image: url(images/arrow_down_24.png); width: 24px; height: 24px; }
.icon-arrow-up-24 { background-image: url(images/arrow_up_24.png); width: 24px; height: 24px; }

.icon-arrow-right-16 { background-image: url(images/arrow_right_16.png); width: 16px; height: 16px; }
.icon-arrow-down-16 { background-image: url(images/arrow_down_16.png); width: 16px; height: 16px; }
.icon-arrow-up-16 { background-image: url(images/arrow_up_16.png); width: 16px; height: 16px; }

.icon-schedule-16 { background-image: url(images/schedule_16.png); }
.icon-schedule-group-16 { background-image: url(images/schedule_group_16.png); }

.icon-certificate-normal { background-image: url(images/certificate_normal.png); width: 48px; height: 48px; }
.icon-certificate-error { background-image: url(images/certificate_error.png); width: 48px; height: 48px; }
.icon-certificate-warning { background-image: url(images/certificate_warning.png); width: 48px; height: 48px; }

.icon-loading-16 { background-image: url(images/loading-16.gif); }

.icon-revision-indicator { background-image: url(images/revision_indicator.png); width: 16px; height: 16px;display: inline-block;}

.ui-autocomplete-loading { background: url(images/loading-16.gif) right center no-repeat !important; }


.loading-wrapper {
}

.loading-wrapper.isLoading {
    opacity: .2;
} 

.loading-wrapper-icon {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px;
}

.ui-dialog     
{
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.5);
    box-shadow: 0 0 20px rgba(0,0,0,.5);
}

.ui-datepicker     
{
    -moz-box-shadow: 0px 0px 10px #000000;
    -webkit-box-shadow: 0px 0px 10px #000000;
    box-shadow: 0px 0px 10px #000000;
}

.small-shadow {
    -moz-box-shadow: 0px 0px 8px #222;
    -webkit-box-shadow: 0px 8px 10px #222;
    box-shadow: 0px 0px 8px #222;
    margin: 10px;
}

a.ui-state-default, a.ui-state-hover, a.ui-state-active  { text-decoration: none !important; }
li.ui-state-default a { text-decoration: none !important; }
.ui-effects-transfer { border: 2px dotted #217a99; }

.recaptcha { -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px; }
.recaptcha-section > .col{ float: right;}
.recaptcha .row { text-align: center;}
.recaptcha .row .col { padding: 5px;}
.recaptcha-image {margin-left: 10px;margin-right: 10px;margin-top: 5px; height: auto !important; width: 95% !important; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; }
.recaptcha-image img { margin: 10px; }
.recaptcha_only_if_image, .recaptcha_only_if_audio { margin: -1px 0; }
.recaptcha-button { width: 16px; height: 16px; padding: 2px; }
.recaptcha-logo {margin-left: 20px; margin-top: -65px;padding-bottom: 30px;height: 36px; background: url(images/recaptcha.png) center center no-repeat; }

.my-organisations-menu .icon-loading-16 { width: auto; }
.my-organisations-menu span a { display: block;text-align: center;min-height: 16px; }

.organisation-menu { min-width: 300px; }
.organisation-item { display: block; }
.organisation-item-nocredential, 
.organisation-item-expiredcredential
 {color: #000; background-image: none; background-color: #FFE9E9;}
.organisation-item-nojoin {color: #000; background-image: none; background-color: #FFE9E9;}
.organisation-item-joined {color: #000; background-image: none; background-color: #FFFFD3;}
.organisation-item-invited {color: #000; background-image: none; background-color: #FFFFD3;}

.error-content { margin: 0 auto;width: 700px; }
.error-content a { color: #278ECE;  }
.error-content .error-node { color: #333; }
.error-message { padding: 10px; }
.error-stack { height: 300px;overflow-y: auto; }
#sbrSystemNotification { overflow: hidden; overflow-y: auto; word-wrap: break-word; height:120px !important; }
#sbrSystemStatus {overflow: hidden; overflow-y: auto;}
#sbrSystemStatus table {width:380px; height:auto;}
#sbrSystemStatus table td {word-wrap: break-word;}
#sbrSystemStatus table td .sbr-message-body {overflow: hidden; width: 350px;}

.icon-report { background-image: url(images/report.png); width: 16px; height: 16px; }
.icon-report-new { background-image: url(images/report_new.png); width: 16px; height: 16px; }
.icon-report-old { background-image: url(images/report_old.png); width: 16px; height: 16px; }


#listRequest, #listResponse {  margin: 0 auto; position: relative;}
#listRequest .overlay { margin: 1px; }
#listResponse td.toggle-revision { vertical-align: top !important; }
#listResponse .revision-close-button { display: none; position: absolute;}
#listResponse .revised-form { display: none; }


#listResponse .validation-window {
    margin-top: -8px; 
    border: none;
}

.list-request .submit-button {
    width: 200px;
    float: right;
    margin: 10px 5px;
}

.list-response {
    display: none;
    border-top: 1px dotted #333;
    padding: 10px 5px;
}

table.ato-list-response { width: 100%; margin: -1px auto; border-top: 0px; table-layout:fixed;}
table.ato-list-response th { width: auto;}
table.ato-list-response tr.ui-state-hover  { font-weight: normal; }

table.ato-list-response tr .icon { margin: auto auto; }

table.ato-list-response tr th { border: inherit; padding: 5px;}
table.ato-list-response tr td { border: inherit;padding: 8px; cursor: pointer;}

table.ato-list-response tr.old-row td { background: #e6e6e6; color: #000; cursor: default;}
table.ato-list-response tr.old-row.ui-state-hover td { border-color: Gray; }
table.ato-list-response tr.old-row .icon {
    background-image: url(images/report_old.png); width: 16px; height: 16px;    
}

table.ato-list-response tr.new-row td { color: #33ad5c; }
table.ato-list-response tr.new-row.ui-state-hover td { color: #FFF; }
table.ato-list-response tr.new-row .icon {
    background-image: url(images/report_new.png); width: 16px; height: 16px;    
}

table.ato-list-response tr.lodged-row td { color: #33ad5c;}
table.ato-list-response tr.lodged-row.ui-state-hover td { color: #FFF; }
table.ato-list-response tr.lodged-row .icon {
    background-image: url(images/report_new.png); width: 16px; height: 16px;    
}

table.ato-list-response tr.report-row td { color: #000; }
table.ato-list-response tr.report-row.ui-state-hover td { color: #FFF; }
table.ato-list-response tr.report-row .icon {
    background-image: url(images/report.png); width: 16px; height: 16px;    
}

/* DIV */

.row {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    width: 100%; 
}

.col {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    padding: 4px;   
}

.row input[type="text"], .row textarea,
.col input[type="text"], .col textarea,
.col .ui-combobox,
.col .ui-file-input {
    min-width: 0px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.col .col {
    padding: 0;   
}

.col.left, .row.left {
    text-align: left;
}

.col.right, .row.right {
    text-align: right;
}

.title {
    font-weight: bold;
    padding: 7px 3px 3px 3px;
}

.title-separator {
    font-weight: bold;
    padding: 7px 3px 3px 3px;
    border-bottom: 1px dotted #666;
    font-weight: bold;
    padding: 10px 3px 4px 3px;
    margin-bottom: 5px;
}

.col label {
    display: inline-block;
    margin: 0 4px 2px 0;
}

.row .label label {
    padding: 4px 1px;
}

.field-row {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;    
}

.field-col-letter {
    padding-left: 35px !important;
    position: relative;    
}

.field-row-letter {
    
}

.col .letter {
    font-weight: bold;    
}

.field-col-letter .letter, .field-row-letter .letter {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 30px;
    height: 22px;
    text-align: left;
    font-weight: bold;
    padding-top: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.field-row-letter .editor-small, 
.field-row-letter .editor-medium,
.field-row-letter .editor-big {
    position: relative;
    padding-left: 35px !important;   
}

.label-small {
    width: 33.33%;
    padding-right: 0;
}
 
.editor-big {
    width: 66.67%;
    width: 66.6%;
}

.label-big {
    width: 75%;
    padding-right: 0;
}
 
.editor-small {
    width: 25%;
}

.label-medium {
    width: 50%;
}

.editor-medium {
    width: 50%;
}

.label-bold .label-big,
.label-bold .label-small {
    font-weight: bold;
}

.label-small .fill-org-details > a {
    padding-left: 0 !important;
}

.field-row-total {
    margin-top: -1px;
}

.field-row-total .label-big {
    padding-left: 3px;
}

.field-row-total .editor-small{
    padding-right: 3px;
}

.field-row-total .letter {
    left: 6px;
}

.field-row-total.field-row-letter .editor-small, 
.field-row-total.field-row-letter .editor-big {
    padding-left: 36px !important;
    position: relative;    
}

.field-row-checkbox .label-big {
    width: 92%;   
}

.field-row-checkbox .editor-small {
    width: 8%;    
}

.field-row-letter.field-row-checkbox .label-big {
    width: 87%;   
}

.field-row-letter.field-row-checkbox .editor-small {
    width: 13%;    
}

.field-row-checkbox .ui-iCheckbox {
    float: right;    
}

.field-row-code .editor-small {
    width: 16%;    
}

.field-row-code .editor-code {
    width: 9%;    
}

.editor-code .ui-iCheckbox {
    float: right;    
}

.editor-code .ui-dropdown {
    min-width: 0;    
}

.editor-code > label {
    display: none;    
}

.col1 {
    width: 100%;   
}

.col2 {
    width: 49.9%;
}

.col3 {
    width: 33.30%;
}

.col3_2 {
    width: 66.67%;
}

.col4 {
    width: 25%;
}

.col4_2 {
    width: 50%;
}

.col4_3 {
    width: 75%;
}

.col5 {
    width: 20%;
}

.col5_4 {
    width: 80%;
}

.col6 {
    width: 16.6%;
}

.radio-goup label {
    display: inline-block;
}

.radio-goup input {
    width: auto;
    min-width: 0;
}

.col .ui-checkbox {
    margin: 0 2px -4px 0;
}

.col .ui-submit-button {
    margin: 0;
}

/* Form Inputs */

.form-inputs .row.title .fill-org-details.btn-drop > a,
.form-inputs .row.title .new-org-details.btn-drop > a {
    padding: 0 25px 0 0;
}

.bottom-separator {
    border-bottom: 1px dotted #666; 
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 7px;   
}

.separator {
    border-bottom: 1px dotted #666;
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 3px 0;
}

.report .separator 
{
    display: none;   
}


.form-inputs .tuple {
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.form-inputs .org-details-list {
    display: none;
}

.form-inputs .fill-org-details, 
.form-inputs .new-org-details {
    font-weight: bold;
    display: inline-block; 
    float: left;
}

.form-inputs .new-org-details {
    float: right;
}

.form-inputs .new-org-details > a {
    color: #444;        
}

.form-inputs .fill-org-details .icon
{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -3px;
}

.form-inputs .org-details-list,
.form-inputs .org-details-list a {
    cursor: pointer;
}

.form-inputs .org-details-list li a {
    padding-left: 20px !important;
}

.form-inputs .org-details-list li ul
{
    background: #F7FFE5;
    background-image: none;
    font-weight: normal;
}

.form-inputs .org-details-list li ul li label {
    margin: 0; 
    font-weight: bold; 
    display: inline-block;
}

.form-inputs .fill-org-details > span {
    padding: 5px;    
}

.form-inputs .field-col-letter .letter {
    position: absolute;
    left: 5px;
    top: 4px;   
}

.form-inputs input[monetary] {
    text-align: right;
}

.form-inputs textarea.ui-corner-input,
.form-inputs input.ui-corner-input {
    font-size: 12pt;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: Courier New;
}

.ui-file-input input[type="text"] {
    font-size: 12pt;
    font-family: Courier New;
}

.form-inputs textarea
{
    height: 68px;
    resize: none;
}

.form-inputs input.ui-corner-input {
    height: 22px;
    padding: 0 2px !important;
}

.form-inputs .ui-dropdown {
    height: 22px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 11pt;
}

.form-inputs .ui-file-input {
    height: 22px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.form-inputs .ui-dropdown .ui-dropdown-text {
    height: 20px;
    font-size: 12pt;
    font-family: Courier New;
}

.form-inputs .ui-dropdown .ui-dropdown-button,
.form-inputs .ui-combobox .ui-dropdown-button {
    -moz-border-radius: 0 1px 1px 0;
    -webkit-border-radius: 0 1px 1px 0;
    border-radius: 0 1px 1px 0;    
}

.form-inputs .ui-combobox {
    height: auto;
}

.form-inputs .ui-combobox input {
    padding-right: 25px !important; 
}

.form-inputs .ui-iCheckbox {
    height: 22px;
    width: 50px;
    font-size: 11pt;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;   
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;       
}

.form-inputs .ui-iCheckbox .ui-iCheckbox-text {
    padding-top: 2px;
}

.form-inputs .label-small label,
.form-inputs .label-medium label,
.form-inputs .label-big label {
    margin: 4px 0 0 0;
}

.form-inputs .col-checkbox .ui-iCheckbox {
    margin-top: 16px;    
}

.form-inputs .col-checkbox .ui-checkbox {
    margin-top: 21px;    
}

.form-inputs .col-checkbox .label-big{
    margin-top: 16px;
}

.form-inputs .editor-code .ui-iCheckbox {
    width: 100%;    
}

.form-inputs .field-row-checkbox .label-big {
    width: 88%;   
}

.form-inputs .field-row-checkbox .editor-small {
    width: 12%;    
}

.form-inputs .readonly-title {
    display: none;
}

[readonly] .new-org-details,
[readonly] .fill-org-details,
[readonly] .fill-org-details ul {
    display: none;    
}

[readonly] .readonly-title {
    display: block;
}

/* -------------------------- */

.form-inputs .wizard-step .row.title .fill-org-details > a 
{
        
}

.form-inputs .wizard-step .fill-org-details > a .icon {
    display: none;  
}

.form-inputs .row.title .btn-drop > .btn-drop-menu,
.form-inputs .row.title .btn-drop > .triangle {
    margin-top: 7px;
}

.form-inputs .wizard-step .separator {
    display: none;
}


/* MESSAGE BOX */

.messagebox {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 5px;
    margin: 5px 0;
    font-size: 9pt;
}

.messagebox a {
    color: #278ECE;
}

.messagebox .letter {
    height: auto;
    width: auto;
    min-height: 0;
}

.messagebox .messagebox-close {
    position: absolute;
    width: auto;
    height: auto;
    top: 8px;
    right: 8px;
    padding: 2px;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0;
    transition: opacity ease .2s;
    -webkit-transition: opacity ease .2s;
    -moz-transition: opacity ease .2s;
}

.messagebox:hover .messagebox-close {
    opacity: .6;    
}

.messagebox:hover .messagebox-close:hover {
    opacity: 1;    
}

.messagebox .messagebox-title {
    font-weight: bold;
    font-size: 100%;
}

.messagebox .messagebox-data {
    background-color: #e5f5ff;
    border-left: 5px solid #278ECE;
    padding: 10px 10px 10px 10px;
}

.messagebox ul {
    margin: 5px 0 0 10px; 
    list-style: square; 
    padding: 0;
}

.messagebox ul li {
    position: relative;
    margin-left: 15px;
    padding: 3px 0;
}

.messagebox ul li span[for] {
    border: none;
    background-color: transparent;
    box-shadow: none; 
}

.messagebox ul li:hover span[for],
.messagebox ul li.hover span[for] {
    cursor: pointer;
    text-decoration: underline;   
}

@-webkit-keyframes messagebox-success {
    from {
        background-color: #c7ffbf;
        border-left: 5px solid #75f25c;    
    }
    to {
        background-color: #e8ffe5;
        border-left: 5px solid #63cc51;
    }
}

.messagebox.success .messagebox-data {
    background-color: #e8ffe5;
    border-left: 5px solid #63cc51; 
    -webkit-animation-name: 'messagebox-success';
    -webkit-animation-duration: 1.5s;
}

.messagebox.success .messagebox-title 
{
    display: none;  
}

.messagebox.info .messagebox-data,
.messagebox.note .messagebox-data {
    background-color: #e5f5ff;
    border-left: 5px solid #278ECE;
}

.messagebox.note .messagebox-close 
{
    display: none;      
}

.messagebox.warning .messagebox-data {
    background-color: #fff8e0;
    border-left: 5px solid #f2cb60;
}

.messagebox.error .messagebox-data {
    background-color: #ffefef;
    border-left: 5px solid #d83636;
}

#advancedSearch
{   
    height: 220px;
    display:none; 
    margin-bottom: 10px;
    border:1px solid grey;
    padding: 0 10px;
    position: relative;
}
#advancedSearch h2 
{
    text-align:center;
    color: #464646;
    font-weight: bold;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

#advancedSearch table { width: 100%; }
#advancedSearch table td { padding-top:0px; padding-bottom:0px; }
#advancedSearch #closeAdvance {
    position: absolute;
    top: 9px;
    right: 11px;
}
#advancedSearch table input[type="text"] { min-width:140px; width:140px;}
#advancedSearch .ui-submit-button {
    position: absolute;
    bottom: 10px;
    right: 40px;
}

div.placeholder 
{
    position: relative;
    line-height: normal;
}

label.placeholder 
{
    display: table-cell;
    color: #999;
    cursor: text;
    font-size: 9pt;
    font-weight:normal;
    left: 5px;
    position: absolute;
    top: 50%;
    margin-top: -8px !important;
    vertical-align: middle;
}


.signin { width: 550px; margin: 0 auto;}
.signin .label { text-align: right;}
.singin-fields { width: 400px; margin: 0 auto; }
.signin-remember label { cursor: pointer; }

.feedback textarea { height: 150px; }

/* */

.tree ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.tree ul li {
    position: relative;
    vertical-align: middle;
}

.tree > ul {
    margin-left: 0;     
}

.tree ul > .tree-node {
    padding: 3px 0 3px 25px;
}

.tree ul > .tree-node > ul {
    display: none;
}

.tree ul > .tree-node-opened > ul {
    display: block;    
}

.tree-node-btn {
    position: relative;
    border: none;
}

.tree-node-btn:hover {
    border: none;
}

.tree .tree-collapse-icon 
{
    cursor: pointer;
    top: 50%;
    display: inline-block;
    position: absolute;
    margin-top: -8px;
    left: -20px;
    z-index: 1;
    border: none;
}

.tree-node-btn:after {
    content: "";
    position: absolute;
    border-top: 1px dotted #aaa;
    top: 50%;
    bottom: 0;
    right: 0;
    width: 10px;
}

.tree ul > .tree-node:after {
    content: "";
    position: absolute;
    border-left: 1px dotted #aaa;
    top: 0;
    bottom: 0;
    left: 13px;    
}

.tree ul > .tree-node:last-child:after {
    border: none;    
}

.tree ul > .tree-node:last-child > .tree-node-btn:before {
    content: "";
    position: absolute;
    border-left: 1px dotted #aaa;
    top: -7px;
    bottom: 50%;
    left: -12px;
}

.tree .ui-dropdown {
    display: inline-block;
    margin: 0 5px;
}

.tree input[type="text"] {
    width: auto;
    margin: 0 5px;
}

.tree .btn-drop {
    display: inline-block;
}

.tree .btn-drop > a .ui-icon {
    display: inline-block;  
}

.tree .ui-iCheckbox {
    width: 20px;
    margin: 0 5px;
    font-weight: bold;
    font-size: inherit;
}

.ui-formula-icon-plus,
.ui-formula-icon-minus,
.ui-formula-icon-multiply,
.ui-formula-icon-division {
    background-image: url(images/formula-icons.png);
    display: inline-block;
    width: 16px;
    height: 12px;    
}

.ui-formula-icon-minus {
    background-position: -16px center;
}

.ui-formula-icon-multiply {
    background-position: -32px center;
}

.ui-formula-icon-division {
    background-position: -48px center;
}

.formula-tree-operator.btn-drop > a {
    opacity: 0.65;
    filter: Alpha(opacity=65);
    font-weight: bold;
}

.formula-tree-has-operator.btn-drop > a,
.formula-tree-operator.btn-drop-open > a {
    opacity: 1;     
    filter: Alpha(opacity=100);
}

.formula-tree-operator.btn-drop > a:hover {
    opacity: 1; 
    filter: Alpha(opacity=100);
}

.formula-tree-operand-wrapper,
.formula-tree-operand-type {
    display: inline-block;
}

.formula-tree-condition-wrapper {
    margin: 3px 0 0 56px;
}

.formula-tree-condition-operand-wrapper,
.formula-tree-condition-operand-value {
    display: inline-block;
}

.formula-tree-condition-if,
.formula-tree-condition-union,
.formula-tree-condition-remove,
.formula-tree-condition-compare {
    min-width: 54px;    
}

.formula-tree-condition-if {
    display: inline-block;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
}

.formula-tree-condition-new.btn-drop > a {
    opacity: 0.65;
    filter: Alpha(opacity=65);    
}

.formula-tree-condition-compare.btn-drop > a {
    font-weight: bold;
    text-align: center; 
}


.formula-tree-operand-wrapper .ui-dropdown {
    width: 100px;    
    font-size: inherit;
}

.formula-tree-operand-wrapper .ui-dropdown .ui-dropdown-text {
    font-family: inherit;
    font-size: inherit;
}

.formula-tree-operand-wrapper > .ui-dropdown {
    width: 120px;   
    min-width: 0; 
}

.formula-tree-operand-wrapper .formula-tree-aggregate-drop {
    width: 45px;
    min-width: 0;
}

.formula-tree-operand-wrapper input[type='text'] {
    width: 115px;     
}

.formula-tree-operand {
    min-width: 60px;
}

.formula-tree-condition-wrapper .ui-dropdown {
    width: 70px;    
    min-width: 0;
} 

.formula-tree-condition-wrapper input[type='text'],
.formula-tree-condition-wrapper .formula-tree-xbrl {
    width: 97px;    
}

.formula-tree-condition-wrapper .formula-tree-xbrl {
    margin: 0 5px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.formula-tree-remove-condition {
    display: none;
    padding: 1px;
}

.formula-tree-condition:hover .formula-tree-remove-condition 
{
    display: inline-block;
    
}


.context-menu .ui-icon-triangle-1-e { display: inline-block;position: absolute;}
.context-menu .triangle-left, .context-menu .triangle-right { left: 0; margin-top: 1px; }
.context-menu .triangle-left:after {
	border-right: 5px solid #FFFFFF;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	content: "";
	display: inline-block;
	left: -5px;
	position: absolute;
	top: 8px;
}
.context-menu .triangle-left:before {
	border-right: 6px solid #999999;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	content: "";
	display: inline-block;
	left: -6px;
	position: absolute;
	top: 6px;
}
.context-menu .triangle-right:after {
	border-left: 5px solid #FFFFFF;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	content: "";
	display: inline-block;
	right: -5px;
	position: absolute;
	top: 8px;
}
.context-menu .triangle-right:before {
	border-left: 6px solid #999999;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	content: "";
	display: inline-block;
	right: -6px;
	position: absolute;
	top: 6px;
}
.context-menu.btn-drop-menu, .context-menu.btn-drop-menu ul 
    {
		display:none; min-width: 120px; width: auto;
        list-style-type: none;  margin:0;padding: 4px 0; position:absolute;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        border-radius: 4px;
        }
.context-menu.btn-drop-menu li > ul { margin-top: -21px;}
.context-menu.btn-drop-menu a { color: #444; text-decoration: none;}
.context-menu.btn-drop-menu li { padding: 5px; cursor:pointer;}
.context-menu.btn-drop-menu .ui-state-hover{ border: none; font-weight:normal; }
.context-menu.btn-drop-menu li:hover > ul {display:block;}
.context-menu.btn-drop-menu a.ui-state-hover {color:white;}

.stored-revisions{ display: none; }

tr.jqgrow td.RevisedForms { background-image: url(images/clear.png);background-repeat: no-repeat;background-position: center;}
tr.jqgrow td.RevisedForms .ui-icon { display: none;margin-left: 12px;}

tr.jqgrow.current-row { background: #d8f0ff; }
tr.jqgrow.current-row td.RevisedForms {background-image: url(images/report.png);background-repeat: no-repeat; background-position: center;}
tr.jqgrow.current-row td.RevisedForms .ui-icon { display: block;}

.columnC3 { width: 31%; min-height: 170px; display: inline-block; border-right: 1px dotted gray; padding-right: 15px;margin: 5px;}
.columnC3.last { width: 30%; border-right: none; margin-left: -10px;}
.columnC3 .row label { float: left; min-width: 50px;margin-top: 5px;}
.columnC3 .label-small label { float: right; margin-right: 15px !important; }

.ui-menu-item a {color: #333; text-decoration: none !important;}


.gate-tree {
    float: left;
    width: 25%;
    box-sizing: border-box;
    border-right: 1px solid #666;
    min-height: inherit;
}

.gate-content {
    float: left;
    width: 75%;
    box-sizing: border-box;
    padding: 5px;
}

/* PRINTING */

.print-only {
    display: none;
}

@media print 
{
    .print-only {
        display: block;
    }   
}
