
  #sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
  #sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; height: 15px; font-size: 12px !important; overflow: hidden;
  cursor: move;}  
  #sortable li:hover {
    background: #D2C0A1;
  }
  #sortable li span { position: absolute; margin: -1.3em; }
  
/* tooltip */
/* tooltip */
a.tooltip  
{
    text-decoration: none;
    position: relative;
}
/* tooltip */
a.tooltip  
img{
    text-decoration: none;
    position: relative;
    vertical-align:top;
}
.site-pod-kluch a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #690;
    text-decoration: none;
}
.site-pod-kluch a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #690;
    text-decoration: underline;
}

.Video {width: 655px;float: left;height: 490px;}
.Video iframe {width: 640px;height: 480px;}



/* tooltip */
a.tooltip span 
{
    display:none;
    font-size:11px;
    padding:4px 5px;
    margin-left:6px;
    margin-top:20px;
    text-decoration:none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 1px 14px #fff;
    -moz-box-shadow: 0px 1px 14px #fff;
    box-shadow: 0px 1px 14px #fff;
    border-radius: 8px;
    border:0px solid #fff;
    z-index: 20;
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
}

label {
    cursor: pointer;
}
.er_msg, .ok_msg, .inf_msg {
    position: relative;
    overflow: hidden;
    background-position: 14px 50%;
    background-repeat: no-repeat;
    color: #000;
    font-size: 12px;
}




.error_msg, .warning_msg, .success_msg {

position: relative;

padding: 8px 0px 9px 50px;

overflow: hidden;

background-position: 14px 50%;

background-repeat: no-repeat;

color: #000;

font-size: 14px;

background-size: 20px;

/* width: 70%; */
}
.error_msg {
    background-color: #f3b2b2;
    background-image: url(../images/icon/msg_error.png);
    -webkit-box-shadow: 0 0 5px #fff;
    -moz-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.warning_msg {
    background-color: #fff1a7; 
background-image: url(../images/icon/msg_warning.png);
    -webkit-box-shadow: 0 0 5px #fff;
    -moz-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    }

.success_msg {
    background-color: #c6e29f;
    background-image: url(../images/icon/msg_success.png);
    color: #000;
        -webkit-box-shadow: 0 0 5px #fff;
    -moz-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.success_msg a{
    color: #F30;
}
#count_receipt_fill,#count_receipt_active, #count_receiptd_fill,#count_receiptd_active,
#count_receiptkasko_fill,#count_receiptkasko_active, #count_receiptkaskod_fill,#count_receiptkaskod_active
{
    -webkit-animation-duration: 1.6s;
  -o-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  animation-duration: 1.6s;
  /* position: absolute; */
  background: #db6d48;
  padding: 0px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  z-index:1000;
  top: 2px;
  left: 1px;
}
#count_receipts_active,#count_receipts_active i, #count_receiptsd_active,#count_receiptsd_active i,
#count_receiptskasko_active,#count_receiptskasko_active i, #count_receiptskaskod_active,#count_receiptskaskod_active i
{
     background: none;
     color: #fff;
     font-style: normal;
     font-weight: 500;
     font-size: 14px;
}
#CheckOsagoAdmin table td{
    padding: 5px;
}

#CheckOsagoAdmin td:first-child {
border-left: 2px solid #56433D;
border-right: none;
padding-left: 20px;
width: 50%;
}
#CheckOsagoAdmin td:nth-child(2n){
text-align: left;
width: 50%;
}
#CheckOsagoAdmin tr:nth-child(odd) {
  background: white;
}
#CheckOsagoAdmin tr:nth-child(even) {
  background: #f3f3dc;
}
#CheckOsagoAdmin input[type="text"]{
    min-width: 30px;
    width: 100px;
    max-width: 150px;
    display: inline;
    width: auto;
    padding: 2px 5px;
    border: 1px solid transparent;
    background: none;
}
#CheckOsagoAdmin input[type="text"]:active,#CheckOsagoAdmin input[type="text"]:focus{
    display: inline;
    width: auto;
    padding: 2px 5px;
    border: 1px solid #ccc;
    background: #fff;
}
.done1,.done2{
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.done1{
    background: #06b006;
}
.done2{
    background: red;
}
#Admin {
    /* position: relative; */
    background: #f5f5f5;
    /* border: 1px solid #ccc; */
    /* padding: 5px; */
    margin: 0 auto;
    -moz-border-radius: 10px;
    /* -webkit-border-radius: 10px; */
    /* border-radius: 10px; */
    min-height: 790px;
    font-size: 14px;
    width: 100%;
    /* display: inline-block; */
    overflow: hidden;
    z-index: 0;
    font-family: arial !important;
}
#Admin #form, #Admin #order {
    width: 100% !important;
}
#Admin .bar {width: 14%;float: left;margin: 0px auto;}
#Admin .bar ul {padding: 2px 0px;list-style-type: none;}

