body.waiting * { cursor: wait; }
.baloon {
    position: relative;
    font-family: Verdana, sans-serif;
    font-size: 10px; 
}
.baloon-svg {
    position: absolute; 
    opacity: 70%;
}
.svg-ses {
    left: 0px; 
    top: 0px; 
}
.svg-ces {
    left: 80px; 
    top: 140px; 
}
.svg-ues {
    left: 345px; 
    top: 210px; 
}
.baloon-text {
    position: absolute; 
    width:220px; 
    padding: 10px; 
    text-align: left;
}
.baloon-ces {
    left: 80px; 
    top: 310px; 
}
.baloon-ues {
    left: 345px; 
    top: 370px; 
}
.baloon-text-res {
    font-weight: bold;
    text-decoration: underline;
}
.res-ses {
    color: #5157bd;
}
.res-ces {
    color: #51bd61;
}
.res-ues {
    color: #ad5700;
}
.baloon-text-email {
    color:blue;
    text-decoration: underline;
}
.admin_actions {
    background-color: #ffc;
}
.admin_actions_header {
    border-radius: 6px;
    padding: 6px;
    background-color: #ee6;
}
.admin_actions_content {
    padding: 6px;
}
.minibutton {
    #width: 24px;
    #float:right;
    #position: absolute;
    
    right: 30px;
    position: absolute;
    display: inline;
}
/*.block_request {
    right: 24px;
}
.block_autoannull {
    right: 44px;
}
.request_refresh {
    right: 64px;
}
.request_journal {
    right: 84px;
}*/
.ui-dialog {
    position: absolute;
    background-color: #FFFFFF;
}
#multi_text {
    width: 320px;
    height: 45px;
}
svg .arrow{
    position: absolute;
}

#request_journal {
    position: absolute;
    width: 1024px;
    height: 500px;
}
#dialog_new_doc {
    position: absolute;
    width: 270px;
    height: 60px;
}
#dialog_replace_doc {
    position: absolute;
    width: 450px;
    height: 60px;
}
#dialog_stp_user {
    position: absolute;
    width: 350px;
    height: 360px;
}
#request_journal .request_journal_content,#dialog_new_doc .new_doc_content,#dialog_replace_doc .replace_doc_content,#dialog_stp_user .stp_user_content{
    padding: 10px;
    top: 10px;
    background-color: #FFFFFF;
    border-radius: 10px;
    /*border : 2px solid #000;*/
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    text-align: left;
}
.request_journal_content{
    max-width: 1004px;
}
.table-column {
    max-width: 600px;
}
.new_doc, .label_like_button{ 
    border : 1px solid #000;
    padding: 5px;
    background-color: #FFFFFF;
}
.dialog_close {
    position:absolute;
    float:right;
    border-radius: 10px;
    /*background-color: #77F;*/
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    text-align:center;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.bt_close {
    float:left;
    border-radius: 10px;
    /*background-color: #77F;*/
    margin-right: 10px;
    text-align:center;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.w200 {
    width: 200px;
    display: table-row;
}
/* n */
.relative {
    position: relative;
    display: table-row;
    width: 900px;
    text-align:right;
    border-collapse: collapse;
} 
#main_container { 
    position: relative; 
    left: 50%;
    transform: translate(-50%, 0);
    display: table;
    border-collapse:collapse;
    border : 1px solid #000;

}
.container {
  position: relative;
  text-align: center;
  color: white;
  font-family:arial,verdana,sans-serif; font-size:16px; font-weight:bold;  text-align:center;
}
b.customer_fio {
  background-color: #fdf;
}
.centered {
  position: absolute;
  top: 50%;
  left: 250px;
  transform: translate(0, -50%);
}
#page_center {
    overflow-wrap: break-word;border : 1px solid #000;
}
.flex {
    display: flex;width: 900px;
}
#page_left {
    width: 300px;display: table-cell;border-right : 1px solid #000;text-align:left;

}
#page_right {
    width: 100%;position: relative; 
    background-color: #FFFFFF;
    color: #323A45;
    font-size: 13px;
    letter-spacing: 0.011em;
    padding: 10px;
    text-align: justify;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
/* n */

#page_container {
    width: 960px; 
    margin: 0 auto; 
    position: relative;
}
/* Subheader */
#subheader {
    background:#000 url(/themes/electro/images/subheader.jpg) repeat-x;
    height:25px; color:#FFFFFF; font-family:arial,verdana,sans-serif; font-size:16px; font-weight:bold; padding-left:25px; text-align:center;
}
/* Subheader */
/* Footer */
a {
	color : #666;
	
	text-decoration : underline;
}
/* Footer */

