
/* INTERFACE: DEFAULT CSS STYLE */
/********************************/

/* general page style */
BODY
{
	/* background-image:url(low_contrast_linen.png); */
	background-color: #575858;
	margin: 0px;
	padding: 0px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #777777;
}
TD
{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;*/
	color: #000000;
}

/* links */
a
{
 color: #993333;
 text-decoration: none;
}
a:hover
{
 text-decoration: underline;
 color: #993333;
}

/* Form Inputs */
/*input[type="text"]*/
input
{
	padding-left: 2px;
	padding-right: 2px;
}
input.text, input.password, input.file
{
	background-color: #ffffff;
	border: #cccccc 1px solid;
	color: #444444;
	font-size: 11px;
	height: 18px;
}
input.submit, input.reset, input.button
{
/*
	color: #5D7386;
	font-size: 11px;
	height: 22px;
*/
	height: 24px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px 3px 0px 3px;
	background-color: #1f1919; /*#788A9A;*/
	border: 0px solid #BBBBBB;
}
input.submit[type], input.reset[type], input.button[type] /* Firefox */
{
  padding-bottom: 2px;
}
input.submit:hover, input.reset:hover, input.button:hover
{
	background-color: #993333;
	color: #FFFFFF;
	cursor: hand; /* for IE 5.x */
	cursor: pointer; /* hand-shaped cursor */
}
.disabled
{
	background-color: #f7f7f7;
	border: #d0d0d0 0px solid;
	color: #b4b4b4;
}
textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border: #cccccc 1px solid;
	color: #444444;
	font-size: 11px;
}
select
{
	background-color: #ffffff;
	border: #cccccc 1px solid;
	color: #444444;
	font-size: 11px;
}
input.checkbox, input.radio
{
	color: #444444;
	font-size: 11px;
}
input.button2
{
	background-color: #ffffff;
	border: #cccccc 1px solid;
	color: #777777;
	font-size: 11px;
	height: 18px;
}

/* Head */
.head
{
 display: block;
 /*height: 110px;*/
 background-color: #fff;
 padding: 12px 12px 13px 25px;
 text-align: left;
}
.head .user
{
 float: right;
 text-align: right;
}
.head .user .name
{
 font-family: Verdana, Tahoma, Arial;
 font-size: 16px;
 font-weight: bold;
 letter-spacing: 2px;
}
.head .user a.logout
{
 text-transform: uppercase;
 letter-spacing: 1px;
 font-weight: bold;
 font-size: 13px;
 color: red; /*#ab2023*/
}
.head .user a.logout:hover
{
 color: white;
 text-decoration: none;
}