#Admin input.btn {
    background: #77a809;
    border-color: #77a809;
    outline: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
#Admin input.btn:hover {
    background: #5d8209;
}
#Admin input.btn:focus {
box-shadow: 0 0 0 0.2rem rgba(118, 175, 23, 0.5);}
#Admin .bar ul a {
    text-decoration: none;
    font-style: normal;
    font-size: 12px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    padding: 5px;
    text-align: left;
    margin: 0px 0;
    }
    
#Admin .bar ul a:hover {
    background: #F0F0F0;
    }
    
#Admin .bar ul a li {
    font-family: Tahoma, sans-serif;
    font-size: 13px;
    list-style-position: inside;
    list-style-type: none;
    padding: 0px;
    height: auto;
    }

#Admin li{
  list-style-type: none;
}

#Admin .bar img{
    width: 24px;
    vertical-align:middle;
    margin-right: 5px;
    }

#Admin .content {
    /* float:left; */
    width: 84%;
    display: inline-block;
    padding: 2px;
    }


#Number {
  display: inline-block;
  
}
#Number input{
  font-size: 11px;
  
}


#Auth {
 
    background: #FFF;
    border: 1px solid #ccc;
    padding:5px;
    margin: 30px auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    
    width:500px; 
}
#Auth .formline {
border: none;
}




.formline
{
    /* font-family: Verdana; */
    padding: 6px;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCC;
}
#formline tr:hover
{
    font-family: Verdana;
    padding: 6px;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    background-color: #F7F7F7;
}
#formline td
{
    font-family: Verdana;
    padding: 6px;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
}
.formline
{
    /* font-family: Verdana; */
    padding: 6px;
    font-size: 12px;
    color: #000;
    text-decoration: none;
}
.formline
a:hover{
    text-decoration: none;
}
.formline a img:hover{
    opacity: 0.85
}
.formline input[type="text"], .formline input[type="password"]{
    font-family: Verdana;
    padding: 2px 3px;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius:4px;
    border-radius: 4px;
}
.formline
select{
    font-family: Verdana;
    padding: 3px;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius:4px;
    border-radius: 4px;
}
.formline
textarea{
    font-family: Verdana;
    padding: 3px;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius:4px;
    border-radius: 4px;
}

.formline input[type="text"], .formline textarea, .formline select
{
    border: 1px #BBBBBB solid;
    width: 100%;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    background: #fff;
    border: #666 1px solid;
    color: #333;
    font-size: 100%;
    padding: 3px;
    -webkit-box-shadow: 0 0 1px #ddd;
    -moz-box-shadow: 0 0 1px #ddd;
    box-shadow: 0 0 1px #ddd;
}

.picker_menu{
  
    line-height: 16px !important;
}
.picker_menu a{
  
    line-height: 16px !important;
}
a.add,a.addline, a.change, a.delete, a.other, a.otheron{
  transition: 0.4s;
  border-radius: 4px !important;
  padding: 5px 5px !important;
  border: none !important;
  font-size: 13px !important;
  line-height: 16px !important;
  box-sizing: border-box;
  box-shadow: none;
  vertical-align: middle !important;
  display: inline-block !important;
  text-decoration: none !important;
  color: #ffffff !important;
}
a.add:hover,a.addline:hover, a.change:hover, a.delete:hover, a.other:hover, a.otheron:hover{
  box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.3);
}
a.otheron
{
    display: inline-block;
    width: 150px;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    color: #FFF;
    text-decoration: none;
    text-shadow: 0px 1px 2px #333;
    font-size: 12px;
    padding: 1px 6px;
    background-color: #D87474;
    border: 1px solid #999;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 0px 0px 5px 0px;
    }