/* Footer */
a:hover {
	/*color : ;*/
	/*font-weight: ;*/
	text-decoration : underline;
}
/* Footer */

/*Blok*/
a.side {
	color : #008;
	font-weight:normal;
	text-decoration : none;
}
/*Link*/

/* Blok */
a:hover.side {
	color : #999;
	text-decoration : none;
}
/*Link  */

a.white, li.white a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

a:hover.white, li.white a:hover {
	/*color: ;*/
	text-decoration: underline;
}
.spoiler {
    padding: 5px;
    background : #EEF;
}
.spoiler_button {
    padding: 5px;
    display: inline-block;
    position:relative;
}
.spoiler_header {
    cursor: pointer;
    background: #D6FFD6;
}
.spoiler_content {
    background: #FFF;
    padding: 5px;
    display: none;
}
.header {
    padding: 5px;
    text-decoration: line-through;
}
.request_header {
    padding: 5px;
    text-decoration: line-through;
}
.request_content {
    
}
.content_displayed {
    display: inline;
}
.content_hided {
    display: none;
}
.request {
    padding: 0px 5px 0px 5px;
    margin: 5px 0px 5px 0px;
    background : #EEF;
}
.request_status{
    border-radius: 10px;
    padding: 5px;
    background : white;
}
.request_message{
    border-radius: 10px;
    padding: 5px;
    color: #F55;
}
.status4{
    border-radius: 10px;
    padding: 5px;
    background : lightgray;
}
.grouped-status{
    display: inline-table;
}
/* Header Sign-in/Sign-out */
.div-table {
    display: table;
    width: 100%;
}
.abs-indexed {
    position:absolute;
    z-index: 1;
}
.pos10 {
    top:10px;
    z-index: 2;
}
.div-table-row {
    display: table-row;
}
.div-table-cell {
    border:0;
    display: table-cell;
    padding: 0px 0px;
    text-align: center;
}
.div-table-cell input{
    width: 100%;
}
.div-table-110 {
    min-width: 110px;
}
.div-table-150 {
    min-width: 150px;
}
.div-table-250 {
    min-width: 250px;
}
.nowrap {
    white-space: nowrap; 
}
.div-table-body {
    display: table-row-group;
}
.tab {
    min-width: 110px;
    background : #DDD;
    padding: 10px;
    border-radius: 6px 6px 0px 0px;
    border-top: 1px solid #AAA;
    display:inline-block;
}
.tab-image {
    display: inline-block; position:relative; top: 10px;
}
.subtab {
    min-width: 110px;
    background : #DDD;
    padding: 5px;
    margin: 10px 0 0 0;
    border-radius: 6px 6px 0px 0px;
    display:inline-block;
}
.linkstatus {
    min-width: 110px;
    background : #eee;
    padding: 5px;
    margin: 5px;
    display:inline-block;
}
.linkstatusA,.linkstatusB,.linkstatusC {
    min-width: 110px;
    padding: 5px;
    margin: 5px;
    display:inline-block;
    border : 1px solid #ddd;
}
#sign {
    position:absolute;
    display: table;
    left: 750px;
    top: 10px;
    width: 100px;
    height: 30px;
}
.white-label {
    color:#FFFFFF; 
    font-family:arial,verdana,sans-serif; 
    font-weight:bold; 
}
.svg {
    fill: transparent;
    stroke: white;
    stroke-width:2;
    stroke-linecap: butt;
}
a:hover .svg path,a:hover .svg circle,a:hover .svg polyline,a:hover .svg polygon {
    stroke:#ddd;
}
.svg-signed circle {
    fill: green;
}
/* Header Sign-in/Sign-out */
/* Header Contact */
#contact{
    height: 2px; 
    color:#FFFFFF; 
    font-family:arial,verdana,sans-serif; 
    font-size:20px; 
    font-weight:bold; 
    position:absolute; 
    text-align:right;
    left: 450px;
    top: 10px;
}
/* Header Contact */
body {
	color : #555;
	background-color: SteelBlue;
	/*background-repeat: ;*/
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	/*background-image: ;*/
	margin: 0;
}

form {
	margin : 0px;
}

hr {
	height : 1px;
	border : 1px solid #eee;
}

hr.side-hr {
	height : 1px;
	border : 1px solid #eee;
}

td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

