html, body {
|
margin:0;
|
padding:0;
|
background:repeat-y 20% 0 #fff;
|
/*background:url(Images/backgr.gif) repeat transparent left;*/
|
position:relative;
|
font-size: 12px;
|
color: #333;
|
}
|
#UIBlocker {
|
display: none; /* hidden */
|
z-index: 99;
|
border: none;
|
margin: 0;
|
padding: 0;
|
width: 100%;
|
height: 100%;
|
top: 0;
|
left: 0;
|
background-color: #eee;
|
cursor: wait;
|
position: absolute;
|
opacity: 0.6;
|
font-weight: bold;
|
font-size: large;
|
}
|
#UIBlocker_msg {
|
position: absolute;
|
z-index: 1001;
|
padding: 10px;
|
margin: 0;
|
width: 54px;
|
height: 55px;
|
/*top: 40%;*/
|
left: 35%;
|
text-align: center;
|
border: none;
|
/*color: #000;
|
border: 3px solid #aaa;
|
background-color: #ddd;*/
|
}
|
* {
|
margin: 0;
|
padding: 0;
|
border: 0;
|
}
|
|
a {
|
color:gray;
|
text-decoration: underline;
|
}
|
a:visited {
|
color:black;
|
}
|
body {
|
/*heigth: 100%;*/
|
width: 100%;
|
}
|
img {
|
background:no-repeat transparent;
|
}
|
#logo {
|
font-family: Arial;
|
font-size: 16px;
|
text-align: center;
|
font-weight: bold;
|
/*background:url(Icons/Logo_25w.gif) no-repeat transparent center;*/
|
}
|
#all {
|
text-align:left;
|
margin:0 auto;
|
}
|
a {
|
/*WHITE-SPACE: nowrap;*/
|
}
|
|
input, select {
|
margin: 0;
|
background-color: #FFF;
|
color: #555;
|
border: solid 1px #666;
|
}
|
.fieldfile {
|
height: 1.35em;
|
font-size: 20px;
|
white-space: nowrap;
|
}
|
.fieldsend {
|
margin: 0 10px 15px 10px;
|
}
|
select {
|
/*font-size: 18px;*/
|
margin: 5px 0 5px 0;
|
}
|
option {
|
/*font-size: 14px;*/
|
}
|
input[type="button"], input[type="submit"] {
|
padding: 2px 7px 2px 7px;
|
}
|
input[type="text"], input[type="password"], textarea {
|
/*font-size: 22px;*/
|
}
|
|
/*button, input[type="button"], input[type="submit"] {
|
background-color: #a5b8da;
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#a5b8da), to(#7089b3));
|
*//* Saf4+, Chrome *//*
|
background-image: -webkit-linear-gradient(top, #a5b8da, #7089b3);
|
background-image: -moz-linear-gradient(top, #a5b8da, #7089b3);
|
background-image: -ms-linear-gradient(top, #a5b8da, #7089b3);
|
background-image: -o-linear-gradient(top, #a5b8da, #7089b3);
|
background-image: linear-gradient(top, #a5b8da, #7089b3);
|
border-top: 1px solid #758fba;
|
border-right: 1px solid #6c84ab;
|
border-bottom: 1px solid #5c6f91;
|
border-left: 1px solid #6c84ab;
|
-webkit-border-radius: 18px;
|
-moz-border-radius: 18px;
|
-ms-border-radius: 18px;
|
-o-border-radius: 18px;
|
border-radius: 18px;
|
-webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
|
-moz-box-shadow: inset 0 1px 0 0 #aec3e5;
|
-ms-box-shadow: inset 0 1px 0 0 #aec3e5;
|
-o-box-shadow: inset 0 1px 0 0 #aec3e5;
|
box-shadow: inset 0 1px 0 0 #aec3e5;
|
color: #fff;
|
font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
|
line-height: 1;
|
padding: 12px;
|
text-align: center;
|
text-shadow: 0 -1px 1px #64799e;
|
text-transform: uppercase;
|
}
|
button.disabled, input[type="button"].disabled, input[type="submit"].disabled {
|
background-color: #dadada;
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#dadada), to(#b3b3b3));
|
*//* Saf4+, Chrome *//*
|
background-image: -webkit-linear-gradient(top, #dadada, #b3b3b3);
|
background-image: -moz-linear-gradient(top, #dadada, #b3b3b3);
|
background-image: -ms-linear-gradient(top, #dadada, #b3b3b3);
|
background-image: -o-linear-gradient(top, #dadada, #b3b3b3);
|
background-image: linear-gradient(top, #dadada, #b3b3b3);
|
border-top: 1px solid #bababa;
|
border-right: 1px solid #ababab;
|
border-bottom: 1px solid #919191;
|
border-left: 1px solid #ababab;
|
-webkit-border-radius: 18px;
|
-moz-border-radius: 18px;
|
-ms-border-radius: 18px;
|
-o-border-radius: 18px;
|
border-radius: 18px;
|
-webkit-box-shadow: inset 0 1px 0 0 #e5e5e5;
|
-moz-box-shadow: inset 0 1px 0 0 #e5e5e5;
|
-ms-box-shadow: inset 0 1px 0 0 #e5e5e5;
|
-o-box-shadow: inset 0 1px 0 0 #e5e5e5;
|
box-shadow: inset 0 1px 0 0 #e5e5e5;
|
color: #fff;
|
font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
|
line-height: 1;
|
padding: 12px;
|
text-align: center;
|
text-shadow: 0 -1px 1px #9e9e9e;
|
text-transform: uppercase;
|
}
|
button:hover, input[type="button"]:hover, input[type="submit"]:hover {
|
background-color: #9badcc;
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#9badcc), to(#687fa6));
|
*//* Saf4+, Chrome *//*
|
background-image: -webkit-linear-gradient(top, #9badcc, #687fa6);
|
background-image: -moz-linear-gradient(top, #9badcc, #687fa6);
|
background-image: -ms-linear-gradient(top, #9badcc, #687fa6);
|
background-image: -o-linear-gradient(top, #9badcc, #687fa6);
|
background-image: linear-gradient(top, #9badcc, #687fa6);
|
border-top: 1px solid #6d86ad;
|
border-right: 1px solid #647a9e;
|
border-bottom: 1px solid #546685;
|
border-left: 1px solid #647a9e;
|
-webkit-box-shadow: inset 0 1px 0 0 #a5b9d9;
|
-moz-box-shadow: inset 0 1px 0 0 #a5b9d9;
|
-ms-box-shadow: inset 0 1px 0 0 #a5b9d9;
|
-o-box-shadow: inset 0 1px 0 0 #a5b9d9;
|
box-shadow: inset 0 1px 0 0 #a5b9d9;
|
cursor: pointer;
|
}
|
button.disabled:hover, input[type="button"].disabled:hover, input[type="submit"].disabled:hover {
|
background-color: #cccccc;
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#a6a6a6));
|
*//* Saf4+, Chrome *//*
|
background-image: -webkit-linear-gradient(top, #cccccc, #a6a6a6);
|
background-image: -moz-linear-gradient(top, #cccccc, #a6a6a6);
|
background-image: -ms-linear-gradient(top, #cccccc, #a6a6a6);
|
background-image: -o-linear-gradient(top, #cccccc, #a6a6a6);
|
background-image: linear-gradient(top, #cccccc, #a6a6a6);
|
border-top: 1px solid #adadad;
|
border-right: 1px solid #9e9e9e;
|
border-bottom: 1px solid #858585;
|
border-left: 1px solid #9e9e9e;
|
-webkit-box-shadow: inset 0 1px 0 0 #d9d9d9;
|
-moz-box-shadow: inset 0 1px 0 0 #d9d9d9;
|
-ms-box-shadow: inset 0 1px 0 0 #d9d9d9;
|
-o-box-shadow: inset 0 1px 0 0 #d9d9d9;
|
box-shadow: inset 0 1px 0 0 #d9d9d9;
|
cursor: pointer;
|
}
|
button.blue-pill:active {
|
border: 1px solid #546685;
|
-webkit-box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eeeeee;
|
-moz-box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eeeeee;
|
-ms-box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eeeeee;
|
-o-box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eeeeee;
|
box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eeeeee;
|
}*/
|
div.label {
|
font-family: Arial;
|
font-size: 12px;
|
}
|
p {
|
text-indent: 25px;
|
line-height: 130%;
|
}
|
li {
|
margin-left:30px;
|
text-indent: 20px;
|
}
|
|
.Errors {
|
color:#F00;
|
}
|
|
#container {
|
position:relative;
|
display:block;
|
background:#EEEEEE;
|
/*border-left:solid 12em #DDD;*/
|
border-right:solid 12em #FFF;
|
}
|
#inner {
|
display:block;
|
position:relative;
|
/*margin-left:-12em;*/
|
margin-right:-12em;
|
padding:1px;
|
}
|
|
#left {
|
/*float:left; */
|
width:12em;
|
left: 0;
|
display:inline;
|
position:relative;
|
/*border-right:solid 0.08em #555;*/
|
}
|
#right {
|
float:right;
|
position:relative;
|
width:12em;
|
right:0;
|
height: 100%;
|
}
|
#center2 {
|
/*margin-left:12em;*/
|
margin-right:12em;
|
margin-left: 1em; /* #00F*/
|
margin-bottom:0;
|
/*margin-right:10em;*/
|
height: 100%;
|
display:inline;
|
/*border-left:solid 1em #0F0;*/
|
background: #F00;
|
}
|
#center {
|
/*margin-left:12em;*/
|
margin-right:12em;
|
margin-top:1em;
|
margin-bottom:0;
|
/*margin-right:10em;*/
|
position:relative;
|
/*display:block;*/
|
/*border-left:solid 0.08em #555;*/
|
padding:10px;
|
}
|
.clear {
|
width:12em;
|
left:0;
|
display:block;
|
/*border-right:solid 1.08em #555;*/
|
}
|
|
.foot {
|
/*float: both;*/
|
display:block;
|
height:15px;
|
background:#DDDDDD;
|
padding-top:5px;
|
text-align: center;
|
font-size: x-small;
|
}
|
|
.cXHTML11 {
|
margin: 10px 10px 10px 10px;
|
/*padding: 10px 10px 10px 10px;*/
|
}
|
/*
|
div.HeadPan {
|
display:block;
|
position:relative;
|
margin: 15px 15px 15px 15px;
|
padding: 15px 15px 15px 15px;
|
background: #fff;
|
}
|
.Pan {
|
display:block;
|
clear:both;
|
}*/
|
|
.clear .HeadPan {
|
display:none;
|
}
|
.img {
|
margin: 0;
|
padding: 0;
|
border: 0;
|
overflow:hidden;
|
display:inline;
|
text-decoration:none;
|
}
|
|
a.submenu:link, a.submenu:visited {color:#666;text-decoration: none;}
|
a.submenu:active {color:#f00;text-decoration: none;}
|
a.submenu:hover {
|
color:#000;
|
text-decoration: underline;
|
}
|
|
/* rounded corners */
|
.box {
|
padding:0 12px 0 0;
|
background:#fff url(images/borders0.gif) 100% 0 repeat-y;
|
color: inherit;
|
}
|
.bi {
|
padding:0 0 0 12px;
|
background:#fff url(images/borders0.gif) 0 0 repeat-y;
|
color: inherit;
|
}
|
.bt {
|
height:17px;
|
margin:0 -12px;
|
background:url(images/box00000.gif) 100% 0 no-repeat;
|
}
|
.bt div {
|
width:12px;
|
height:17px;
|
background:url(images/box00000.gif) 0 0 no-repeat;
|
}
|
.bb {
|
height:17px;
|
margin:0 -12px;
|
background:url(images/box00000.gif) 100% 100% no-repeat;
|
}
|
.bb div {
|
width:12px;
|
height:17px;
|
background:url(images/box00000.gif) 0 100% no-repeat;
|
}
|
.w {
|
background: #FFF;
|
color: #333;
|
padding: 0 10px 5px 10px;
|
}
|
|
/* sidebar */
|
.sidebar {
|
text-align:left;
|
/*font-size: 1.0em;*/
|
line-height: 1.2;
|
width: 100%;
|
/*float: right;
|
clear:both;*/
|
}
|
.sidebar h2 {
|
background: #aaa;
|
color: #FFF;
|
padding: 0.0em 15px;
|
font-weight: normal;
|
font-family: Georgia, Times, serif;
|
/*font-size: 1.1em;*/
|
margin: 0 -15px 15px -15px;
|
font-style: italic;
|
}
|
|
|
.cent{text-align : center;}
|
.just{text-align : justify;}
|
.r{text-align : right;}
|
.l{text-align : left;}
|
.orange{color : #FF8C00;}
|
a {
|
color : #B55;
|
text-decoration : underline;
|
border-bottom :3px #666666;
|
}
|
a.copyr{text-decoration : none;font-weight : normal;}
|
a.copyr:hover{text-decoration : none;font-weight : bold;}
|
a.copyr:visited{text-decoration : none;font-weight : normal;}
|
a.page {font-family : verdana, tahoma, helvetica, arial, sans-serif;/*font-size : 11px;*/background-color : transparent;text-decoration : none;color : #5a5a5a;}
|
a:hover.page {color : #000000;text-decoration : none;border-bottom :3px solid #000000;}
|
a.page:link,a.page:visited {color : #5a5a5a;text-decoration : none;}
|
a.chpage {font-family : verdana, tahoma, helvetica, arial, sans-serif;/*font-size : 11px;*/background-color : transparent;text-decoration : none;color : #5a5a5a;border-bottom : 2px solid #ff8000;}
|
a:hover.chpage {color : #000000;text-decoration : none;border-bottom :3px solid #000000;}
|
a.chpage:link,a.chpage:visited {color : #5a5a5a;text-decoration : none;}
|
|
.title {
|
font-family: Verdana,Arial, sans-serif;
|
color: #666;
|
font-weight: bold;
|
text-align: center;
|
text-decoration:underline;
|
/*font-size : 14px;*/
|
}
|
a.email {
|
text-decoration : none;
|
font-family: Verdana,Arial, sans-serif;
|
color:#4A77A6;
|
font-weight : bold;
|
text-align:center;
|
/*font-size : 11px;*/
|
text-decoration:underline;
|
}
|
span.tel {
|
text-decoration : none;
|
font-family: Verdana,Arial, sans-serif;
|
/*color:#3A8482;*/
|
font-weight : bold;
|
text-align:center;
|
/*font-size : 11px;*/
|
}
|
.zag {
|
color:#FF7777;
|
}
|
|
/* REG */
|
.REG_main
|
{
|
border:solid 0.1em #666;
|
}
|
.REG_main .NDT_HEAD_row
|
{
|
font-weight : bold;
|
padding-left: 0.5em;
|
border-bottom:solid 0.1em #666;
|
}
|
.REG_main .NDT_row
|
{
|
padding:0.2em 0.5em 0.1em 0.0em;
|
/*padding-bottom:0em;*/
|
border-bottom:solid 0.1em #666;
|
}
|
/*.REG_main .NDT_row input,select
|
{
|
width:150px;
|
}
|
.REG_main .NDT_span
|
{
|
width:30%;
|
display:inline;
|
margin:0;
|
border:solid 0.0em #AAA;
|
}
|
.REG_main .NDT_span2
|
{
|
align:right;
|
}*/
|
|
/* GetContextMenu */
|
.ContextMenu
|
{
|
display:none;
|
/*float:both;*/
|
z-index: 1;
|
/*left:0;
|
top:0;*/
|
position:relative;
|
background-color:#000;
|
overflow:auto;
|
/*visibility:hidden;*/
|
}
|
div.info {
|
white-space: nowrap;
|
position: absolute;
|
visibility: hidden;
|
left: 0;
|
top: 0;
|
z-index: 1000;
|
padding: 5px;
|
/* font-size: 11px;*/
|
background-color: #e7e7e7;
|
border: 1px solid #ff8c00;
|
}
|
|
.td_title {
|
font-family: Verdana,Arial, sans-serif;
|
font-weight: bold;
|
text-align: center;
|
text-decoration: underline;
|
background-color: #DDD;
|
}
|
|
.fixed {
|
background-color:#C5E6F7;
|
vertical-align:top;
|
font-size: 12px;
|
/*font-weight: bold;*/
|
}
|
|
.notfixed {
|
/*background-color:#F6F6FF;*/
|
background-color:#F5F5FF;
|
font-size: 12px;
|
}
|
|
/* */
|
.RachetBalansa_PrintView
|
{
|
background-color:white;
|
border:solid 1px black;
|
font-weight: normal;
|
/*font-size:small; */
|
}
|
|
.td_name {
|
border-left:1px #666 solid;
|
text-align:center;
|
/*font-size: 13px;*/
|
}
|
|
.td_d {
|
border-left:1px #666 solid;
|
text-align:center;
|
}
|
|
.td_name2 {
|
text-align:center;
|
/*font-size: 13px;*/
|
}
|
|
.td_d2 {
|
text-align:center;
|
/*border-top:1px #666 solid;*/
|
}
|
|
.td_d21 {
|
text-align:right;
|
/*border-top:1px #666 solid;*/
|
}
|
|
.red
|
{
|
background-color:#FF7E77/*red*/;
|
text-align:center;
|
font-weight:bold;
|
width:25%;
|
}
|
.ora
|
{
|
background-color:#FFB36D/*orange*/;
|
text-align:center;
|
font-weight:bold;
|
width:25%;
|
}
|
.yel
|
{
|
background-color:#FFFFB7/*yellow*/;
|
text-align:center;
|
font-weight:bold;
|
width:25%;
|
}
|
.gre
|
{
|
background-color:#A8FFBB/*green*/;
|
text-align:center;
|
font-weight:bold;
|
width:25%;
|
}
|
|
.red_leg
|
{
|
background-color:#FF7E77/*red*/;
|
text-align:center;
|
font-weight:bold;
|
border:1px #666 solid;
|
width:20px;
|
}
|
.ora_leg
|
{
|
background-color:#FFB36D/*orange*/;
|
text-align:center;
|
font-weight:bold;
|
border:1px #666 solid;
|
width:20px;
|
}
|
.yel_leg
|
{
|
background-color:#FFFFB7/*yellow*/;
|
text-align:center;
|
font-weight:bold;
|
border:1px #666 solid;
|
width:20px;
|
}
|
.gre_leg
|
{
|
background-color:#A8FFBB/*green*/;
|
text-align:center;
|
font-weight:bold;
|
border:1px #666 solid;
|
width:20px;
|
}
|
|
.green
|
{
|
background-color:#A8FFBB/*green*/;
|
text-align:center;
|
font-weight: bold;
|
width:25%;
|
}
|
|
a.cgrid_sort {
|
font-size: 11px;
|
/*font-weight: bold;*/
|
color: #444;
|
padding:0;
|
margin:0;
|
text-decoration:none;
|
}
|
a.cgrid_sort:hover {
|
color:#f52;
|
}
|
|
|
|
/* Всплывающее окно */
|
.i{
|
display:none;
|
z-index:1000;
|
position:absolute;
|
border:1px solid #369;
|
width:200px;
|
background:#ff9;
|
font-family:Tahoma,Verdana,Arial;
|
min-height:50px;
|
height:auto !important;
|
/*height:50px;*/
|
min-width:50px;
|
width:auto !important;
|
padding:2px;
|
font-weight: normal;
|
}
|
|
|
.outer thead tr {
|
position:absolute;
|
top:1.5em;
|
height:1.5em;
|
left:0;
|
}
|
.outer th, .outer td {
|
width:10em;
|
text-align:left;
|
}
|
.outer th {
|
background:#724a10;
|
color:#fff;
|
}
|
.outer .dk {background:#fff;}
|
|
.tableone {width:700px; margin:0 auto;}
|
.tabletwo {width:670px;}
|
.th1 {width:84px;}
|
.th2 {width:84px;}
|
.th3 {width:179px;}
|
.th4 {width:99px;}
|
.th5 {width:114px;}
|
|
.td1 {width:79px;}
|
.td2 {width:94px;}
|
.td3 {width:179px;}
|
.td4 {width:114px;}
|
.td5 {width:99px;}
|
|
.tableone {background:#697210; border:0 solid #fff; color:#fff;}
|
.tableone td {border:0 solid #fff; color:#fff;text-align:center;}
|
.tableone tbody {background-color:white; color:#000;}
|
.tabletwo td {background-color:#ccc; color:#000;text-align:center;}
|
.tableone th, .tabletwo th {text-align:left;}
|
.tabletwo tr.dk td {background:#ddd; color:#000;}
|
.innerb {height:10em; overflow:auto;}
|
|
[type=checkbox] {
|
margin: 0;
|
padding: 0;
|
border: 0;
|
font-size: 32px;
|
opacity: 0;
|
z-index: 1;
|
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
|
width: 32px;
|
height: 32px;
|
/*left: -10000px;
|
position: absolute;*/
|
}
|
/*delete*/
|
.checkbox_checked {
|
width: 32px;
|
height: 32px;
|
z-index: 10;
|
background: url(images/checkbox_on.png) no-repeat;
|
vertical-align: middle;
|
}
|
|
.checkbox_unchecked {
|
width: 32px;
|
height: 32px;
|
z-index: 10;
|
background: url(images/checkbox_off.png) no-repeat;
|
vertical-align: middle;
|
}
|
|
#div_comment textarea {
|
margin-top: 10px;
|
}
|
|
.x-media {
|
width: 100%;
|
height: 320px;
|
overflow: auto;
|
}
|
|
.x-media-img {
|
width: auto;
|
height: auto;
|
outline: none;
|
}
|
|
.x-trigger {
|
height: 19px;
|
left: 17px;
|
width: 17px;
|
background: url("data:image/gif;base64,R0lGODlhZgAYAPeJALvQ6crb5n6t2bHQ5M3k/67Q49HR0dXj8TFQi/v8/uXx+bW4yDNSjPHx8bDQ5NPi8q/Q5NHh8+r6/////+b3/6/Q4/z9/vDw8M/g9O/v7/D3+rnN5u7u7rzY6DJSjOj5/9LS0tPT09TU1NbW1vb29vX5/dfX17bL5NnZ2cvh/TVTjeP2/83f9Pn9//z8/Mff+9Ph6tTj9c/e6PL2+snd9tra2jNRjPX4+rTJ4sXd+fr8/t3d3fv7+7nP56/R48/h9vD1+LrN5q7R4+zs7N3z/9bl9sHS587e6PH1+rzQ6cXV6vj4+Pn7/PH2/PX5/sfY7fX5+rXJ4jRTjbzZ6Mve9bfL5Pb5/eH1/9Lj+NPj9fz+/+/w8P39/fr6+uL1/8PU6cHU6/j7/ezy+d/0/9/f4M/e6cLU6dXl9u3t7c/j+vn5+eP1/9Xk9uX3//b8/9nn+ODg4M/f6TVUjsvc5uny99jl7bXU5c7g9Pb6/9Tm/d7e3uPj4zVUjdXo/+f3//T19fH4/zVTjtDk/PLy8tHm/9Hl/Nbp/9fZ3/T09AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAIkALAAAAABmABgAAAj/ABcIHEiw4IJEAhIqXMhQAMKGEBM+jNhwIsWFFi9KtMCxo8ePhxYkGEmypMkeAgKoXMmyJUqTMEu+jBkTZcubLFE22MmzZ0+OCw4IHUqUqIUJKXEqFVC06dCjAiRInUqV6gSkSpf63NrzT1CnTrFmvckUbFOkVdNaTTqWpYALcOPKnctjwYO7ePPqFdt2pQC9gPMi/UC4sOHDfPsGEJChsePHkOtGmEy5suXEfQVY3lwZKYXPoEOLxtxWAIfTcLec5nBhi+rTdTHIjhEji2wMtG3LJj1WwO3cv2vfRrqi+Oc2xVccT847q2kODVxwcdEAunTqsBewYFGkhI4SZ+50///OZjtfGXFkrJRRRr3f7ePBi/deojwLpFeuUGihpQUFL/v1R0F+56W3XntuocFBF3wgwIALg7jAAAJ8dMEBGnVR8UMTKjhoxRtWTKhCEz9QIRYMNzBxAwxzoKgiDH5pyKGHIIpIookCjOGFG3I42IIfLUwohxtejHFiiiu2iCSMKgkwxBAZSOggFxM+mMGTXSxAAw1YlFClDlWWgMWWWB0BRIcMQFEHFCICcUSTW3b5ZZhj0oAUEUSsEaSDWlTZwhp4lnmmg2qyiYAKbja5w6J7qDEhAg6qsceiO5CwAA44RGEEEjZAioANSBgRBaYKCCCED1No4AECHoSxqgcaTP/hgxAFCICpppx6CqqopAqQw69pOPGog06k8WsOpZ6a6quushrrrLXWIG0NcCxR5RJwTFuDpSd0W8UXM3RqwwxmVNHtCaUWUEAFHajqKawdVKBured+G+6n5Jrbbakv9PtCIcISK4i/L6S7brurQgqvvOoKgMLDD5OxhApLkAHxw5ZuoPEGQSgxgxQzKBHExhsYfLC7C89bK8kdfxzyyBuXmsLMM+eBRyB45EHzzCazi7IG8aosgAlEF60HInoUXbSlADTddBJPiPGE006bfLIUQDM8rwBUAwC11F0DUCoBZJfdByCGlF221T5jHbTQI8Qt9wgozC0302GDkUTYVh/1TMfbQocNgN58C6B22YQcTnbf7P6t9dYiRC755JTjLXjhKqtbgR2Pb3254GMrLjoBfa/LeeYNh6D66qy3bvnnVQsAwey01257rbB3Hfroh5dq+++11wrC8MQXb/zruZfqwPLMN+887rnHzrviyjtvPfO1GqD99tx3jzzspQ4g/vjklw999GIbPr3a4Zfv/vjZdy//9t9/3v777p8f/e7rky4A/u+L3/zkV7/L3Q+A8OMa+tLXv7X9D4HkE+AAuVdA0D0QguLTX/LU18ADQlCCE9ReBQuHwQQukIEN9F8JMyiAEHpvASf0IAI1CD4O9k+GAKxVQAAAOw==") no-repeat;
|
border-left: 1px #B5B8C8 solid;
|
border-bottom: 1px #B5B8C8 solid;
|
}
|
|
.x-trigger:hover {
|
height: 19px;
|
width: 17px;
|
background: url("data:image/gif;base64,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") no-repeat -17px 0;
|
border-left: 1px #B5B8C8 solid;
|
border-bottom: 1px #B5B8C8 solid;
|
}
|
|
/* bootstrap */
|
/*body {
|
padding-top: 70px;
|
padding-bottom: 30px;
|
}*/
|
|
.theme-dropdown .dropdown-menu {
|
position: static;
|
display: block;
|
margin-bottom: 20px;
|
}
|
|
.theme-showcase > p > .btn {
|
margin: 5px 0;
|
}
|
|
.theme-showcase .navbar .container {
|
width: auto;
|
}
|
|
/* centered columns styles */
|
.row-centered {
|
text-align:center;
|
}
|
.col-centered {
|
float:none;
|
/* reset the text-align */
|
/*text-align:left;*/
|
/* inline-block space fix */
|
margin-right:-4px;
|
}
|
|
/*login form*/
|
/*.wrapper {
|
margin-top: 80px;
|
margin-bottom: 20px;
|
}*/
|
|
.form-signin {
|
max-width: 420px;
|
padding: 30px 38px 36px;
|
margin: 0 auto;
|
border: 3px dotted rgba(0,0,0,0.1);
|
}
|
|
.form-signin-heading {
|
text-align:center;
|
margin-bottom: 20px;
|
}
|
|
.form-control {
|
position: relative;
|
font-size: 16px;
|
height: auto;
|
padding: 10px;
|
}
|
|
input[type="text"] {
|
margin-bottom: 0px;
|
border-bottom-left-radius: 0;
|
border-bottom-right-radius: 0;
|
}
|
|
input[type="password"] {
|
margin-bottom: 20px;
|
border-top-left-radius: 0;
|
border-top-right-radius: 0;
|
}
|
|
.colorgraph {
|
height: 7px;
|
border-top: 0;
|
background: #c4e17f;
|
border-radius: 5px;
|
background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
|
background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
|
background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
|
background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
|
}
|
|
.logo {
|
padding-bottom: 10px;
|
}
|
|
.max {
|
width: 100%;
|
}
|
/*
|
.form-control {
|
font-size: 12px;
|
}*/
|
table {
|
font-size: 12px;
|
}
|