a.otheron:hover
{
    background-color: #A74343;
    color: #FFF;
    
    }
a.other
{
  display: inline-block;
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  color: #FFF;
  text-decoration: none;
  text-shadow: 0px 1px 2px #333;
  font-size: 12px;
  padding: 1px 6px;
  background-color: #9EAEC7;
  border: 1px solid #999;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 210px;
  margin: 0px 0px 5px 0px;
  }
a.other:hover
{
  display: inline-block;
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  color: #FFF;
  text-decoration: none;
  text-shadow: 0px 1px 2px #333;
  font-size: 12px;
  padding: 1px 6px;
  background-color: #666;
  border: 1px solid #999;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 210px;
  margin: 0px 0px 5px 0px;
  }
    
    
    
a.add {

background-color: #7ca521;

color:#ffffff;

font-size: 1rem !important;

line-height: 1.5 !important;

padding: .375rem .75rem !important;

border: 1px solid #7ca521 !important;
}
a.add:hover {
    background-color:#699409;
    text-decoration:none;

}
a.add:active {
    position:relative;
 
}
a.add.min{
    padding: 2px 5px !important;
  border: none !important;
  font-size: 13px !important;
}
.min{
    padding: 2px 5px !important;
  border: none !important;
  font-size: 13px !important;
}
.sort-icon,.sort-icon-inner{
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin-top: -.25em;
        width: 16px;
        height: 16px;
        background: url(../images/icon/sort-icon.png) no-repeat center center;
        background-size: 24px;
}   
 
    


    
a.number {

    display:inline-block;
    cursor:pointer;
    color:#333;
    font-family:arial;
    font-size:11px;
    padding:1px 2px;
    text-decoration:none;
    opacity:1;
}

a.view{
  background: url(../images/icon/view.png) no-repeat center center;
  background-size: 30px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  display: inline-block;
  opacity: 0.5;
}
a.view.no{
  background: url(../images/icon/view-no.png) no-repeat center center;
  background-size: 30px;
 
}
    
    
a.addline {
background-color: #7ca521;
color:#ffffff;
}
 
    
a.addline:hover {
background-color: #526d15;
color:#ffffff;
}
a.change {

background-color:#007dc1;

cursor:pointer;

color:#ffffff;
}


a.change:hover {
    text-decoration:none;
    background-color:#0061a7;

}

a.delete {
    background-color:#d83526;
    cursor:pointer;
    /* color: #ffffff !important; */
}
a.delete:hover {

text-decoration:none;

background-color: #9d1e12;
}
a.delete:active {
    position:relative;
    top:1px;
}

a.fotos
{
   -moz-box-shadow: 0px 1px 0px 0px #fff6af;
  -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
  box-shadow: 0px 1px 0px 0px #fff6af;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
  background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background-color:#ffec64;
   -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #74b807;
    display:inline-block;
    cursor:pointer;
    color:#000;
    font-family:arial;
    font-size:13px;
    padding:1px 8px;
    text-decoration:none;
    
  text-decoration:none;
  text-shadow:0px 1px 0px #ffee66;
    opacity:0.8;
  }
a.fotos:hover
{
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
  background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background-color:#ffab23;
  opacity:1;
  }

a.admin-nav
{
    color: #333;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    padding: 5px;
    border: 1px solid #fff;
    text-align: center;
    margin: 1px;
}
a.admin-nav-on
{
    color: #333;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    padding: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #CCC;
    background-color: #F4FFE6;
    margin: 1px;
}
a.admin-nav:hover
{
    color: #333;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    padding: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #CCC;
}

.NAME_ADMIN {
    position: relative;
    padding: 3px 0px;
    margin: 0px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #333;
    text-align: center;
    
    text-shadow: 0px 1px 1px #fff;
    
    text-transform: uppercase;
}
.NAME_box
{
  padding: 0px 5px;
  color: #360;
  font-size: 17px;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  font-family: Tahoma, Geneva, sans-serif;
  margin: 0px 0px;
  text-align: center;
}
.admin-name
{
    padding: 3px 5px;
    background-color: #FFF;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-family: Tahoma, Geneva, sans-serif;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #CCC;
    margin: 0px 0px;
}

img
{
  border: 0px;
}