pre {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.alt {
	color : #005599;
}

.aleft {
    text-align: left;
}

.acenter {
    text-align: center;
}

.aright {
    text-align: right;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}


.outer-border {
	border : 1px solid #000;
}

.sub-header {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000;
	background-color : #888;
	border-top : 1px solid #000;
	border-bottom : 1px solid #000;
	padding : 0px;
}

.sub-header ul{
	margin: 0;
	padding: 0;
}

.sub-header ul li{
	display: inline;
}

.sub-header ul li.first-link .bullet{
	display: none;
}

.banner {
	
	background-image: url(images/banner.gif) ;
}

.footer {
    text-align:center;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #fff;
	background-image: url("/themes/electro/images/footer.jpg");
	margin: 0;
	height: 99px;
	background-repeat: no-repeat;
}

.footer a {
	color : #fff;
}

.button {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000;
	background-color : #eee;
	height : 16px;
	border : 1px solid #000;
	margin-top : 1px;
}

.bbcode {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #555;
	
	margin-top : 2px;
}

.textbox {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000;
	background-color : #fff;
	border : 1px solid #000;
	margin-top : 1px;
}

.main-body {
	font-size : 13px;
	color : #323A45;
	background-color : #fff;
	/*border-bottom: ;*/
	padding : 15px 15px 15px 15px;
	text-align: justify;
	letter-spacing: 0.011em;
}

.main-body2{
	font-size : 13px;
	color : #323A45;
	background-color : #fff;
	border-bottom: 1px dashed #555555;
	padding: 5px 15px 15px;
	text-align: justify;
	letter-spacing: 0.011em;
}

.center {
	margin : 0 auto;
}

.w900 {
	width: 900px;
}
.active {
	background: #D6FFD6;
}
.annuled {
	background: #EEFFEE;
}
.sactive {
	background: #ccf;
}
.head-column {
    font-weight : bold;
    background : #C9C9EE;
    padding: 5px;
    border: 1px solid #AAAAAA3F;
}
.table-column {
    padding: 5px;
    border: 1px solid #AAAAAA3F;
}
.request_journal_content .div-table-row:nth-child(odd) {
    background-color:#EEE;
}
.left-column {
    width: 180px;
    background : #F6FFF6;
    padding: 5px;
    border-radius: 6px 0px 0px 6px;
    border-bottom: 1px solid #AAA;
}
.right-column {
    background : white;
    padding: 5px;
    border-radius: 0px 6px 6px 0px;
    border-bottom: 1px solid #AAA;
}

.side-body {
	font-size : 12px;
	color : #555;
	background-color: #EAEAEA ;
	border : 1px solid #000000;
	padding : 4px;
}

.main-bg {
	background-color: #FFFFFF;
    color: #323A45;
    font-size: 13px;
    letter-spacing: 0.011em;
    padding: 17px;
    text-align: justify;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
/* Menu */
.border {
	margin-bottom : 0px;
}
/* Menu*/
.admin-message {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : center;
	color : #555;
	background-color : #EAEAEA;
	border : 1px solid #e1e1e1;
	padding : 3px 4px 5px 4px;
	margin-bottom : 5px;
}

.side-left .side-border-right {display: none;}
.side-right .side-border-left {display: none;}

.side-border-left {
	color : #777;
	background-color : SteelBlue;
	padding : 10px 10px 10px 10px;
	width: 225px;
	border-right: 1px solid #000000;
}

.side-border-right {
	color : #777;
	background-color : #999999;
	padding : 10px 10px 10px 0px;
	width: 175px;
}

.news-category {
	border:0;
	margin: 0;
	float: left;
	padding-right: 10px;
}

.news-footer {
	font-size : 10px;
	border:1px;
	height:16px;
	color : #333333;
	background-image: url(images/six_0.gif);
	padding : 3px 4px 4px 4px;
	border-bottom : 1px solid #000;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	display: none;

}

.news-footer2 {
	font-size : 10px;
	border:1px;
	height:14px;
	color : #333333;
	padding : 3px 4px 4px 4px;
}

.capmain {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #000;
	/*background-image: ;*/
	height:24px;
	text-align : left;
	padding : 2px 4px 4px 4px;
	/*border-left : ;
	border-right : ;
	border-top : ;*/
}

.scapmain {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #fff;
	/*background-image: ;*/
	height:20px;
	text-align : center;
	/*border-left : ;
	border-right :;
	border-top : ;*/
	padding : 4px;
	/*background-color: ;*/
}

.tbl-border {
	border : 1px solid #666;
}

.tbl {
	font-size : 11px;
	color : #333333;
	background-color : #EAEAEA;
	padding : 4px;
}

a:hover.tbl33 {
	color : activecaption;
}

.tbl33 {
	background-color: #EAEAEA;
	border: 1px solid #FFFFFF;
	color: #333333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	/*font-weight: ;*/
	padding: 10px;

}


.tbl1 {
	font-size : 11px;
	color : #666;
	background-color : #DADADA;
	padding : 4px;
}

.tbl2 {
	font-size : 11px;
	color : #666;
	background-color: #E6E6E6 ;
	/*font-weight:;*/
	padding : 4px;
}

.tbl3 {
	font-size : 13px;
	color : #666;
	background-color: #E6E6E6 ;
	font-weight:bold;
	padding : 4px;
}

.forum-caption {
	font-size : 11px;
	font-weight : bold;
	color : #333333;
	/*background-color : ;*/
	padding : 2px 4px 4px 4px;
}

.quote {
	font-size : 11px;
	color : #555;
	background-color : #f8f8f8;
	padding : 4px;
	margin : 0px 20px 0px 20px;
	border : 1px solid #bbb;
}

.poll {
	height : 12px;
	border : 1px solid #000;
	color : #ff9900;
}

.comment-name {
	font-weight : bold;
	color : #005599;
}

.shoutboxname {
	font-weight : bold;
	color : #005599;
	background-color: #FFFFFF ;
}

.shoutbox {
	color : #777;
	background-color: #FFFFFF ;
}

.shoutboxdate {
	font-size : 10px;
	color : #333333;
	background-color: #FFFFFF ;
}

.small {
	font-size : 10px;
	font-weight : normal;
}

.small2 {
	font-size : 10px;
	font-weight : normal;
	color : #555;
}

.small3 {
	font-size : 10px;
	font-weight : normal;
	color : #555;
	display: none;
}

.side-small {
	font-size : 10px;
	font-weight : normal;
	color : #333333;
	background-color : #1F1F1F;
}

.side-label {
	color : #333333;
	background-color : #5B5B5B;
	padding : 2px 2px 3px 2px;
}

/* Vertical Navigation */

#navigation h2 {
	font-size: 10px;
	color : #555;
	background-color: #EAEAEA;
	margin: 0;
	padding: 0px;
}
	
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #navigation ul li{
   height: 1%;
}