/* Menu */
.menu
{
	text-align: left;
	background-color: #575858;
	/*padding: 10px 10px 10px 10px;*/
	margin: 10px;
}
.menu .top
{
  margin-top: 6px;
  margin-bottom: 20px;
}
.menu .top .title
{
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 0px;
}
.menu .top .user .name
{
  font-weight: bold;
  margin-bottom: 3px;
}
.menu .title
{
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
  text-transform: uppercase;
  text-align: left;
	vertical-align: middle;
	padding-bottom: 5px;
	padding-top: 10px;
	padding: 10px 1px 5px 1px;
}
.menu .space
{
	font-size: 1px;
	/*height: 10px;*/
	border-top: solid 1px #BBB;
	margin-bottom: 5px;
}
.menu .btn_outer , .menu .btn_outer_expanded
{
	font-size: 14px;
	background-color: #efefef;
	border: #575858 solid 1px;
	/*border-bottom: 5px solid #575858;*/
	margin-bottom: 5px;
	color: #1f1919;
	font-weight: normal;
  	text-transform: capitalize;
	text-align: left;
}
.menu a.btn_inner , .menu a.btn_inner_expanded
{
	display: block;
	/*height: 100%;*/
	color: #1f1919;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding: 3px 17px 3px 17px;
}
/* this is for all except iexplorer, for ie is: '.menu a.btn_inner' */
/*
html>body .menu a.btn_inner , html>body .menu a.btn_inner_expanded
{
	display: block;
	color: #788A9A;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding: 7px;
}
*/
.menu a.btn_inner:hover , .menu a.btn_inner_expanded:hover
{
	background-color: #993333;
	text-decoration: none;
	color: #FFFFFF!important;
	text-shadow:none;
}
/* Sub Buttons */
.menu .btn_sub
{
	font-size: 12px;
	padding: 0px 5px 5px 5px;
	text-align: left;
}
.menu .btn_sub a
{
	display: block;
	color: #1f1919;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
}
.menu .btn_sub a:hover
{
	background-color: #993333;
	text-decoration: none;
	color: #FFFFFF;
}
.menu a.btn_viewsite
{
	display: block;
	background-color: #993333;
	/*border: #BBBBBB solid 1px;*/
	color: #1f1919;
	font-size: 14px;
	text-align: left;
  text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 3px 5px 3px 5px;
}
.menu a.btn_viewsite:hover
{
	background-color: #993333;
	text-decoration: none;
	color: #FFFFFF;
}
.menu a.btn_logout
{
	display: block;
	background-color: #F3F3F3;
	border: #BBBBBB solid 1px;
	color: #AA3333;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 7px;
}
.menu a.btn_logout:hover
{
	background-color: #B5B5B5;
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */
.page
{
	/*background-color: #EEEEEE;*/
}
.page .top
{
	height: 50px;
	padding: 0px 20px 0px 20px;
	font-size: 16px;
	font-weight: normal;
  text-align: left;
	vertical-align: middle;
}
.page .top .title
{
	color: #777;
	font-size: 18px;
	font-weight: normal;
}
.page .content
{
/*	padding: 5px 5px 5px 5px;
  	text-align: center;*/
}
.page .bottom
{
	height: 50px;
	padding: 0px 20px 0px 20px;
  text-align: center;
	vertical-align: middle;
}
.page .pagehelp
{
  text-align: right;
	vertical-align: top;
	padding: 10px 15px 10px 10px;
}
.page .pagehelpsign , .pagehelpsign
{
  color: #993333; /*#fef5e0;*/
  cursor: hand; /* for IE 5.x */
  cursor: pointer; /* hand-shaped cursor */
  font-size: 20px;
  letter-spacing: 2px;
}


/* Form Box */
.FormBox
{
	padding: 0px; /*works only on mozilla*/
  background-color: #f4f4f4 ;
  border: #d5d5d5 1px solid;
}
.FormBox td
{
	color: #444444;
}
.FormBox .title
{
	padding: 7px;
	font-size: 16px;
  text-align: center;
}
.FormBox .left
{
	padding: 7px;
  text-align: right;
	vertical-align: top;
}
.FormBox .right
{
  padding: 4px;
  /*background-color: #DDDDDD;*/
  vertical-align: middle;
}
.FormBox .center
{
	padding: 7px;
  text-align: center;
}

.FormBox .right .radio
{
  clear: both;
}
.FormBox .right .radio .control
{
  float: left;
    padding-left:20px;
}
.FormBox .right .radio .text
{
  padding-top: 2px;
  padding-left:20px;
  text-align: left;
  vertical-align: middle;
}
.FormBox .helpsign , .helpsign
{
  color: #ab2023;
  cursor: hand; /* for IE 5.x */
  cursor: pointer; /* hand-shaped cursor */
}
/* Login Form Box */
.LoginFormBox
{
  padding: 0px; /*works only on mozilla*/
  background-color: #ddd;
  border: solid 2px #777777;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.LoginFormBox td
{
  color: #777777;
  font-size: 14px;
}
.LoginFormBox .top
{
  background-color:#fff;
  text-align:left;
  padding: 7px 7px 5px 7px;
}
.LoginFormBox .left
{
  padding: 10px 5px 4px 20px;
  text-align: right;
  vertical-align: top;
}
.LoginFormBox .right
{
  width: 250px;
  padding: 7px 30px 1px 4px;;
  /*background-color: #DDDDDD;*/
  vertical-align: middle;
}
.LoginFormBox input
{
  font-size: 13px;
  height: 22px;
}
.LoginFormBox .bottom
{
  text-align: right;
  padding: 7px 30px 10px 10px;
}

/* floating help layer */
.help
{
 position: absolute;
 left: -100px;
 top: -100px;
 background-color: #efefef;
 border: solid 2px #DDD;
/* filter: alpha(opacity=50); -moz-opacity: .50; opacity: .50;*/
}
.help .title
{
 color: white;
 font-size: 13px;
 background-color: #575858;/*#ab2023;*/
 padding: 1px 3px 3px 3px;
}
.help .text
{
 padding: 3px;
 text-align: justify;
}
.layer_small .text
{
 width: 400px;
}
.layer_big .text
{
 width: 600px;
}
.help .text p
{
 display: block;
 padding: 0px;
 margin: 7px 2px 5px 2px;
}
.help .text .h1
{
 color: #ab2023;
 font-size: 13px;
 font-weight: bold;
}
.help .text .h2
{
}
.help .text .h3
{
 color: #666666;
 font-weight: bold;
}

/* formbox files */
.FormBox .addfilesbtn
{
  xclear: both;
  padding: 3px 3px 2px 3px;
  text-align: right;
}
.FormBox .files .fileline , .FormBox .files .fileline_highlighted
{
  height: 20px;
}
.FormBox .files .fileline_highlighted
{
  background-color: #ffffff;
}
.FormBox .filesheader
{
	font-weight: bold;
}
.FormBox .files td
{
  vertical-align: middle;
}
.FormBox .files .number , .FormBox .filesheader .number
{
  text-align: left;
  padding-left: 2px;
  vertical-align: middle;
  width: 34px;
}
.FormBox .files .name , .FormBox .filesheader .name
{
  text-align: left;
  vertical-align: middle;
  width: 208px;
  height: 24px;
  padding: 2px 0px 2px 0px;
  overflow: hidden;
}
/*
.FormBox .files .name div , .FormBox .filesheader .name div
{
  text-align: left;
  vertical-align: middle;
  height: 20px;
  overflow: hidden;
  background-color: blue;
}
.FormBox .files .name div div
{
  text-align: left;
  vertical-align: middle;
  overflow: hidden;
  height: 13px;
  float: left;
  display: block;
  background-color: white;
}
*/
.FormBox .files .name div , .FormBox .filesheader .name div
{
  width: 208px;
  height: 20px;
  text-align: left;
  vertical-align: middle;
  overflow: hidden;
}
.FormBox .files .name div div
{
  width: 1000px;
  height: 20px;
  text-align: left;
  vertical-align: middle;
  display: block;
}
.FormBox .files .name div div img
{
  float: left;
  margin-right: 3px;
}
.FormBox .files .name div div div
{
  width: 800px;
  height: 13px;
  margin-top: 3px;
  text-align: left;
  vertical-align: middle;
  float: left;
  display: block;
}
.FormBox .files .name div div div.error
{
 color: red;
}

.FormBox .files .chkbox , .FormBox .filesheader .delete
{
  text-align: center;
  vertical-align: middle;
  width: 50px;
}
.FormBox .files .new , .FormBox .filesheader .new
{
  padding-right: 2px;
  text-align: right;
  vertical-align: middle;
  width: 190px;
}
.FormBox .filesheader .new
{
  text-align: left;
}

/* floating thumb layer */
.bigthumb
{
 position: absolute;
 left: -10px;
 top: -10px;
 background-color: #BBB;
 border: solid 2px #BBB;
 color: #333;
/* filter: alpha(opacity=50); -moz-opacity: .50; opacity: .50;*/
}

/* Panel */
.Panel
{
/* border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;
  background-color: #eee;
  border: #cccccc 1px solid;
  background-image:url(white_bed_sheet.png);
  box-shadow:0px 0px 16px #000;
	padding: 5px;position:relative; */
/*   background-color: #eee;
  border: #cccccc 1px solid;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; */
}
.Panel .title
{
	padding: 8px 10px 3px 10px;
	color: #444444;
	font-size: 16px;
  text-align: center;
}
.Panel .content
{
	padding: 8px 10px 8px 10px;
}

/* ListLines */
.ListLines
{
  background-color: #efefef;
  border: #cccccc 1px solid;
}
.ListLines .lines
{
	padding: 2px;
	border: #cccccc 1px solid;
	background-color: #ffffff;
}
.ListLines .lines td
{
	vertical-align: middle;
	padding: 1px 5px;
	font-size: 11px;
}
.ListLines .lines .header
{
	background-color: #282a2a;
	height: 28px;
}
.ListLines .lines .header td
{
	padding: 0px;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
  text-transform: uppercase;
	vertical-align: top;
	/*overflow: hidden;*/
	background-color: #282a2a;
	padding: 6px;
}
.ListLines .lines .header td.link
{
	cursor: pointer; /* hand-shaped cursor */
}
.ListLines .lines .header td.asc , .ListLines .lines .header td.desc
{
	cursor: pointer; /* hand-shaped cursor */
  color: #ffffff;
	background-color: #ab2023;
}
.ListLines .lines .header td.link_on , .ListLines .lines .header td.asc_on , .ListLines .lines .header td.desc_on
{
	cursor: pointer; /* hand-shaped cursor */
  background-color: #993333;
  text-decoration: none;
  color: #ffffff;
}
/*
.ListLines .lines .header a , .ListLines .lines .header .asc a , .ListLines .lines .header .desc a
{
  display: block;
  color: #ffffff;
	background-color: #282a2a;
	height: 100%;
	padding: 6px;
}
.ListLines .lines .header .asc a , .ListLines .lines .header .desc a
{
  color: #FFFFFF;
	background-color: #ab2023;
	height: 100%;
	padding: 6px;
}
.ListLines .lines .header a:hover , .ListLines .lines .header .asc a:hover , .ListLines .lines .header .desc a:hover
{
  background-color: #993333;
  text-decoration: none;
}
*/
.ListLines .lines .header .asc span , .ListLines .lines .header .desc span , .ListLines .lines .header .asc_on span , .ListLines .lines .header .desc_on span
{
  float: left;
  font-family: Arial, Tahoma, verdana;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: -1px;
  margin-right: 5px;
  padding-top: 1px;
}
.ListLines .lines .subheader
{
	background-color: #ebe9e9;
	height: 26px;
}
.ListLines .lines .subheader td
{
	color: #1f1919;
	font-weight: normal;
}
.ListLines .lines .line1
{
  background-color: #FFFFFF;
	height: 26px;
	overflow: hidden;
}
.ListLines .lines .line2
{
  background-color: #F8F8F8;
	height: 26px;
	overflow: hidden;
}
/*
.ListLines .lines div
{
	text-align: inherit;
	overflow: hidden;
	font-size: 11px;
	height: 13px;
}
*/
.ListLines .lines .line_highlight
{
  background-color: #EEEEEE;
	height: 26px;
	overflow: hidden;
}
.ListLines .lines .edit
{
	cursor: pointer; /* hand-shaped cursor */
    color: #ab2023;
	font-size:16px;
/*     background: url(/esx/skins/ESX/cms/edit.png) no-repeat scroll center transparent;
	text-indent: -999em; */
}
.ListLines .lines .edit_on
{
	cursor: pointer; /* hand-shaped cursor */
/*   background-color: #993333; */
  color: #993333;

}

.ListLines .pageinfo
{
	padding: 3px 5px 3px 6px;
	text-align: left;
	font-size: 10px;
	width:100%;
}
.ListLines .pages
{
	padding: 3px 6px 3px 5px;
	text-align: right;
	color: #aaaaaa;
}
.ListLines .pages ul
{
	margin: 0px;
}
.ListLines .pages ul li
{
	display: inline;
	margin: 0px;
	padding-left: 3px;
}
.ListLines .pages a
{
	font-size: 12px;
	font-weight: bold;
	padding: 0px 2px 1px 2px;
	/*background-color: #EAEAEA;*/
	/*border: #BBBBBB solid 1px;*/
	color: #777777;
}
.ListLines .pages a.number
{
	/*background-color: #EAEAEA;*/
	/*border: #BBBBBB solid 1px;*/
	color: #777777;
}
.ListLines .pages a:hover
{
	background-color: #993333;
	/*order: #BBBBBB solid 1px;*/
	color: #eeeeee;
	text-decoration: none;
}
.ListLines .pages .cnumber a
{
	/*background-color: #788A9A;*/
	/*border: #BBBBBB solid 2px;*/
	color: #993333;
}
.ListLines .pages .cnumber a:hover
{
	background-color: #993333;
	/*border: #BBBBBB solid 2px;*/
	color: #eeeeee;
}
.ListLines .pages .dnumber span
{
	font-size: 12px;
	font-weight: normal;
	padding: 0px 2px 1px 2px;
	/*background-color: #EAEAEA;*/
	/*border: #CCCCCC solid 1px;*/
	color: #AAAAAA;
}
.ListLines .rows
{
	padding: 3px 5px 3px 6px;
	text-align: left;
	font-size: 11px;
}
.ListLines .buttons
{
	text-align: left;/*center;*/
	vertical-align: middle;
}
.ListLines .topbottom
{
	height: 26px;
}
.ListLines input.text, .ListLines select
{
	background-color: #fef5e0;
	border: #993333 1px solid;
	color: #444444;
	font-size: 11px;
	height: 18px;
}
.ListLines input.checkbox, .ListLines input.radio
{
	background-color: #fef5e0;
	border: #993333 1px solid;
	color: #444444;
	font-size: 11px;
	padding: 0px;
}
.ListLines input.submit
{
	height: 24px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px 3px 0px 3px;
	background-color: #1f1919; /*#788A9A;*/
	border: 0px solid #BBBBBB;
}
.ListLines input.submit:hover
{
	background-color: #993333;
	color: #FFFFFF;
	cursor: hand; /* for IE 5.x */
	cursor: pointer; /* hand-shaped cursor */
}
.ListLines .subheader input.text, .ListLines .subheader select
{
	background-color: #f8f8f8;
	border: #9f9f9f 1px solid;
	color: #4f4f4f;
	font-size: 11px;
	height: 18px;
}
.ListLines .lines .pictures
{
  float: left;
  width: 22px;
  text-align: right;
  padding-right: 4px;
  padding-top: 4px;
  color: #ccc;
}
.ListLines .lines .pictures b
{
  color: #555;
}
.ListLines .lines img
{
  margin: 1px;
}


.adminlev0 {
	color: #97b697;
}
.adminlev1 {
	xcolor: #5487d3;
	color: #7296cc;
}
.adminlev2 {
	color: #5cb41c;
}
.adminlev3 {
	color: #ff9600;
}
.adminlev4 {
	color: red;
}

/* */
/* */
/* */
/* */
/* */

/* COPYRIGHT */
.copyright{
	color: #AAAAAA;
	font-size: 10px;
	text-align: center;
}
.copyright a { font-size: 10px; color: #AAAAAA; text-decoration: none; font-weight: normal; }
.copyright a:hover { color: #777777; text-decoration: none;}

/* MISC */
.small{
	font-size: 10px;
}
.smaller{
	font-size: 9px;
}
.btn_inner_expanded:focus{outline: none; -moz-outline-style: none;}
.btn_inner_expanded{font-weight:bold!important; /* border-bottom: 1px dotted #999; */}

/*yos*/
.head .user .name
{
    background: url("/esx/skins/ESX/cms/name.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height:32px;
    padding: 0 0 0 5px;
    width: 145px;
}
.head .user .logout
{
   background: url("/esx/skins/ESX/cms/logout.png") no-repeat scroll 20px 0 transparent;
    display: block;
    float: left;
    height: 16px;
    padding: 0 0 0 5px;
    width: 92px;
}
#apply{/*background-image: url(/esx/skins/ESX/cms/apply.png);  padding: 0 0 0 15px; background-repeat: no-repeat;*/}
#btn_1_inner,#btn_2_inner,#btn_3_inner,#btn_4_inner,#btn_5_inner,#btn_6_inner,#btn_7_inner,#btn_8_inner,#btn_9_inner,#btn_10_inner,#btn_11_inner,#btn_12_inner,#btn_13_inner,#btn_14_inner,#btn_15_inner
{
    background-image: url("/esx/skins/ESX/cms/+.png");
    background-position: right center;
    background-repeat: no-repeat;
}
.btn_inner_expanded
{
    background-image: url("/esx/skins/ESX/cms/-.png")!important;
    background-position: right center;
    background-repeat: no-repeat;
}
.title strong{
text-shadow: -1px -1px #111, 1px 1px #333;
color:#fff;
}

.top{text-shadow: 0.1em 0.1em 0.2em #efefef;}
.btn_inner{text-shadow: 0.1em 0.1em 0.2em #999;}

.btn_sub a{-moz-transition: all 0.5s ease-in-out 0s; text-shadow: 1px 1px 2px #999;}
.btn_sub a:hover{text-shadow: 0.1em 0.1em 0.2em #999;}
/*------------------yos & alex-----------------------*/
.btn_sub{background:#f4f4f4;}

.navTitle{
background: url("/esx/skins/ESX/cms/bg-bottom.jpg") repeat-x scroll 100% 0 transparent;
height: 30px;
padding-left: 8px;
padding-top: 5px;
	}
.navTitle strong{   color: #CC9900;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
	text-transform: capitalize;
	text-shadow: 0 0 #EEEEEE, 1px 1px #EEEEEE;}
.navbg{background: url("/esx/skins/ESX/cms/navigation.png") no-repeat scroll 98% 0 transparent;}
.adminbg{background: url("/esx/skins/ESX/cms/admin.png") no-repeat scroll 98% 0 transparent;}
.magbg{background: url("/esx/skins/ESX/cms/shopping.png") no-repeat scroll 98% 0 transparent;}

.artbg{background: url("/esx/skins/ESX/cms/artbg.png") no-repeat scroll 98% 0 transparent;}
.fotobg{background: url("/esx/skins/ESX/cms/fotobg.png") no-repeat scroll 98% 0 transparent;}

.btn_outer{ border:0!important;border-bottom: 1px solid #CDCDCD!important;margin-bottom: 0px!important;}
.menu .btn_sub a{line-height: 21px;}
.btn_outer_expanded{border:none!important;margin-bottom: 0px!important; border-bottom: 1px solid #FFF!important;}
.menu{margin: 0px!important;}
.menu .title{padding: 5px 1px;background: none repeat scroll 0 0 #EEEEEE;}
.btn_inner {
    text-shadow: 1px 1px 0 #efefef;
	 font-family: trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
}
.btn_outer a:hover{color:#999!important;}
/*---------header-------*/
.head { clear: both; display: block; overflow: hidden;padding:0;background:url(subtle_dots.png);}
.head-menu ul{}
.head-menu ul li{display: block;list-style-type: none;float:left;font-size: 14px;}
.f-right{float: right!important; padding: 3px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;font-size:11px!important;border:1px solid #000;
background: #a90329; /* Old browsers */
background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */

}
.f-right:hover {background:#ccc;bordeR:1px solid #666;}
.f-right:hover a {color:#333!important;text-decoration:none;}
.f-right a {color:#FFF!important;}
.clear{clear:both;}

.head-logout 
{
   background: url("/esx/skins/ESX/cms/_logout.png") no-repeat scroll 0 0 transparent;
   padding: 0 0 0 20px;
/*    font-weight: bold; */
}
.head-user
{
   text-transform: capitalize;
   background: url("/esx/skins/ESX/cms/_user.png") no-repeat scroll 0 0 transparent;
   padding: 0 0 0 20px;
}
.head-logout:hover{color: #EFEFEF!important;}
.head-img{padding-right:110px}
.head-gen{ padding: 10px 0 0px 20px;}
.head-gen a{/* text-shadow: 2px 2px 2px #aaa; */color: #fff;}
.diversebg{background: url("/esx/skins/ESX/cms/diverse.png") no-repeat scroll 98% 0 transparent;}

.access h3{color:#111;}
.access ul{margin-left:-16px;}
.access ul li{display: inline; list-style: none; float: left; text-align:center; margin-right: 15px;}
.access ul li a{color:#333;}
.access ul li a img{}
.access ul li a:hover{}

/*.FormBox .right input{width:100%;}*/
.LoginFormBox input:focus{border:1px solid #993333;}
.head-img {
    position: relative;
    top: -5px;
}
/* .head-gen a, .head-user{color:#666;} */
.head-gen a:hover, .head-user:hover{color:#993333;}

.head-logout{color:#993333;}
.head-logout:hover{color:#666!important;}

.f-right {position: relative;
    top: -10px;margin:13px 10px 0 0
}

.btn_outer{float:left;}
.menu{ background: none repeat scroll 0 0 #EFEFEF;height: 32px;}
.menu .btn_outer, .menu .btn_outer_expanded {background:none;}
.btn_outer{border:none!important;}
.btn_outer_expanded{float:left;}
.menu .btn_sub a{float:left;}



.menu .btn_sub {
    background: none repeat scroll 0 0 #575858;
    font-size: 12px;
    margin-top: 0;
    overflow: hidden;
    padding: 0 5px 5px;
    text-align: left;
    width: 100%;
}
.menu .btn_sub a {color: #FFF;}
.head-gen {
    left: 59%;
    padding: 5px 0 0 25px;
    position: relative;
}
input.text:focus{color:#993333; border:1px #999 solid;}
.ListLines,.FormBox{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
.pagehelpsign{color:#ddd!important;}
input.submit, input.reset, input.button
{
  background-color: #333333;
	-webkit-border-radius: 4px 2px 4px 2px;
-moz-border-radius: 4px 2px 4px 2px;
border-radius: 4px 2px 4px 2px;
}
input.submit:focus, input.reset:focus, input.button:focus,.LoginFormBox input:focus
{
	border:none;
}


 .top-menu {

}
	.top-menu ul {list-style:none;width:100%;}
	.top-menu li.li-first {display:inline-block;height:32px;line-height:32px !important;


}
	.top-menu li.li-first:first-child {}
	.top-menu li.li-first:last-child {}
	.top-menu a.a-first {text-decoration:none;font-size:11px;color:#e5e5e5;}
	.top-menu a:hover {color:#d74b4b;color:#FFF!important}
	 .innerStrong {display:inline-block!important;background-color: #663333;	border-radius: 10px 10px 10px 10px; color: #fff;font-size: 11px; height: 20px;	line-height: 22px;	width: 20px;	text-align: center;  text-shadow: none;}
	.li-first ul li {height:26px;line-height:26px;}
	.li-first ul a {height:26px;line-height:26px;}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 22em; /* allow long menu items to determine submenu width */
	*width: 22em; /* no auto sub width for IE7, see white-space comment below */
	background:#FFF;
}
.sf-menu .a-first {border-left: 1px solid #666;}
.sf-menu a {
	
	padding: 0px 10px;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #13a;
}
.sf-menu li {

	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {

}
.sf-menu ul ul li {

}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #d74b4b;
	color:#FFF!important;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}
.sf-menu li:hover .a-first,
.sf-menu li.sfHover .a-first {
	color:#FFF!important;
}
.sf-menu .a-second {font-size:12px;color:#000;}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}


.welcome_date_esentiale{width:1220px;}
.welcome_date_esentiale .stanga {float:left;width:170px;}
.welcome_date_esentiale .stanga h4{font-weight:bold;font-size:14px;}
.welcome_date_esentiale .stanga p{ float: left;text-align: right;}
.welcome_date_esentiale .stanga span{}
.welcome_date_esentiale .dreapta{float:left;width:260px;margin-left:4px;}
.welcome_date_esentiale .dreapta h4{font-weight:bold;font-size:14px;}
.welcome_date_esentiale .dreapta p{}
.welcome_date_esentiale .dreapta  span{ float: left;text-align: right;}

.liElem {padding:0 5px 0 0;margin:1px 0 0 0}
.a_heat{display: block;padding:3px;border-radius:3px;-webkit-border-radius:3px;-o-border-radius:3px;-moz-border-radius:3px;border:1px solid #ccc;width:113px;
transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.a_heat:hover {
border-color:#999;
background: #f6f6f6; /* Old browsers */
background: -moz-linear-gradient(top,  #f6f6f6 0%, #e1e1e1 49%, #f1f1f1 50%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(49%,#e1e1e1), color-stop(50%,#f1f1f1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f6f6f6 0%,#e1e1e1 49%,#f1f1f1 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f6f6f6 0%,#e1e1e1 49%,#f1f1f1 50%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f6f6f6 0%,#e1e1e1 49%,#f1f1f1 50%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f6f6f6 0%,#e1e1e1 49%,#f1f1f1 50%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
text-decoration:none!important;
}
.a_heat span{    bottom: 2px;font-family:Trebuchet MS, sans-serif;
    display: inline-block;
    font-size: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase !important;
    width: 91px !important;}
.a_heat img {    bottom: -2px;
    height: auto !important;
    margin: 0 5px 0 0;
    position: relative;
    width: 15px !important;}

.head-img.logo {padding-right:20px!important;}
.head-img.logo img {position:relative;top:-14px;left:-40px;}

.cellWrap {padding:3px;color:#333;

-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
min-width:150px;
}
.float.stanga {float:left;width:30%;}
.float.dreapta {float:right;width:68%;}
.fieldWrap {}
.boxModel {margin:10px;background:#ddd;padding:4px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:#px;}
.boxModel table {width:100%;}
.boxModel h4 {padding:3px;margin:0px;
color:#FFF;text-transform:uppercase;font-size:13px!important;
background: #aebcbf; /* Old browsers */
background: -moz-linear-gradient(top,  #aebcbf 0%, #363438 50%, #0a0e0a 51%, #0a0809 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aebcbf), color-stop(50%,#363438), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #aebcbf 0%,#363438 50%,#0a0e0a 51%,#0a0809 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #aebcbf 0%,#363438 50%,#0a0e0a 51%,#0a0809 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #aebcbf 0%,#363438 50%,#0a0e0a 51%,#0a0809 100%); /* IE10+ */
background: linear-gradient(to bottom,  #aebcbf 0%,#363438 50%,#0a0e0a 51%,#0a0809 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#0a0809',GradientType=0 ); /* IE6-9 */

}


.small.info {    bottom: -74px;
    color: #FFFFFF !important;
    position: absolute;
    text-align: center;
    width: 92%;}




.cpecial a {color:black;}
.FormBox{position:relative;}
/*  .trTop, .trPpromotii{top:103px; position: absolute;}

.trTop{left: 180px;} 
.trPpromotii{left:325px}
.trPpromotii .right,.trPpromotii .right .fieldWrap{width: 20px;}*/
.uitat-parola{font-size: 12px;
    left: -122px;
    position: relative;
    top: -10px;}
    #forgotbox	{display: none;}
    .warging-sms{color:#ee0000; font-size:13px;}
	.warging-sms a{color:#fff; font-size:13px;}
	
.fieldWrap #cke_continut{width:700px;}
.fieldWrap #cke_custom_code{width:700px;}
.fieldWrap a.cke_button{padding: 1px 5px;}
/**/
.font-shadow{
    /* color: #fff; */
    text-shadow: 1px 1px 1px #ccc;
	cursor:pointer;
    /* font-size: 1.5em; */
}
 .modal {
    background-color:#fff;
    display:none;
    width:350px;
    padding:15px;
    text-align:left;
    border:2px solid #333;

    opacity:0.8;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
	    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
  }

  .modal h2 {
   /*  background:url(/media/img/global/info.png) 0 50% no-repeat; */
    margin:0px;
    padding:10px 0 10px 45px;
    border-bottom:1px solid #333;
    font-size:20px;
  }
  .wraprow{margin-bottom:5px;}
  .wraprow input{background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #444444;
    font-size: 11px;
    height: 18px;width:100%;}
	  .wraprow textarea{background-color: #FFFFFF;width:100%;
    border: 1px solid #CCCCCC;
    color: #444444;
    font-size: 11px;
    height: 100px;}
	.wraprow button{background-color: #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
    color: #fff;
    font-family: 'Oswald';
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
     border:none;}
	 .wraprow button:hover {
    border: none;
    background:#993333;
    box-shadow: 0px 0px 1px #777;
    
}
 .wraprow input:focus, .wraprow textarea:focus{border-color: #999!important;}
 #please-wait-crea-categorie, #please-wait-crea-culoare, #please-wait-crea-subtip , #please-wait-crea-pcolectia, #please-wait-crea-colectia { margin-bottom: -20px;display:none;padding-right: 10px;position: relative;}
 .red{color:#ee0000;}
#culoare-sms,#categorie-sms,#subtip-sms,#pcolectia-sms,#colectia-sms{color:#ee0000!important; padding:0 0 0 10px;}
/**/

.datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
	
}
.datagrid {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    font: 12px/150% Arial,Helvetica,sans-serif;
   /*  overflow: hidden; */
	height:465px;overflow-y: scroll;overflow-x: hidden;
}
.datagrid table td, .datagrid table th {
    padding: 3px 10px;
}
.datagrid table thead th {
    background: -moz-linear-gradient(center top , #000 5%, #666 100%) repeat scroll 0 0 #006699;
    border-left: 1px solid #E3E3E3;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
}
.datagrid table thead th:first-child {
    border: medium none;
}
.datagrid table tbody td {
    border-left: 1px solid #E3E3E3;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
}
.datagrid table tbody .alt td {
    background: none repeat scroll 0 0 #aaa;
    color: #eee;
}
.datagrid table tbody td:first-child {
    border-left: medium none;
}
.datagrid table tbody tr:last-child td {
    border-bottom: medium none;
}
.datagrid table tfoot td div {
    border-top: 1px solid #E3E3E3;
}
.datagrid table tfoot td {
    font-size: 12px;
    padding: 0;
}
.datagrid table tfoot td div {
    padding: 2px;
}
.datagrid table tfoot td ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.datagrid table tfoot li {
    display: inline;
}
.datagrid table tfoot li a {
    background: -moz-linear-gradient(center top , #333333 5%, #000000 100%) repeat scroll 0 0 #006699;
    border: 1px solid #000000;
    border-radius: 3px;
    color: #FFFFFF;
    display: inline-block;
    margin: 1px;
    padding: 2px 8px;
    text-decoration: none;
}
.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover {
    background: none repeat scroll 0 0 #fff;
    border-color: #000;
    color: #000;
    text-decoration: none;
}
.cauta-culoare-title,.cauta-categorie-title,.cauta-subtip-title,.cauta-pcolectia-title,.cauta-colectia-title{color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;}
.cauta-culoare-title span, .cauta-categorie-title span, .cauta-subtip-title span, .cauta-pcolectia-title span, .cauta-colectia-title span{display: block; float: left;}
.cauta-culoare-title input,.cauta-categorie-title input,.cauta-subtip-title input,.cauta-pcolectia-title input,.cauta-colectia-title input{  border: 1px solid #999999;
    border-radius: 5px;
    display: block;
    float: left;
    margin: 0 0 0 13px;
    width: 50%;}
.spacer10{height:10px; clear:both;}
.cauta-culoare-title input:focus,.cauta-categorie-title input:focus,.cauta-subtip-title input:focus,.cauta-pcolectia-title input:focus,.cauta-colectia-title input:focus{border:1px #666 solid;}

.line2,.row21{ background: none repeat scroll 0 0 #aaa;color: #efefef;}
.line1,.row11{background: none repeat scroll 0 0 #efefef;color: #aaa;}

.row_highlight1 td{color: #D90000!important; cursor:pointer; background:#EFEFEF;}
.row_highlight2 td{color: #D90000!important; cursor:pointer; background:#AAAAAA;}

#please-wait-cauta-culoare,#please-wait-cauta-categorie,#please-wait-cauta-subtip,#please-wait-cauta-pcolectia,#please-wait-cauta-colectia{margin-left: 31px;margin-top: 7px;display:none;}
.parag11{color: #777777;text-align: left;font-weight:normal;font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 11px;}
.cauta-categ-title{color:#ee0000;}
.input-idpc{border: 1px solid #999999;
    border-radius: 5px;
    display: block;
    margin: 0 0 0 13px;
    width: 80%;float: left;}
.apply-pcolectia-title{margin:0 0 10px 0; }
.apply-pcolectia-title span{ display: block;
    float: left;
    margin-left: 3px;
    margin-top: -2px;}
.cauta-pcolectia-title .parag11{border-bottom: 1px solid #333;}
.pagecolectia #produse{display:none;}


.modal .close {
    background-image: url("/esx/skins/ESX/close.png");
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 35px;
	background-repeat: no-repeat;
}
#culoare_btn_cancel,#categorie_btn_cancel,#subtip_btn_cancel{background-image: none!important; height:auto!important; position:relative!important;  right: 0!important;top: 0!important;width: auto!important;}

.tbl_produse_din_colectia th:first-child, .tbl_pcolectia th:first-child{width:11%!important;}
.tbl_produse_din_colectia th:last-child, .tbl_pcolectia th:last-child{width: 25%!important;}
.tbl_produse_din_colectia td:first-child,.tbl_pcolectia td:first-child{text-align:center;}
.linehrtop{border-top: 1px solid #000; margin-top: 5px;}
#prompt-cauta-pcolectia{width:50%;}
.apply-pcolectia-title .input-idpc{width: 64%; display:none;}
.total td{font-weight:bold!important; font-size:13px; color:#ee0000!important;}
.label_total{text-align:right!important; padding-right:5px;}
.amount_total{ padding-left:5px;}
#id_inp_pret_produse,#id_inp_pret_colectie{display:none;}
.trTip{display:none;}
/* .pageclienti .top .button, .pagecomenzi .top .button, .pagenefinalizat .top .button, .pagecomanda_rapida .top .button{display:none;} */
.trType .left div{display:none;}
.trType {left: 253px;
    position: absolute;
    top: 180px;}
#produse{display:none;}
.trTip{display:none;}
.trToken{display:none;}
.green{color: #5A9800!important;}
.red{color: #ee0000 !important;}

/**/

 
.page{
	width:100%;
	height:92%;
	/*text-align:center;*/
	border-collapse: collapse;
	border-spacing: 0;
}

.tbl-login, .FormBox{
	text-align:center;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}
.FormBox .right {
    padding: 2px 10px;
    vertical-align: middle;
}
.panel{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.none{
display:none;
}
.lines{
width:100%;
}
.sf-menu ul{
	text-align:left;
}

.FormBox .right {
    text-align: left;
}
/*****/
.page-logout .top{
display:none!important;
}
.page-login tr:nth-child(2) {
    display:none;
}
.page-login  td.content .navbar-inverse{
border-radius:0;
}
.page-login  td.content{
	padding:0!important;
}
body
{
	background-color: #fff;
}
.page-login .panel-info {
    border-color: #d5d5d5;
}

.page-login .panel-info > .panel-heading {
    background-color: #eee;
    border-color: #d5d5d5;
    color: #333;
}
.navbar{
	margin-bottom: 0px;
}
.top-menu{
background-color: #1b1b1b;
}
.page-welcome .top{
display:none;
}

.panel-green{
	background-color: #5cb85c;
    border-color: #5cb85c;
    color: #ffffff;
}
.panel-yellow{
	background-color: #f0ad4e;
	border-color: #f0ad4e;
	 color: #ffffff;
}
.panel-red{
	background-color: #d9534f;
	border-color: #d9534f;
	 color: #ffffff;
}
.content-box-large{
 background: #ffffff none repeat scroll 0 0;
    border-color: #eeeeee;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    margin-bottom: 30px;
}
.panel-body .btn:not(.btn-block) { width:120px;margin-bottom:10px; }
.FormBox {
    border: 1px solid #999999;
    border-radius: 5px !important;
    position: relative;
    width: 85%;
}
.FormBox .left {
    min-width: 150px;
}
.form-control[type="button"] {
	display: inline-block;
	width: 20%;
}
.topbottom .rows .form-control[type="text"] {
	width: 100px;
}
.form-control[type="checkbox"] {
	width: 20px;
}
.FormBox {
    border-collapse: separate;
}
.pagehelp{
display:none;
}
.pagination{
min-width:200px;
}
.ListLines .pages .dnumber span{
padding:5px;
}

.ListLines .pages .cnumber a, .pages nav li a{
padding:5px!important;
}
input[name=ord], input[name=data_Y], input[name=data_m],input[name=data_d],input[name=data_H],input[name=data_i],input[name=data_s] {    
	width: 65px;
	    display: inline;
}  
.FormBox .left {
    width: 150px;
}
.color-grey{
color:#ccc;
}
.form-control{
  height: 32px;
  padding: 5px 12px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
/*padding: 4px;*/
}
.pagesbuttons{
padding-top:12px!important;
}
.fixed {
  position: fixed;
  top:0; left:0;
  width: 100%; 
  -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
	z-index:999999;
  }
  .back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 10px;
    display:none;
}
 .ListLines .subheader select{
 height: 30px;
}
.min-height-400{
	min-height:400px;
}
.ListLines .lines .subheader {
    height: 38px;
}
.form-control[type="file"]{
background-color:transparent;
box-shadow:none;
border:none;
padding: 0 12px;
 height: auto;
}
.FormBox .files .name div div img{
	max-height: 100%;
	max-width: 100%;
}
.lines tr td img{
 max-width: 30px;
}
.files .number input{
	width: 35px!important;
}
.chkbox .form-control {
    display: inline-block;
}
.topbottom .pagesbuttons .navigation{
width:500px!important;
}
/*575858===fff*/
.navbar-inverse {
    background: #00ba8b !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    border: 0;
}
.navbar-inverse a, .navbar-inverse a:hover{
    color: #efefef !important;
}
.btn-primary {
    background-color: #00cc99;
    border-color: #00cc99;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #19bc9c !important;
    border-color: #19bc9c !important;
}
.mt5{
	margin-top:1px;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 5px;
    right: 23px;
    display: none;
    padding: 2px 5px;
    font-size: 11px;
}
.tr-events_forms-date-insert{
	display:none;
}