.submit
{
  background-color: #C9F799;
  text-align: center;
}

.submit_del
{
  background-color: #F8A9A9;
  text-align: center;
}

.block
{
  width: 100%;
  display: block;
}

.block_menu
{
  float: right;
}

.header {
    padding: 10px 0px 0px 0px;
    font-size: 20px;
    font-weight: 200;
    color: #333;
    height: 174px;
    position:relative;
    /* background-image: url('../images/696.jpg'); */
    /* background-repeat: no-repeat; */
    /* background-size: 1170px; */
    /* background-position-y: -256px; */
    /* background-position-x: 30px; */
}

.text
{
  color: #000000;
}

.cell
{
  padding: 4px;
}

.smalltext
{
  font-family: Verdana;
  font-size: 9px;
  color: #000000;
  background-color: #FFFFFF;
}

.admin_root
{
 font-family: Verdana;
font-size: 15px;
color: #000;
background-color: #F4F4F4;
border: 1px #9E9E9E solid;
}
.okmsg
{
  font-family: Verdana;
  font-size: 10px;
  color: #000000;
  background-color: #96FF96;
  border: 1px #029801 solid;
  padding: 6px;
  background-image: url('img/icon-ok.png');
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 25px;
}

.errormsg
{
  font-family: Verdana;
  font-size: 10px;
  color: #000000;
  background-color: #FF8787;
  border: 1px #7E0101 solid;
  padding: 6px;
  background-image: url('img/icon-close.png');
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 25px;
}

.infomsg
{
  font-family: Verdana;
  font-size: 10px;
  color: #000000;
  background-color: #F7FFA2;
  border: 1px #828F01 solid;
  padding: 6px;
  background-image: url('img/icon-info.png');
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 25px;
}

.picker_head
{
  padding: 4px 0px 4px 4px;
  font-family: Verdana;
  font-size: 12px;
  display: block;
  white-space: nowrap;
  clear: both;
  margin-bottom: 3px;
  position: relative;
}
.picker_head .font10
{
  font-family: arial;
  font-size: 11px;
  position: relative;
}
.picker_head .red
{
  color: red;
}

.picker_menu
{
  
/* top: 4px; */
  
right: 5px;
  
float: right;
  
/* position: absolute; */
}

.picker_body
{
  border: 0px;
}

.picker_folder
{
  border: 1px #ccc solid;
  margin: 8px 0px 8px 8px;
}
.picker_head:hover
{
  border: 1px #ccc solid;
  background: #fafafa;
}

.picker_product
{
   border: 1px #ccc solid;
  padding: 10px;
}

.picker_root
{
  border: 1px #ccc solid;
  padding: 8px 0px 8px 8px;
}

.form_topline
{
  border-top: 1px #DDDDDD solid;
  font-size: 12px;
  font-family: Verdana;
}

.form_compulsory
{
  color: #CC0000;
}

.comp_pty_name
{
  font-size: 14px;
  color: #1F4783;
}

#blockcontainer > div:first-child
{
  margin-top: 0px;
}

.formline
{
  /* font-family: Verdana; */
  padding: 6px;
}

#Edit input[type="submit"], .formline input[type="submit"]
{
   outline: none;
    -moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
    -webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
    box-shadow:inset 0px 1px 0px 0px #a4e271;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
    background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
    background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
    background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
    background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
    background-color:#89c403;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #74b807;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:arial;
    font-size:17px;
    padding:6px 200px;
    text-decoration:none;
    text-shadow:0px 1px 0px #528009;
}
#Edit input[type="submit"]:hover, .formline input[type="submit"]:hover
{
   
 
    background:#89c403;
  
    text-shadow:0px 1px 0px #333;
}
.formline input[type="text"], .formline input[type="password"], .formline textarea, .formline select
{
  border: 1px #BBBBBB solid;
  width: 100%;
}
 input[type="text"],  input[type="password"],  textarea,  select
{}

.admin_main
{
  padding: 0 0 0 25px;
}

.admin_main li
{
  padding: 0;
  margin: 2px 0;
}

.grid-left
{
  border-left: 1px #333333 dashed;
}

.grid-top
{
  border-top: 1px #333333 dashed;
}

.popup_div
{
  position: relative;
  top: -28px;
  left: 220px;
  background-color: #ffffff;
}