#navigation a {
	display: block;
	color: #fff;
	background-color: #EAEAEA;
	padding: 2px;
	text-decoration : none;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0 5px 5px;
	border: 1px solid #000000;
	background-image: url("/themes/electro/images/knopka.jpg");
	
}

#navigation a:hover {
	color: gold;
	/*background-color: ;*/
	background-image: url("/themes/electro/images/hover.jpg");
	
}

#navigation_news a {
	display: block;
	color: #fff;
	background-color: #EAEAEA;
	padding: 2px;
	text-decoration : none;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0 5px 5px;
	border: 1px solid #000000;
	background-image: url("/themes/electro/images/knopka.jpg");
	
}

#navigation_news a:hover {
	color: gold;
	/*background-color: ;*/
	background-image: url("/themes/electro/images/hover.jpg");
	
}

/* Page Navigation */

.pagenav {
	padding: 0;
}

.pagenav span {
	color: #000000;
	background-color: #EAEAEA;
	border: 1px solid #333;
	padding: 0.2em 0.4em 0.2em 0.4em;
	margin: 0.2em;
}

.pagenav a {
	color: #000000;
	background-color: #F5F5F5;
	border: 1px solid #F5F5F5;
	padding: 0.2em 0.4em 0.2em 0.4em;
	margin: 0.2em;
	text-decoration: none;
}

.pagenav a:hover {
	color: #fff;
	background-color: #0141AD;
	font-weight:bold;
	margin: 0.2em;
	text-decoration: none;
}

