a{
	color : #415AB4;
}
a:hover {color: #DB2929;}
a.menu_red{		color : #696969;	text-decoration : none;}
a.menu_red:hover {color: #DB2929;}
a.menu_blue{		color : #696969;	text-decoration : none;}
a.menu_blue:hover {color: #415AB4;}

select, button, input {border-width: 1px; border-color: lightblue;}
textarea {border-width: 1px; border-color: lightblue;}

.textedit {
	font-family : Verdana;
	font-size : 14px;
	color : #000000;
}

.textedit p {
	margin: 0 0 0 0;
}

.atitle {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	font-weight: bold;
}

TABLE {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	font-weight: normal;
}


.table_menu {
      border-width: 1 1 1 1;
      border-style: solid;
      border-color: #8698BB;
      padding: 1 2 3 8;
}

.title1 {
	font-family : Verdana;
	font-size : 12px;
	color : #000000;
	font-weight: bold;
}

.errormessage {
	font-family : Verdana;
	font-size : 11px;
	color : #FF0000;
	font-weight: bold;
}

form {
	margin: 0;
}


.table_menu {
      border-width: 0 0 0 0;
      border-style: solid;
      border-color: #8698BB;
      padding: 3 3 3 3;
}
.table_menu_pic {
      border-width: 0 0 0 0;
      border-style: solid;
      border-color: #8698BB;
      padding: 3 0 3 3;
}


.spacer_bg1 {
    background-image: URL(../admin/img/spacer_bg1.gif);
    background-position: center;
    background-repeat: repeat-x; 
}

.spacer_bg2 {
    background-image: URL(../admin/img/spacer_bg2.gif);
    background-position: center;
    background-repeat: repeat-x; 
}


.bg_line1 {
    color : #000000;
    font-weight: bold;
    background-image: URL(../admin/img/bg_line1.gif);
    background-position: top left;
    background-repeat: repeat-x; 
}
.bg_line3 {
    color : #0b3660;
    font-weight: bold;
    font-size : 13px;
    background-image: URL(../admin/img/bg_line3.gif);
    background-position: top left;
    background-repeat: repeat-x; 
    height: 24px;
    text-align: center;
    vertical-align: middle;
}

.bg_line4 {
    color : #0b3660;
    font-weight: bold;
    font-size : 13px;
    background: #ffffee;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
.bg_line5 {
    font-weight: bold;
    font-size : 13px;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
.timesel {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    font-size : 11px;
    height: 14px;
    padding: 2px 10px 2px 10px;
    text-align: center;
    display: block;
}
.timesel1 {
font-weight: bold;
    color: #000000;
    text-decoration: none;
    font-size : 11px;
    height: 14px;
    padding: 2px 10px 2px 10px;
    text-align: center;
    display: block;
    background: #ffcccc;
}
.timesel2 {
	font-weight: bold;
    color: #000000;
    text-decoration: none;
    font-size : 11px;
    height: 14px;
    padding: 2px 10px 2px 10px;
    text-align: center;
    display: block;
    background: #ffffcc;
}
.timesel:hover, .timesel1:hover, .timesel2:hover {
    background: #ffeeee;
}

.input_teg {
 WIDTH: 100%;
 border-width: 1 1 1 1;
 border-style: solid;
 border-color: #707070;
}


.tabl_meta {
      border-width: 0 1 1 0;
      border-style: solid;
      border-color: #4e83c2;
      padding: 5 5 5 5;
}
.tabl1_meta {
      border-width: 1 0 0 1;
      border-style: solid;
      border-color: #4e83c2;
      padding: 5 5 5 5;
}


.users { 
      color: #22229c;
      text-decoration : none; 
}
a.users:hover { 
      color: #22229c; 
      text-decoration : underline; 
}

.struct_site { color: #000000;}
.viev_on_site { color: #989898;}


.nav_cnt { font-size: 11px; font-weight: normal; color: #22229c; text-decoration: none;}
.nav_cnt_sel { font-size: 11px; font-weight: normal; color: #000000; text-decoration: none}



#opaco {
   background-color: #3974a3;
   left: 0;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=66)";/* IE8 */
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 66); /* IE5+ */
   filter: alpha(opacity=66);/* IE4- */
   moz-opacity: .66; /* Mozilla */
   -khtml-opacity: .66; /* Safari */
   opacity: .66;  /* general CSS3 */
   position: absolute;
   top: 0;
   width: 100%;
   z-index: 1000;
 }
.hidden {
  display: none;
}

.strongclass A {
  font-weight: bold;
}
.leftmenu {
  font-size: 11px;
}
.post_content_text {
  width: 600px;
}
.pad, .pad_s {
  background-color: #f0ffff;
  color : #415AB4;
  border: 1px solid #aeaeae;
  padding: 5px 10px 5px 10px;
  display: inline-block;
  text-decoration : none; 
  font-size: 14px;
  font-weight: bold;

  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.pad_s, .pad:hover {
  background-color: #415AB4;
  color : #f0ffff;

}
.clear {
  clear: both;
}
.ticket, .ticket_answer {
  margin: 20px 0 0 0;
  padding: 10px 10px 20px 10px;
  width: 500px;
  background-color: #cecece;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
}
.ticketdate, .ticketname {
  font-size: 12px;
  width: 200px;
  float: right;
  text-align: right;
  color: #308030;
}
.ticketname {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #803030;
}
.ticket_answer {
  background-color: #e0cee0;
}
.ticket_answer TEXTAREA {
  width: 100%;
  height: 100px;

}
ayinfo {
  height: 500px;
  background-color: #f5f5ff;
  padding: 5px;
}
.dayinfo:hover {
  background-color: #e1e4f2;
}
.dayinfo .day{
  font-size: 17px;
}
.addevent {
  font-size: 9px;
  float: right;
  display: inline-block;
  text-decoration: none;
}
.addevent:hover{
  text-decoration: underline;
}
.timesel {
  font-size: 11px;
  color: #00cc00;
}
.timesels {
  font-size: 11px;
  color: #cc0000;
}

.smallimginlist {
  float: left;
  width: 140px;
  height: 150px;
  margin: 10px;
  text-align:center;
  padding: 5px;
  background: #fff0f0;

}
.clear {
  clear: both;
}
.answers {
  margin: 5px 0 0 0;
  padding: 5px 10px 20px 10px;
  width: 500px;
  background-color: #cecede;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
}
.answers input {
  width: 100%;
}
.answer {
  display: none;
}
.answersall div {
  font-size: 10px;
  padding: 5px;
  margin: 5px 0 1px 0;
  background-color: #fffefe;
}
.checkrowadmin {
  width: 200px;
  float: left;
}
.pad, .pad_s {
  background-color: #f0ffff;
  color : #415AB4;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #cccccc;
  padding: 5px 10px 5px 10px;
  display: inline-block;
  text-decoration : none; 
  font-size: 14px;
  text-shadow: 1px 1px 1px #cccccc;
  color: #000000;

  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.pad_s, .pad:hover {
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
  background: #328cc0;
  background-image: -webkit-linear-gradient(top, #328cc0, #28719a);
  background-image: -moz-linear-gradient(top, #328cc0, #28719a);
  background-image: -ms-linear-gradient(top, #328cc0, #28719a);
  background-image: -o-linear-gradient(top, #328cc0, #28719a);
  background-image: linear-gradient(to bottom, #328cc0, #28719a);

}
.bordereddiv {
  border: 1px solid #cccccc;
  padding: 5px;
  background: #e6eaed;
}
.listtable {
  width: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0 10px 0;
}
.listtable TR TH, .editortable TR TH {
  color : #000000;
  font-weight: bold;
  background: #b0bec7;
  background-image: -webkit-linear-gradient(top, #b0bec7, #94a7b3);
  background-image: -moz-linear-gradient(top, #b0bec7, #94a7b3);
  background-image: -ms-linear-gradient(top, #b0bec7, #94a7b3);
  background-image: -o-linear-gradient(top, #b0bec7, #94a7b3);
  background-image: linear-gradient(to bottom, #b0bec7, #94a7b3);
  padding: 5px 3px 5px 3px;
  font-size: 13px;
  font-weight: 400;
}
.listtable TR TH:first-child, .editortable TR TH:first-child {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
.listtable TR TH:last-child, .editortable TR TH:last-child {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
.listtable TR TD {
  padding: 3px;
  border-bottom: 1px dotted #aaaaaa;
}
.listtable TR:hover TD {
  background: #ded0d0;
}
.editortable {
  width: 100%;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0 10px 0;
}
.editortable TR TD {
  padding: 4px;
  margin: 0px;
}
.editortable TR TD:first-child {
  background: #f5f5f5;
  width: 200px;
}
.editortable TR TD:last-child {
  background: #f0f0f4;
}

.bg_line1 {
    color : #000000;
    font-weight: bold;
    background-image: URL(../admin/img/bg_line1.gif) !important;
    background-position: top left;
    background-repeat: repeat-x; 
}
.bg_line3 {
    color : #0b3660;
    font-weight: bold;
    font-size : 13px;
    background-image: URL(/admin/img/bg_line3.gif) !important;
    background-position: top left;
    background-repeat: repeat-x; 
    text-align: center;
    vertical-align: middle;
}

.galphoto {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 10px;
  margin-bottom: 10px;
}
.galphoto .previmg {
  width: 109px;
  height: 120px;
  margin: 0px;
  padding: 5px;
  float: left;
  position: relative;
}
.galphoto .previmg:hover {
  background: #efefff;
}
.galphoto .previmg .deleteimg {
  width: 16px;
  height: 16px;
  background: url('/admin/img/exit.gif') 0 0 no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
input[type="button"] {
  margin: 10px;
  border:0;
  background: #a0a0a0;
  background-image: -webkit-linear-gradient(top, #a0a0a0, #707070);
  background-image: -moz-linear-gradient(top, #a0a0a0, #707070);
  background-image: -ms-linear-gradient(top, #a0a0a0, #707070);
  background-image: -o-linear-gradient(top, #a0a0a0, #707070);
  background-image: linear-gradient(to bottom, #a0a0a0, #707070);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  padding: 4px 10px 4px 10px;
  text-decoration: none;
  cursor: pointer;

}
input[type="button"]:hover {
  background: #a0a0a0;
}

.formaction input[type="button"] {
  margin: 0 0 5px 0;
}
.formaction input[type="text"] {
  margin: 0 5px 5px 0;
  width: 100px;
}
input[type="submit"], td input.green {
  margin: 10px;
  border:0;
  background: #00ad0c;
  background-image: -webkit-linear-gradient(top, #00ad0c, #004405);
  background-image: -moz-linear-gradient(top, #00ad0c, #004405);
  background-image: -ms-linear-gradient(top, #00ad0c, #004405);
  background-image: -o-linear-gradient(top, #00ad0c, #004405);
  background-image: linear-gradient(to bottom, #00ad0c, #004405);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  padding: 4px 10px 4px 10px;
  text-decoration: none;
  cursor: pointer;
}
input[type="submit"]:hover {
  background: #00ad0c;
}
.loginbg {
  background: url(/admin/img/loginbg.jpg) 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.login {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -85px 0 0 -100px;
  width: 200px;
  height: 170px;
  border: 3px solid #c0c0c0; 
  padding: 10px;
  background: #e6e7ec;
  -webkit-box-shadow: 1px 2px 2px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 2px 2px 2px rgba(0,0,0,0.5);
  box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.login h1 {
  margin: 0 0 10px 0;
}

.login input[type=text], .login input[type=password] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 25px;
  padding: 0 0 0 10px;
  width: 190px;
}
.login input[type=submit] {
  margin: 0 0 0 0;
}
#divrazdel {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tableline {
  clear: both;
  border: 1px dotted #cccccc;
  padding: 5px;
  width: 700px;
  min-height: 25px;
  background: #f5f5f5;
  margin: 1px 0 0 0;
}
.tablelineontop {
  z-index: 9999;
  border: 1px solid #044040;
}
.tableline:nth-child(2n+2) {
  background: #e4f0f4;
}
.tableline:hover {
  background: #f4f4e4;
}

.tableline .movingico {
  display: block;
  width: 30px;
  height: 50px;
  top: 0;
  bottom: 0;
  background: url(/admin/img/move.png) 50% 50% no-repeat;
  float: left;
  cursor: move;
}
.tableline:hover .movingico {
  background: url(/admin/img/moves.png) 50% 50% no-repeat;
}
.tablelinesort:hover {
  cursor: move;
  opacity: 0.5;
}
.sortable-placeholder {
  background: #f0f0f0;
  width: 100%;
  border: 1px dashed #ccc;
  margin: 6px 0 6px 0;
  height: 50px;
}
.tableline .tablelinename {
  width: 500px;
  top: 0;
  bottom: 0;
  float: left;
}
.tableline .tablelinetype {
  width: 150px;
  top: 0;
  bottom: 0;
  float: left;
}
.tableline .tablelineedit {
  width: 20px;
  top: 0;
  bottom: 0;
  float: left;
  height: 100%;
}

.backbutton {
  float: right;
}
.externalrazdellink {
  display: inline-block;
  margin: 0px 0 0px 20px;
}
.razdlink {
  margin: 10px 0 0px 0;
}
.razdlink2 {
  margin: 3px 0 0px 0;
  float: right;
}
.razdname {
  font-weight: bold;
  font-size: 16px;
}
.delico {
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 2px 5px 2px 5px;
  -webkit-box-shadow: 1px 1px 2px 0px #cecece;
  -moz-box-shadow: 1px 1px 2px 0px #cecece;
  box-shadow: 1px 1px 2px 0px #cecece;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 11px;
  cursor: pointer;
  color: #000000;
  text-shadow: 1px 1px 1px #ffffff;
  background: #b0bec7;
  background-image: -webkit-linear-gradient(top, #b0bec7, #94a7b3);
  background-image: -moz-linear-gradient(top, #b0bec7, #94a7b3);
  background-image: -ms-linear-gradient(top, #b0bec7, #94a7b3);
  background-image: -o-linear-gradient(top, #b0bec7, #94a7b3);
  background-image: linear-gradient(to bottom, #b0bec7, #94a7b3);
//  background: url(/admin/img/rem.png) 50% 50% no-repeat;
}

.delico:hover {
  cursor: pointer;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
  background: #328cc0;
  background-image: -webkit-linear-gradient(top, #328cc0, #28719a);
  background-image: -moz-linear-gradient(top, #328cc0, #28719a);
  background-image: -ms-linear-gradient(top, #328cc0, #28719a);
  background-image: -o-linear-gradient(top, #328cc0, #28719a);
  background-image: linear-gradient(to bottom, #328cc0, #28719a);
}
.smallimginlist {
  float: left;
  width: 180px;
  height: 230px;
  margin: 10px;
  text-align:center;
  padding: 5px;
  background: #fff0f0;

}
.sinfoservices {
  -webkit-column-count:4;  
    -moz-column-count:4;  
    column-count:4;
    -moz-column-rule: 1px solid #e5e5e5;  
    -webkit-column-rule: 1px solid #e5e5e5;  
    column-rule: 1px solid #e5e5e5; 
    -webkit-column-gap: 1px;  
    -moz-column-gap: 1px;  
    column-gap: 1px;  
  column-fill: auto;
}
.sinfoservices .servblock {
   /* Old browsers */
  padding: 10px 10px 10px 20px;
  border-top: 1px solid #e5e5e5;
  break-inside: avoid-column;
  font-weight: normal;
}
.sinfoservices .servblock P {
  padding: 0 0 5px 0;
  margin: 0;
  font-weight: bold;
}

    .tabs {
      display: flex;
      flex-direction: column;
    }

    .tabs__links {
      display: flex;
      width: auto;
      overflow-x: auto;
      overflow-y: hidden;
      margin-bottom: 10px;
      order: 0;
      white-space: nowrap;
      background-color: #fff;
      
    }

    .tabs__links>a {
      display: inline-block;
      text-decoration: none;
      padding: 6px 10px;
      text-align: center;
      color: #1976d2;
      border: 1px solid #ccc;
    }

    .tabs__links>a:hover {
      background-color: rgba(227, 242, 253, 0.3);
    }

    .tabs>#content-1:target~.tabs__links>a[href="#content-1"],
    .tabs>#content-2:target~.tabs__links>a[href="#content-2"],
    .tabs>#content-3:target~.tabs__links>a[href="#content-3"] {
      background-color: #bbdefb;
      cursor: default;
    }

    .tabs>div:not(.tabs__links) {
      display: none;
      order: 1;
    }

    .tabs>div:target {
      display: block;
    }