.anim-button
{
  cursor: pointer;
  background-image: url('images/anim/button.png');
  color: #000000;
  text-align: center;
  width: 96px;
  height: 19px;
}

.anim-button-active
{
  cursor: default;
  background-image: url('images/anim/button-over.png');
  color: #FFFFFF;
  text-align: center;
  width: 96px;
  height: 19px;
}

::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.form:focus::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
.form:focus::-moz-placeholder          {opacity: 1; transition: opacity 0.3s ease;}
.form:focus:-moz-placeholder           {opacity: 1; transition: opacity 0.3s ease;}
.form:focus:-ms-input-placeholder      {opacity: 1; transition: opacity 0.3s ease;}

::selection {
background-color: #BDBDBD;
}

.selectbox {
    padding: 10px 15px 10px 10px;
    background-color: #DBEBCA; 
    -webkit-box-shadow: 0 0 5px #fff;
    -moz-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    }
    
    

#Admin a.add:hover,#Admin a.addline:hover, #Admin a.change:hover, #Admin a.delete:hover {
  color: #fff !important;
  
}
#Admin a.refresh img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#Admin .a_name{
    font-size: 1rem;
}
#Admin a.refresh img:hover {
        transform:  rotate(-180deg);
    -moz-transform:  rotate(-180deg);
    -webkit-transform:  rotate(-180deg);
    -o-transform:  rotate(-180deg);
    -e-transform:  rotate(-180deg);
    transform:  rotate(-180deg);
}

#dialog-link {
    padding: .4em 1em .4em 20px;
    text-decoration: none;
    position: relative;
  }
  #dialog-link span.ui-icon {
    margin: 0 5px 0 0;
    position: absolute;
    left: .2em;
    top: 50%;
    margin-top: -8px;
  }
  
  
  #EditForm table{
      border: 0 !important;
      width: 90%;
  }
  #EditForm p{
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  }
  #EditForm input[type="text"]{
      position:relative;
    padding: 5px 3px;
      outline: none;
      border: 1px solid #ccc;
      width: 70%;
        -webkit-box-shadow: 0 0 5px #fff;
    -moz-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  #EditForm input[type="text"]:focus,  #EditForm select:focus{
   
        -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
  }
  
  
#EditForm {
   border: 2px solid #ccc;
   background: #ebebeb;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fafafa));
   background: -webkit-linear-gradient(top, #ffffff, #fafafa);
   background: -moz-linear-gradient(top, #ffffff, #fafafa);
   background: -ms-linear-gradient(top, #ffffff, #fafafa);
   background: -o-linear-gradient(top, #ffffff, #fafafa);
   background-image: -ms-linear-gradient(top, #ffffff 0%, #fafafa 100%);
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(255,255,255,0.4) 0 1px 0;
   font-family: 'Helvetica Neue',Helvetica,sans-serif;
   text-decoration: none;
   vertical-align: middle;
   
   padding:0px;
   }
#EditForm label{
   border: 1px solid #fff;
   background: #fff;
  padding:3px 2px;
  margin:0;
  cursor: pointer;
   }
#EditForm label:hover{
   border: 1px solid #ccc;
   background: #ebebeb;
   }
#EditForm .radio{
  
  cursor: pointer;
  
   }
  .pointer {
       cursor: pointer;
}
#EditForm input[type="text"], #EditForm select {
   
   background: #ffffff;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   color: #000000;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   }
#Admin .btn.working, #Admin .btn.working:hover{
        background: #fff url(../images/icon/work.gif) no-repeat left center;
    padding: 8px 45px;
    border: 1px solid #666;
    color: #333;
}
.Table tr:hover{
    background: #ffffff;
}

.topnav {
   
    padding: 0;

}
ul.topnav {
    font-size: 1em;
    line-height: 0.5em;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.topnav li {
  padding-left: 30px;
  padding: 5px 10px 10px 30px;
}

ul.topnav ul li:hover {
  background: #EFEFEF;
}
ul.topnav ul ul li:hover {
  background: #fafafa;
}


ul.topnav ul {
    display: none;
    
}

ul.topnav span {
  font-size: 14px;
  position:absolute;
  left: 4px;
  color: #333;
  width: 30px;
  /* overflow: hidden; */
}
ul.topnav span:hover {

    color: #693;
    
}