BODY {
BORDER-TOP-WIDTH: 0px;
BORDER-LEFT-WIDTH: 0px;
BORDER-BOTTOM-WIDTH: 0px;
FONT-FAMILY: tahoma,arial,helvetica;
FONT-SIZE: 14px;
BACKGROUND-COLOR: #ffffff;
BORDER-RIGHT-WIDTH: 0px;
scrollbar-3dlight-color: White;
scrollbar-arrow-color: #FA9200;
scrollbar-base-color: White;
scrollbar-darkshadow-color: White;
scrollbar-face-color: White;
scrollbar-highlight-color: #FA9200;
scrollbar-shadow-color: #FA9200;
scrollbar-track-color: White;
left: 0px;
top: 0px;

    overflow-x: hidden !important;
    background: #f7f7f7 url('bg-body.png') top repeat-x;
    margin: auto;

}

TD {BORDER-RIGHT: #666666 0px solid; BORDER-TOP: #666666 0px solid; FONT-WEIGHT: 500; FONT-SIZE: 14px; BORDER-LEFT: #666666 0px solid; COLOR: #000000; BORDER-BOTTOM: #666666 0px solid; TEXT-DECORATION: none}
IMG {BORDER-RIGHT:0px; BORDER-TOP:0px; BORDER-LEFT:0px; BORDER-BOTTOM:0px}

A:link {COLOR:#CC0000; TEXT-DECORATION:none}
A:visited {COLOR:#CC0000; TEXT-DECORATION:none}
A:active {COLOR:#666666; TEXT-DECORATION:none}
A:hover {COLOR:#666666; TEXT-DECORATION:underline}


H3 {font-weight : bold; font-size : 18px;}
input, textarea {font-family: Tahoma; font-size: 12px; text-decoration: none; color: #000000; cursor: default; background-color: #FFFFFF; border-style: solid; border-width: 1px; border-color: #000000;}

/* Здесь ниже задаётся стиль для ссылок - все ссылки в квадратиках обведённых нежным оттенком основного цвета */
.pgbutt a {font-family: Verdana; padding-top:2px;padding-bottom:2px;
text-decoration: none; border: 1px #FF0000 solid; background: #FFDDDD; padding:1px 4px 1px 4px; margin: 5px 1 0 0;
 -moz-border-radius: 4px;
 -khtml-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;}
 
 /* кнопки главнаЯ, добавить,настройки и т.д. */
.knopka{font-size:16px; margin:4px 2px; color:white; padding:5px 32px; border:none; text-align:center; text-decoration:none; border-radius:5px; display:inline-block; -webkit-transition-duration:0.4s; transition-duration:0.4s; cursor:pointer;}
.color {background-color:#ffffff; color:white; border:2px solid #000099;}
.color:hover {background-color:#99ccff; color:black;}
.color:active{transform:translate(1px, 1px);}

.clear{clear:both;}

/* кнопки списка страниц */
.pgbutt   {font-size:14px; padding:20px 20px; text-decoration: none;}
.pgbutt a {color: white; border: 1px #000099 solid; width:10px; padding:3px 6px; background: #0061CC;
           -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
.pgbutt a:hover   {color: black; background: #99ccff;}
.pgbutt a:visited {TEXT-DECORATION: none;}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

#mylogo {width: 100%; margin: 0 0 0 0; border-radius:4px 4px 0 0}

.card-body{flex:1 1 auto;padding:1.25rem}
.card-title{margin-bottom:.75rem; font-weight:bold;}
.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}

.footer-line {
	background-image: -webkit-linear-gradient(45deg, #1eb0e9 0%, #1eb0e9 30%, transparent 31%, transparent 32%, #fddc30 33%, #fddc30 75%, transparent 76%, transparent 77%, #1eb0e9 78%, #1eb0e9 100%);
	background-image: linear-gradient(45deg, #1eb0e9 0%, #1eb0e9 30%, transparent 31%, transparent 32%, #fddc30 33%, #fddc30 75%, transparent 76%, transparent 77%, #1eb0e9 78%, #1eb0e9 100%);
	background-size: 64px 7px;
	overflow: hidden;
	height: 5px;
	margin: 0 0 10px;
}