.photogallery_album_photo {border: 4px solid #fff !important; border-collapse: collapse;}

/* CSS Menu*/

.preload1 {background: url(images/six_0a.gif);}
.preload2 {background: url(images/six_1a.gif);}

#header_niz {font-size:13px; font-weight:bold; color:#FFF; padding-top:1px; padding-left:25px; margin:0; list-style:none; height:75px; background:#000 url(images/six.jpg) repeat-x; position:relative; z-index:200; font-family:arial, verdana, sans-serif;}
#nav {padding:0; margin:0; list-style:none; height:25px; font-family:arial, verdana, sans-serif;}
#nav li.top {display:block; float:left;}
#nav li a.top_link {display:block; float:left; height:25px; line-height:25px; color:#333; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;background: url(images/six_0.gif);}
#nav li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:25px; background: url(images/six_0.gif) right top no-repeat;}
#nav li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:25px; background: url(images/six_0a.gif) no-repeat right top;}

#nav li:hover a.top_link,
#nav a.top_link:hover
{color:#fff; background: url(images/six_1.gif) no-repeat;}
#nav li:hover a.top_link span, 
#nav a.top_link:hover span
{background:url(images/six_1.gif) no-repeat right top;}
#nav li:hover a.top_link span.down,
#nav a.top_link:hover span.down
{background:url(images/six_1a.gif) no-repeat right top; padding-bottom:3px;}

#nav table {border-collapse:collapse; padding:0; margin:0; position:absolute; left:0; top:0;}

#nav li:hover {position:relative; z-index:200;}
#nav a:hover {position:relative; white-space:normal; z-index:200;}

#nav :hover ul.sub
{left:1px; top:38px; background: #50b5d0; padding:3px; border:1px solid #0b4d97; white-space:nowrap; width:90px; height:auto; z-index:300;}
#nav :hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:90px; font-weight:normal;}
#nav :hover ul.sub li a
{display:block; font-size:11px; height:18px; width:88px; line-height:18px; text-indent:5px; color:#000; text-decoration:none;border:1px solid #50b5d0;}
#nav li ul.sub li a.fly
{background:#50b5d0 url(arrow.gif) 80px 6px no-repeat;}
#nav :hover ul.sub li a:hover 
{background:#3f96a9; color:#fff; border-color:#fff;}
#nav :hover ul.sub li a.fly:hover
{background:#3f96a9 url(images/arrow_over.gif) 80px 6px no-repeat; color:#fff;}

#nav li b {display:block; font-size:11px; height:18px; width:88px; line-height:18px; margin-bottom:3px; text-indent:6px; color:#ff6; border-bottom:1px solid #ff6; cursor:default;}

#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:89px; top:-4px; background: #50b5d0; padding:3px; border:1px solid #0b4d97; white-space:nowrap; width:90px; z-index:400; height:auto;}

#nav ul, 
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover > ul
{left:90px; top:-4px; background: #50b5d0; padding:3px; border:1px solid #0b4d97; white-space:nowrap; width:90px; z-index:400; height:auto;}
#nav li:hover > ul ul 
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
#nav li:hover li:hover > a.fly
{background:#3f96a9 url(images/arrow_over.gif) 80px 6px no-repeat; color:#fff; border-color:#fff;} 
#nav li:hover li:hover > li a.fly
{background:#50b5d0 url(images/arrow.gif) 80px 6px no-repeat; color:#000; border-color:#50b5d0;} 
/* ---------------------- CSS Menu Bitiž ---------------------- */
    

/* Alt Panel */

/* Sidebar */

#sidebar {
	clear: both;
	width: 968px;
	background: none repeat scroll 0 0 activecaption;
	color: #CCCCCC;
	padding: 10px 0 0 0;
	border-top: 1px solid;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 167px;
	padding: 10px 50px 15px 25px;
	background-color: ghostWhite;
	background-image: url("/themes/zhbi01/images/tr-line.gif");
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 25px;
	text-decoration: underline;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	color: #FFFFFF;
	/*background-color: ;*/
	font-size: 15px;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
	color: #666;
}

#sidebar a:hover {
	/*text-decoration: ;
	font-size: ;
	background-color: ;*/
	color: activecaption;
}


ul li a {
	text-decoration : underline;
}

.mytable, .mytable td, .mytable th
{
 border-collapse:collapse;
 padding: 5px;
 border: 1px #000 solid;
 text-align: left;
}

.mytableauto, .mytableauto td, .mytableauto th
{
 border-collapse:collapse;
 padding: 5px;
 border: 1px #000 solid;
 vertical-align: middle;
}

.mytable  td ul 
{
 padding-left: 12px;
}
.warning {
  border: 4px solid red;
}
#pass-test {
  color: red;
}
.js-red {
  color: red;
}
.js-yellow {
  color: yellow;
}
.js-green {
  color: green;
}

.enabled_button {
   background : white;
}

.enabled {
    text-decoration: inherit;
    background : #D6FFD6;
}
.displayed {
    display: inline;
}
.hided {
    display: none;
}
.orange {
    background-color: #F90;
    color: white;
}
.red {
    background-color: #F55;
    color: white;
}
.olive {
    background: #BFB;
}
.pad55105 {
    padding: 5px;
    padding-bottom: 10px;
}
.customer_files {
  background: #afa;
  border-radius: 10px;
  padding: 10px;
}
.customer_actions {
  border-radius: 10px;
  padding: 10px;
}
.gupres_files {
  background: #ccf;
  border-radius: 10px;
  padding: 10px;
}
.gupres_actions {
  border-radius: 10px;
  padding: 10px;
}
.notes {
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}

/* aores */

#page_left, .footer {
  display: none;
}
